Quote:
Originally Posted by KevinH
Is there some code I can insert inside the single large html files I have, that would make Sigil split the file at that point as it loads it? If not, is there a way to do the splitting via a find&replace in codeview?
|
Not anymore, no. The chapter break inserting actual code in the book was an ugly hack (which you apparently put to good use), so 0.2.0 uses JavaScript to read all relevant content (starting from the caret element) and create a new chapter. Nothing is being inserted anymore.
But there should be a way to do the split from the Code View. Add it to the tracker.
Quote:
Originally Posted by polyfragmentiert
Same result as before. Thanks for bearing with me on this!
|
I just got this to replicate. I'll provide you with more information when I have it.
Quote:
Originally Posted by paulpeer
Great improvement. Thanks! One minor problem: If you're working in code view, and open a new chapter, this always opens in book view. As I always work in code view, this is rather annoying.
|
This will have to wait until an options screen is created where you'll be able to set which View do you prefer as the default one. Sometime after 0.2.1. But soon.