<$button class="tc-btn-invisible tc-tiddlylink"><$action-sendmessage $message="tm-close-other-tiddlers" /><$action-navigate $to="Home" /><$action-setfield $tiddler="$:/FooterTiddler" opentag="" /><div class="box">Home</div></$button>Have updated the site with a small add new text button to the lower right on the home page, and using an actual tag field to get suggestions. Next step will be to remove the system tags from the suggestion list and enhance the mobile experience by having responsive font size and maybe swipe previous/next using the hammer widget!
Hi Mohammad, thanks for the comments!
I used dates as titles because these are unique and hidden, whereas the displayed title is another field (texttitle) - this was to make it possible to have several tiddlers with the same title. Alternatively, a header could have been used instead of any titles, but I think it can be useful with a specific fieldu
The simplest way to edit tiddlers is to use the tiddler manager, I think, but it is indeed tiresome. Maybe I should put a check box to hide/show the edit button in the sidebar? Or even better - have the tiddler already open in edit mode in the sidebar?I tried to edit the edittemplate to use the texttitle field as title, but couldn't figure it out. And I thought the simple form would be user friendly as you don't have to think about fields showing in different ways (the title is separated from the text which is again separated from the other fields). Could the solution be to continue using a custom form, but integrating the full editor instead of a simple text area, and then skip step 2?
<style>
.savebutton{ position: fixed; font-size: 40px; bottom: 10%; right: 0; margin: 5%;}.savebutton svg { display: none;}.savebutton body.tc-dirty span.tc-dirty-indicator, body.tc-dirty span.tc-dirty-indicator svg { display: block;}</style>
<div class="savebutton">{{$:/core/ui/Buttons/save-wiki}}</div>--
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 tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/42ec151d-6f6d-4ad8-b75e-3b04b133096cn%40googlegroups.com.