[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: Tag Toggle Button

2018-10-08 Thread TonyM
Mark, Thanks - You were correct the second Message has the $ sign which when removed now works. It makes sense in a way, that is the message parameter of the button widget, Not the $message parameter of the action send message widget that uses $message so you can also pass the parameter

[tw5] Re: Tag Toggle Button

2018-10-08 Thread 'Mark S.' via TiddlyWiki
It's the dollar sign ($) on the second $message. Aren't those on-again, off-again dollar signs confusing?! Good luck! -- Mark On Monday, October 8, 2018 at 6:48:08 PM UTC-7, TonyM wrote: > > Folks, > > I have the following Button I defined, the first button works and tags the > tiddler with

[tw5] Tag Toggle Button

2018-10-08 Thread TonyM
Folks, I have the following Button I defined, the first button works and tags the tiddler with pinned, and then show the second button. But clicking the second button is not working and will not remove the tag. <$fieldmangler> <$list filter="[is[current]!tag[Pinned]]" variable=null> <$button

[tw5] Re: Close the previous tiddler automatically, when going to the next one?

2018-10-08 Thread TonyM
Duke, We will do what ever we can to help, however you describe yourself. First, making use of the side bar is one of the main ways people get content to appear on the screen at the same time as the tiddlers. You can tag a tiddler with $:/tags/SideBar and set its caption field and its

[tw5] Re: Timelines filtered by custom tag

2018-10-08 Thread TonyM
Correction (applied in forum post, remove errant " <> On Tuesday, October 9, 2018 at 10:03:29 AM UTC+11, TonyM wrote: > > Try; > > <> > > Unfortunately there is not a lot of helpful error messages when a filter > throws basic errors inside other macros. > > Also Why not > > <$list

[tw5] Re: Timelines filtered by custom tag

2018-10-08 Thread TonyM
Try; <> Unfortunately there is not a lot of helpful error messages when a filter throws basic errors inside other macros. Also Why not <$list filter="[tag{!!intag}]+[!tag{!!extag}]" /> or <> Suggestions untested. Regards Tony On Tuesday, October 9, 2018 at 3:56:20 AM UTC+11, Angelo

[tw5] Re: Macro to URI-Encode/Decode String Input?

2018-10-08 Thread TonyM
Scott, I am keen to do something familiar but every time I try there are some quirks that cause it to fail. I am trying to build a solution that allows any tiddler or group of tiddlers to be sent as an email using an email address found in a contact tiddler. Marks solution will get me there in

[tw5] Re: Favorites tab

2018-10-08 Thread TonyM
That is the one I alluded to. The favourites plugin Tony On Tuesday, October 9, 2018 at 2:43:08 AM UTC+11, Mohammad wrote: > > Wow, > Thank you Cyrill! > That's the right plugin! > > Tony, > Thank you for your note! Have a look at what shared by Cyrill. > > Cheers > Mohammad > > On Monday,

[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

Re: [tw5] Re: Favorites tab

2018-10-08 Thread David Gifford
No, I had not seen that. Nice. I added it under Educational resources. https://dynalist.io/d/zUP-nIWu2FFoXH-oM7L7d9DM#z=QdZ1Fu6olKjFAV3zIosKvY5Q David Gifford Mexico team leader, Mexico City *Resonate Global Mission* *Engaging People. Embracing Christ.* A Ministry of the Christian Reformed Church

[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: Favorites tab

2018-10-08 Thread Ste Wilson
Dave, Did you get my formula notebook? stephenteacher.uk.to/Star2 -- 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+unsubscr...@googlegroups.com. To

[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

[tw5] Re: [tw] Re: tiddlyclip for chrome

2018-10-08 Thread Kalmir
BJ, thank you, problem solved. Before I was installing 0.1.2 or at least I thougt so but I was installing it from a .zip file, not .xpi (I thougt that's a strictly Firefox format, now I know it can be unzipped as any zip archive). So maybe the zip archive which the readme offered for download

[tw5] Hide some fields and tags

2018-10-08 Thread Mohammad
In TW you can hide tiddler start with $:/ from many search and list! Is there a similar method to hide some fields and tags! This may be redundant but as your wiki grew up you add more fields and tags and this clutters your wiki! Specially when you want to select tags from drop down list and the

[tw5] Re: Favorites tab

2018-10-08 Thread Mohammad
Many thanks David! Sure, Toolmap is really a great tool! I forgot about it! Sorry! Best 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

Re: [tw5] Re: [TW 5.0.16]Footnote Popup Not Working

2018-10-08 Thread h0p3's Wiki
I've currently 1,997 footnotes using Danielo's tool in my wiki (thank you, Danielo, I use your wonderful tools every day). There's a better alternative? Please, someone, tell me. I don't know what it would look like. Perhaps not having to set both <> and <>, and instead

[tw5] Re: Macro to URI-Encode/Decode String Input?

2018-10-08 Thread @TiddlyTweeter
Ciao Scott I have not forgotten this. I'm slow. It may take me some time but I feel there is need to try bring together the various works on this and I will. There has been a lot. Its very fragmented at the moment. I try find time to look at it in the next few weeks and make more of a whole of

[tw5] Timelines filtered by custom tag

2018-10-08 Thread Angelo Gaggero
Hi All, trying to get a timeline via the <> macro, filtered by custom tag selected by the user via dropdown menu, but it seems that the subfilter field is not managing variable filters like tag{!!intag} ... any idea? My page is something like { ''Include tag: '' <$select field=intag

[tw5] Re: Favorites tab

2018-10-08 Thread David Gifford
Don't forget to make the Toolmap one of those favorites, for precisely these kinds of questions https://dynalist.io/d/zUP-nIWu2FFoXH-oM7L7d9DM On Monday, October 8, 2018 at 7:26:17 AM UTC-5, Mohammad wrote: > > Is there any plugin of code snippet to simply add / remove tiddlers as > your

[tw5] Re: Favorites tab

2018-10-08 Thread Mohammad
Wow, Thank you Cyrill! That's the right plugin! Tony, Thank you for your note! Have a look at what shared by Cyrill. Cheers Mohammad On Monday, October 8, 2018 at 6:42:40 PM UTC+3:30, Cyrill wrote: > > Hey Mohammad, > there is the link http://favorites.tiddlyspot.com/ > Kind Regards > > Am

[tw5] Re: [TW 5.0.16]Footnote Popup Not Working

2018-10-08 Thread Danielo Rodríguez
Hello, Since I created this tool some other and probably better solutions have appeared. Have you tried any of the alternatives ? I don't know any of them by memory, but probably others do. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Re: Favorites tab

2018-10-08 Thread Cyrill
Hey Mohammad, there is the link http://favorites.tiddlyspot.com/ Kind Regards Am Montag, 8. Oktober 2018 14:26:17 UTC+2 schrieb Mohammad: > > Is there any plugin of code snippet to simply add / remove tiddlers as > your favorites and have a sidebar tab to > easily access them? I search this

[tw5] Re: Timimi plugin - released for firefox/chrome/chromium in linux/mac/windows

2018-10-08 Thread Riz
Issue resolved in github. -- 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+unsubscr...@googlegroups.com. To post to this group, send email to

[tw5] Re: apply style to transclude

2018-10-08 Thread Dave
Awesome, thank you!! That was actually pretty straight forward. :) -- 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+unsubscr...@googlegroups.com. To

Re: [tw5] is it possible to configure "Bob" to store tiddler files in the same directory as the wikifolder?

2018-10-08 Thread @TiddlyTweeter
Ciao ch Some of this is beyond my competence. I do think that that some of what you need is not about Bob per se, rather its about TW on node which Bob is a flexi re-implementation of. Its bones are the same though its flesh is different. I noticed you wrote elsewhere about similar issues

[tw5] Favorites tab

2018-10-08 Thread TonyM
Mohamad, I already use something very similar to star tiddlers. I will look for it tomorrow. However search for star or favorites and you may find it. Tony -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and

Re: [tw5] is it possible to configure "Bob" to store tiddler files in the same directory as the wikifolder?

2018-10-08 Thread @TiddlyTweeter
Ciao ch ch wrote: > > ... since you are planning to change from JSON to TOML instead... > This is Jed's possible future for the settings. Its not my decision in any way. I personally would like TOML because it should become possible to add comments. The current "JSON" is, I believe, a

Re: [tw5] is it possible to configure "Bob" to store tiddler files in the same directory as the wikifolder?

2018-10-08 Thread ch
hi josiah, for the most simple case, i don't care about the additional option that you can run multiple wikis with "Bob" - and for making it even simpler to understand and not hide away the "settings.json" file, and since you are planning to change from JSON to TOML instead... this is my dream

[tw5] favorite tab

2018-10-08 Thread Mohammad
Is there any plugin of code snippet to simply add / remove tiddlers as your favorites and have a tab to easily access them? I search this forum and could not find anything! If users have any experience please share. The minimum requirements are: 1. An icon on the tiddler (upper right) to

Re: [tw5] is it possible to configure "Bob" to store tiddler files in the same directory as the wikifolder?

2018-10-08 Thread ch
i've found out in the other thread "[tw5] is it possible to configure TiddlyWiki on Node.js to store tiddler files in the same directory as the wikifolder?" that there in fact exist a configuration option "default-tiddler-location" in the "tiddlywiki.info" file - but sadly, that option is broken

Re: [tw5] is it possible to configure "Bob" to store tiddler files in the same directory as the wikifolder?

2018-10-08 Thread ch
hi jed, for the record: when i wrote "true tw5 wiz", i meant the creator of tiddlywiki five - i didn't mean to "minimize" your work done on "Bob" - on the contrary, i'm very impressed with your work... then i also saw that you support several platforms as well - very(!) impressing, indeed -

Re: [tw5] is it possible to configure TiddlyWiki on Node.js to store tiddler files in the same directory as the wikifolder?

2018-10-08 Thread Jeremy Ruston
Hi ch I’m afraid that default-tiddler-location only affects the location for saving new tiddlers; it doesn’t affect the location from which tiddlers are read at startup. The docs could perhaps be clearer: https://tiddlywiki.com/#tiddlywiki.info%20Files I don’t think that the core currently

Re: [tw5] is it possible to configure TiddlyWiki on Node.js to store tiddler files in the same directory as the wikifolder?

2018-10-08 Thread ch
hi xavier, thanks for the pointer to the *default-tiddler-location* in the tiddlerwiki.info file (i didn't know it existed)... however, it that option doesn't work at all with Tiddlywiki on Node.js! if a configure like this: "config": { "default-tiddler-location": "tiddlers" },

[tw5] Re: [tw] Re: tiddlyclip for chrome

2018-10-08 Thread BJ
HI Kalmir, The instructions for the install are incorrect - I have updated them on github https://github.com/buggyj/tiddlyclip/blob/master/README.md I don't know if you actually have the latest version installed. in chrome://extensions/ you should see I am seeing a problem with

[tw5] Re: Applying actions to multiple tiddlers

2018-10-08 Thread @TiddlyTweeter
TonyM wrote ... > I am aware of actions in a button that contains a list widget that allows > a change multiple tiddliers. > Does anyone understand how this works?, Technicaly that is. How far can > this be taken? Can I wrap any complex multilevel list that includes action > widgets generated

[tw5] Re: [tw] Re: tiddlyclip for chrome

2018-10-08 Thread Kalmir
As for the error I reported yesterday, 1. There are more errors listed by Chrome: its has problem not only with *replace* property, but also *substr* and *url*. 2. I have tried to clip with an empty wiki, to see if dropbox-storing causes the problem or not. It does not. The same error occurs