While I am not the best at coding, there are 2 minor problems that bug me every time I use tiddlywiki:
1. In the storytabs plugin, when you switch tabs, it doesn't remember the scroll position of the tabs you switched from. The story tabs in twc supported this. Id like to know (1) how to implement this. I dont need code, just a general idea of what to write.
2. In the context plugin, when you do searches, it displays html code and ;nbsp in the output; where and how would I write code to filter this output out. (The context plugin is a search plugin designed to display context in your searches ie. displaying a bit of what you wrote in the page).
3. (Extra) How would I modify the tiddlywiki core to add more javascript? I've heard that this has been disabled, but since this is a personal tiddlywiki, I want to add some more features. Ie. suppose I want custom js to append a codeblock to every h4 tag.
Edit: So what I have to do is make a javascript tiddler of the correct type and make a div area like the other js being called in $:/core/templates/tiddlywiki5.html?