With a tiddler open in edit mode, preview pane is a neat feature - I can see my wikitext code rendered live as I’m typing it, without having to explicitly save my changes to go back to view mode (the main inconvenience being that saving is slow for big single file encrypted wikis).
But as soon as a tiddler has a couple of function/widget definitions at the top, the actual wikitext code becomes much bigger than the rendered content. So when I’m writing my wikitext code that makes use of those functions below the function definitions, the right side which contains the rendered wikitext is empty - because the code I’m writing gets rendered above the visible preview pane area.
Ideally, I’d like an edit tiddler mode where rendered content could be aligned (line wise) with the wikitext that produces it (I’d still have to scroll back to function definitions to modify them), but is this even possible? Are there any other options for having a more comfortable wikitext writing experience other than defining functions/widgets in other tiddlers and using \import
pragma (though this can only improve the situation rather than fixing it, since it doesn’t guarantee the desired alignment)?