postkevone / tiddlyresearch

Local and Anki-compatible note-taking tool based on TiddlyWiki
https://postkevone.github.io/tiddlyresearch/
195 stars 9 forks source link

Adding the support of TiddlyMap #10

Open Junyu25 opened 3 years ago

Junyu25 commented 3 years ago

Recently I found a branch of TiddlyWiki, which is called TiddlyRoam. The main reason it attracts me is it has the support of graph maps. I was hopping @kebifurai can add this function to TiddlyResearch too. I'm pretty in favor of the theme and anki support, but when I try to manually install the TiddlyMap, it failed to show the Map tab in the side bar.

postkevone commented 3 years ago

Unfortunately integrating the tiddlymap plugin is not that simple. The krystal theme uses custom CSS classes that are different from the standard tiddlywiki, this means that the tiddlymap code has to be manually changed (a lot of shadow tiddlers). Also, since tiddlymap only recognizes backlinks and tags by default, it becomes necessary to add reference list filters for every level of reference supported by tiddly research (mentions, transclusions). Doing this manually is not an easy task, I am not planning on adding tiddlymap to tiddly research because maintaining the plugin would be a lot of work. Sorry for discouraging you, hopefully you will understand.

I will keep this issue open for everyone that is willing to make a fork version with the tiddlymap plugin.

arunnbabu81 commented 3 years ago

https://github.com/crazko/krystal/issues/6#issuecomment-647449135. https://github.com/crazko/krystal/issues/6#issuecomment-649807104 This might be of interest with regard to graph view.