Hi all,
One of the things I like the most of TW is its integrated character. We can do most of the functionality it provides, even including writing plugins inside the TW single file, without a lot of external requirement and in that sense is pretty much like Smalltalk: a self-referential metatool to be used and extended inside itself. Well, there is the issue of running it from the huge NodeJS installation… you know, because of the web mess, but you can keep the web “contained and connected” pretty elegantly inside/between TW files.
Despite of that, I miss the auto-completion in the editing tiddlers experience that most IDE offer.
As one creates macros to customize TW usage and syntax, would be pretty cool to have auto-completion suggestions for user defined macros. For example, you would write “<<fi” and you would get “<<firstLetters” and so on.
Do you know if there is something like that currently available in the Code Mirror or Monaco editors? (or maybe via some plugin). If not, how difficult could be to create that?