Re: [tw5] Re: How to show edit-widgets when editing tiddlers with specific tags?

2021-03-23 Thread Adithya B
Thanks Eric! This functionality is great. I never imagined it would work this way. On Thursday, March 18, 2021 at 3:40:53 PM UTC-6 Eric Shulman wrote: > On Thursday, March 18, 2021 at 12:29:07 PM UTC-7 bmad...@gmail.com wrote: > >> How can I add that near the top, maybe above the body input? >>

Re: [tw5] Re: How to show edit-widgets when editing tiddlers with specific tags?

2021-03-18 Thread Eric Shulman
On Thursday, March 18, 2021 at 12:29:07 PM UTC-7 bmad...@gmail.com wrote: > How can I add that near the top, maybe above the body input? > You can set the order of the tiddlers with a given tag (e.g., $:/tags/EditTemplate) by using drag-and-drop within the tag list. 1) while viewing any

Re: [tw5] Re: How to show edit-widgets when editing tiddlers with specific tags?

2021-03-18 Thread Adithya B
Thanks Mat, I am trying to do the same for the editor as well. This with a tag of tags/EditTemplate adds a textarea at the botton of the edit page: <$list filter="""[all[current]tag[song]]"""> Lyrics <$edit-text field="song" class="tc-edit-texteditor tc-edit-texteditor-body" tabindex=1

[tw5] Re: How to show edit-widgets when editing tiddlers with specific tags?

2021-03-18 Thread Mat
Hi. Yes, you create a conditional viewtemplate. I.e a tiddler tagged $:/tags/ViewTemplate and therein the condition like so: <$list filter="""[all[current]tag[Apple]] [all[current]tag[Banana]]"""> Show this <:-) On Thursday, March 18, 2021 at 5:44:45 AM UTC+1 bmad...@gmail.com wrote: > Hi