I would like to build a personal Zettelkasten within TiddlyWiki. This will be an occasion to build a personal knowledge management system and to learn more about TiddlyWiki in the processL
As far as I know, there are two main editions made for that: tzk by @sobjornstad and Meheregan by @Mohammad.
I would like to start using tzk but adding some niceties offered by the various plugins developed by @Mohammad to it, one of which being the Refnotes plugins.
This is where I run into an issue. When trying to add Refnotes to tzk by the usual drag-and-drop method, I cannot see the new sidebar tab when I reload. I noticed that the plugin was de-activated by default and activated it, saved and reloaded but nothing changed.
This is where I am right now. If anyone is interested in helping me sort this out, it will be appreciated. I will then continue to feed this thread with my various issues, explorations and comments about this project.
First, as you saw, for some reason the plugin starts out disabled. I suspect this may be because thereās an overridden shadow tiddler from kookma/refnotes in tzk that I never got around to renaming after I borrowed and modified some footnote code from that plugin, but Iām not sure.
Second, tzk overrides $:/core/ui/SideBarSegments/tabs so that different tabs can be displayed on private and public editions. To make a new tiddler with $:/tags/SideBar appear in any edition, you need to visit $:/sib/gui/SidebarTabSelector (find this in the tools menu in the upper-right) and check the private and/or public boxes.
@sobjornstad Thanks for the help but surprisingly, I cannot find the corrresponding line in the table in the SidebarTabSelector tiddler while Refnotes is activated. See below.
I deleted this shadow tiddler and the plugin version immediately appeared in the list as expected. If you want to keep the changes youāve made to this tiddler, you could add the tag $:/tags/SideBar back instead of reverting to the plugin version.
I saw that there was another UI shadow tiddler ($:/plugins/kookma/refnotes/ui/dropzone) and also gave it the appropriate sidebar tag, but without success.
Did you actually delete the shadow tiddler, or just add the tag? Because it appears the changes in the shadow tiddler removed some UI elements. When I delete the shadow tiddler, I get the result in your second screenshot.
No, I just added the tag to * $:/plugins/kookma/refnotes/ui/bibtexlibrary and to $:/plugins/kookma/refnotes/ui/dropzone.
Should I delete the $:/plugins/kookma/refnotes/ui/bibtexlibrary tiddler completely?
After deleting $:/plugins/kookma/refnotes/ui/bibtexlibrary, the GUI displayed successfully. However, when I tried to import and process a BibTeX entry, the functionality was not there. I tried to also delete $:/plugins/kookma/refnotes/ui/bibtexlibrary but it still doesnāt work.
Note that when I import a BibTeX entry to create a new tiddler, the tiddlerās title is normally the first field in the BibTeX. it works like that in the Refnotes demo site but it is not the case when I use it within tzk.