Hi all
I just got an idea I think would be really helpful for the next version of TiddlyWiki.
Currently modals are for viewing tiddlers. What if a tiddler could allow for a modal to be able to view a specific field of the same tiddler? This would be a great way to do
- footnotes
- sources
- any other hidden content
without having to resort to links, stretch text, details elements, etc.
I have been using a macro and an editor toolbar button for inserting modals to other tiddlers, but it would be much more efficient, for most needs, to be able to do something like <<modal field="footnote">>
where the default would be to the current tiddler unless specified.
Lately I have been using modals much more, and previously I was using details elements, because while the wiki interlinking and backlinking is great, for longer tiddlers like outlines and longer academic material, it is very helpful to readers to be able to view hidden / parallel material while not losing one’s place in the present tiddler.
So imagine I am reading a book and want to include a summary of an idea or quote, and hide the bibliographic reference ot the source in a modal. I create and edit the tiddler, add the bibliographic data in a footnote field, then add the modal macro, then tag the tiddler to transclude it under a category. (Actually, to eliminate the second step, I always have an edit-text area in the sidebar to add the bibliographic data to the new note button while I am reading that book)
The reading experience is then, read the text of the transcluded tiddler, then click the button to see the source, without needing to go into edit mode or travel to another tiddler and navigate back to the present tiddler.
Anyway, that is just one use case. My point is just that expanding the modal to have a field parameter would allow some options for both editing and reading that could greatly enhance the TiddlyWiki experience.