[tw5] Re: Hide some fields and tags

2018-10-08 Thread Mohammad
Hi Tony! My experience is TW in real work and projects cluttered easily, so we need a simple way to be able to organize and control objects in that! Thank you for sharing your thoughts. Mohammad On Tuesday, October 9, 2018 at 2:15:20 AM UTC+3:30, TonyM wrote: > > Mohamad et a > > To add to

[tw5] Re: Hide some fields and tags

2018-10-08 Thread Mohammad
Many Thanks Mark! It works -Mohammad On Tuesday, October 9, 2018 at 1:15:56 AM UTC+3:30, Mark S. wrote: > > You could, if feeling adventurous, hack > > $:/core/macros/tag-picker > Go down to the line: > > <$list filter="[tags[]!is[system]search:title{$:/temp/NewTagName}sort[]]" >

[tw5] Re: Hide some fields and tags

2018-10-08 Thread TonyM
Mohamad et a To add to this conversation what we are talking about is the visibility of fields when in the edit template, there are the already hidden ones in the edit fields list such as "created", change count and others. I have taken a different approach in my key tiddlywiki. I leave the

[tw5] Re: Hide some fields and tags

2018-10-08 Thread 'Mark S.' via TiddlyWiki
You could, if feeling adventurous, hack $:/core/macros/tag-picker Go down to the line: <$list filter="[tags[]!is[system]search:title{$:/temp/NewTagName}sort[]]" variable="tag"> and change to: <$list

[tw5] Re: Hide some fields and tags

2018-10-08 Thread 'Mark S.' via TiddlyWiki
Hi Mohammad, Well, it's only for fields (tags is a different issue). But it should work to "hide" every field you don't want. -- Mark On Monday, October 8, 2018 at 1:56:51 PM UTC-7, Mohammad wrote: > > Hello Mark, > Should we do this for every field and tag we don't want? > > -Mohammad > --

[tw5] Re: Hide some fields and tags

2018-10-08 Thread Mohammad
Hello Mark, Should we do this for every field and tag we don't want? -Mohammad -- 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

[tw5] Re: Hide some fields and tags

2018-10-08 Thread 'Mark S.' via TiddlyWiki
I just tried this on a whim ... and it worked. Take the existing tiddler: $:/config/EditTemplateFields/Visibility/created clone it, and change it to: $:/config/EditTemplateFields/Visibility/myfield with text "hide" (if it's not already) and now your field "myfield" will be hidden. Might not