It is good to see people creating and sharing new vertical editions, thank you.
That said, there are some serious issues with this implementation: - several core modules have been overwritten in their entirety inlcuding Navigator which is a key widget in the functioning of TiddlyWiki. This will make it very problematic to upgrade the TiddlyWiki core version, and will likely cause problems with other plugins as well. I suggest looking into the hook mechanism to see if that meets your needs instead of overwriting Navigator. https://tiddlywiki.com/dev/#HookMechanism If you need more control than the hook mechanism provides, overwrite individual functions within the widgets and not the entire widgets. - I consider it very bad form to distribute modified versions of 3rd party plugins, without making it very clear and obvious that these are custom versions. Either avoid directly modifying 3rd party plugins and override their shadow tiddlers as needed, or rename them and add a note about customizations, beyond just changing the version number. I cannot recommend that anyone starting using this until at least the issue of overwriting entire core widgets is addressed. At the very least a prominent note should be added that the implementation may create difficulties upgrading the TiddlyWiki core independently of TiddlyResearch, as well as with adding other plugins. Other than that, it seems odd that the search results contain individual nodes when you state that only tiddlers with specific tags are "tracked". It would be more intuitive then to show only the the first ancestor node with the specified tags for each search result. Regards, Saq On Wednesday, September 2, 2020 at 2:48:09 PM UTC+2 [email protected] wrote: > Hello guys, for the past month I've been working on my Roam > Research/RemNote inspired TiddlyWiki. > > It is based on already existing plugins, you can find the full credits > here: https://github.com/kebifurai/TiddlyResearch > > You can go here for a quick demo instead: > https://kebifurai.github.io/TiddlyResearch/ > > Using Tiddly Research at its fullest potential requires some learning > (shortcuts and formatting), but I have included a guide as well for new > comers. > > The references/backlinks plugin can also be downloaded as standalone ( > $:/plugins/kebi/tiddlyresearch-references) > > Any feedback or suggestion is appreciated! > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/1c9015dc-32f2-4d99-9a15-8f2849098a8an%40googlegroups.com.

