[tw5] Re: Combo Searchbox: search both as "standard search" and "filter search"

2019-12-18 Thread Mohammad
A little better macro \define standardSearch() <$set name=searchFilter value="[all[tiddlers]!is[system]search:title,caption,text[$(searchTerms)$]]"> //Standard search: <$count filter=<> /> matches// <$list filter=<> > <$link/> \end \define filterSearch() //Filter search: <$count filter=<>/>

[tw5] Re: $:/StoryList on BOB

2019-12-18 Thread 'Torax Malu' via TiddlyWiki
Well - one solution ist the permalink-view or adding this to the setting of default title: [all[]tag[boot]] and tagging all for reload with the tag "boot". As mentioned in the initial post, BOB is very handy for development of templates and views in combination with an external editor. ;) In

[tw5] Combo Searchbox: search both simple entry and filter entry

2019-12-18 Thread Mohammad
This may be answered already, but I could not find in in the forum *idea*: have a search box (an $edit-text) which lets you to search both by filter and by simple keywords *use case*: one search box and do both standard and filter search *a quick proposal* Create a tiddler in

[tw5] Re: Any idea how to collapse/expand section within a tiddler

2019-12-18 Thread InflamedSebi
Imma just leave this here: \define fold(id, caption, content) <$set name="controller" value={{{ [[$:/temp/state/]addsuffixaddsuffix[/fold/]addsuffix[$id$]] }}}> <$reveal type="nomatch" state=<> text="open"> <$button class="tc-btn-invisible" set=<> setTo="open"> ''$caption$''

Re: [tw5] Re: Ipfs with TiddlyWiki v0.2.9 is available

2019-12-18 Thread Xavier Maysonnave
Hi Mark, No issue on my side. Did you try https://bluelightav.eth.link ? Here is the Ipfs permanent link : https://gateway.ipfs.io/ipfs/QmThBQeDdiu67FRo9wUYRJsLksfTY5CcX91ArvDHMtCTPi/ Thanks for your feedback. Warmly “Matter is Energy. Energy is Light. We are all Light Beings.” - Albert

[tw5] Re: TIP TW5: How to hide text

2019-12-18 Thread A Gloom
An addition, In the table coding i need to get to Mohammad I use display:none to selectively collapse individual columns with buttons -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from

[tw5] Re: TIP TW5: How to hide text

2019-12-18 Thread A Gloom
wise choice-- it also takes away its allocated space in the doc-- also woirks for many html elements like table columns,rows, cells As Mohammad said, this forum makes a good reference source-- in a search I will find this topic and see the various ways to hide things suggested by you, Eric

[tw5] Switching focus between sidebar and storyboard with keyboard. Possible?

2019-12-18 Thread TonyM
Mathew I do not have a direct answer but tw5 allows you to define keyboard shortcuts. I am not sure but perhaps you can design some for the actions you want. Tony -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group

[tw5] Re: Ipfs with TiddlyWiki v0.2.9 is available

2019-12-18 Thread 'Mark S.' via TiddlyWiki
On Wednesday, December 18, 2019 at 8:24:08 PM UTC-8, Xavier Maysonnave wrote: > > https://bluelightav.eth > > Always times out for me. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails

[tw5] Re: TIP TW5: How to hide text

2019-12-18 Thread Mohammad
nice, I added this to previous discussion in TW-Scripts On Thursday, December 19, 2019 at 7:25:25 AM UTC+3:30, TonyM wrote: > > Here is some other hide stuff tricks > > \define mynote() > some stuff > \end > > <$list filter="[{$:/config/debugmode}match[yes]]" variable=nul> > some stuff that will

[tw5] Is this a bug: removing a tiddler which is tagged say with xx is not removed from xx list filed

2019-12-18 Thread Mohammad
For example 1. you have 5 tiddlers all tagged with *xx*, 2. reorder them using the tag pill (this will add a *list *field to xx with ordered title of above 5 tiddlers) 3. and then delete two of them 4. now open the *xx *tiddler and look at the *list *field you see deleted

[tw5] Ipfs with TiddlyWiki v0.2.9 is available

2019-12-18 Thread Xavier Maysonnave
Dear Friends, I pushed a new version of Ipfs with TiddlyWiki hosted @ GitHub Ens capable browser: https://bluelightav.eth Ipfs with TiddlyWiki Plugin Ipfs with TiddlyWiki Documentation

[tw5] Re: Favorites plugin: new update 3.1.0

2019-12-18 Thread Mohammad
Hi Thomas, May thanks for your comments! On Thursday, December 19, 2019 at 12:25:11 AM UTC+3:30, Thomas Elmiger wrote: > > Hi Mohammad and Josiah, > > It helps me a lot to sharpen my ideas, when I look at similar solutions > from other authors. So here are some inputs from my experience and

[tw5] TIP TW5: How to hide text

2019-12-18 Thread TonyM
Here is some other hide stuff tricks \define mynote() some stuff \end <$list filter="[{$:/config/debugmode}match[yes]]" variable=nul> some stuff that will only show when in debug mode You can also place stuff inside a widget that does not display its content or is unlikely ever to do so.

Re: [tw5] Re: Favorites plugin: new update 3.1.0

2019-12-18 Thread TonyM
Jeremy Thanks for that. I understand on a team or public server that prohibiting plugin installation makes sense. However we often use server implementations for saving. Could we have an overide for this for local access situations? I will add this to my related thread. Tony -- You received

[tw5] Re: Favorites plugin: new update 3.1.0

2019-12-18 Thread Thomas Elmiger
Hi Mohammad and Josiah, It helps me a lot to sharpen my ideas, when I look at similar solutions from other authors. So here are some inputs from my experience and thinking from the development of my own plugin. - Icons: I like the heart, but the difference between active and passive

[tw5] Re: $:/StoryList on BOB

2019-12-18 Thread 'Torax Malu' via TiddlyWiki
Hi Jeremy, sorry for the inconvinience I created with the editing. I completely forgot the usage as a email-list. And also I forgot the multi-user-cabability of BOB. With this background it would be more of a hassle to save the storylist. Thanks for the reminder. Cheers Torax Am Mittwoch,

Re: [tw5] Fraidycat, an interesting social aggregator

2019-12-18 Thread TiddlyTweeter
Kicks Condor wrote: > > > @TT - Interested to hear your bugs. Send them on. > Ciao Kicks, a preliminary here: https://github.com/kickscondor/fraidycat/issues/48 Best wishes TT -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe

[tw5] Re: TIP TW5: How to hide text

2019-12-18 Thread Mohammad
Added to TW Scripts On Wednesday, December 18, 2019 at 7:11:24 PM UTC+3:30, Mark S. wrote: > > You can also use the comment functionality of HTML. e.g. > > > > If you use CSS to hide text, you might consider defining your own class > for that purpose. That way you could change the visibility of

[tw5] Re: TIP TW5: How to hide text

2019-12-18 Thread Mohammad
Added to TW-Scripts On Wednesday, December 18, 2019 at 7:02:14 PM UTC+3:30, Eric Shulman wrote: > > On Wednesday, December 18, 2019 at 6:04:25 AM UTC-8, Chuck R. wrote: >> >> Basic info: TW5 using TW markup. >> Sometimes I want to hide text in a tiddler that only I see while in edit >> mode. I

Re: [tw5] Fraidycat, an interesting social aggregator

2019-12-18 Thread Kicks Condor
Oh yoohoo - author of this here. Thank you for sharing it. I am not a terribly active user of this list - but feel free to email me with any suggestions or troubles. TiddlyWiki support is paramount for me. Partially because I read many public TiddlyWikis, but also because I want to encourage

[tw5] Re: POLLY -- Fetch TW?

2019-12-18 Thread TiddlyTweeter
I fear that Polly is a one-legged parakeet On Wednesday, 18 December 2019 15:34:17 UTC+1, Mohammad wrote: > > Worth to be documented! > Good tutorial will help people use it! > Why not announced on tiddlywiki.com? > > --Mohammad > -- You received this message because you are subscribed to the

Re: [tw5] Re: Favorites plugin: new update 3.1.0

2019-12-18 Thread Jeremy Ruston
Hi Tony > I did not want to high Jack the thread. But I thought this info important for > mohammadss different releases. I understand this may have a reason but surely > we could get dropped plugins to be saved into the node required locations to > bring these behaviors inline. It seems an

[tw5] TIP TW5: How to hide text

2019-12-18 Thread 'Mark S.' via TiddlyWiki
You can also use the comment functionality of HTML. e.g. If you use CSS to hide text, you might consider defining your own class for that purpose. That way you could change the visibility of hidden text everywhere just by changing the CSS definition. -- You received this message because you

[tw5] Re: TIP TW5: How to hide text

2019-12-18 Thread Eric Shulman
On Wednesday, December 18, 2019 at 6:04:25 AM UTC-8, Chuck R. wrote: > > Basic info: TW5 using TW markup. > Sometimes I want to hide text in a tiddler that only I see while in edit > mode. I have found that this works great: > > This is hidden text. > > The above code is, of course, standard

[tw5] How to create recurring tasks/events in TiddlyWiki?

2019-12-18 Thread 'Mark S.' via TiddlyWiki
I think I would consider pre-generating the list of event dates, and storing them in a list field of your event. This would make it fairly easily to check whether your Koffee Klatch will be meeting on August 5, 2020. The downside of this approach, compared to Google, is that it needs to be

[tw5] Re: POLLY -- Fetch TW?

2019-12-18 Thread Mohammad
Worth to be documented! Good tutorial will help people use it! Why not announced on tiddlywiki.com? --Mohammad On Wednesday, December 18, 2019 at 4:26:28 PM UTC+3:30, TiddlyTweeter wrote: > > After a break from Polly I been thinking about a few things to complete > next year ... > > For myself

[tw5] Re: TIP TW5: How to hide text

2019-12-18 Thread Mohammad
Great! Please keep doing this! Sharing your interesting findings! Forum is a good place to learn! Sometimes ago TonyM posted a tip a day or a week, but he stopped these useful posts! Best Mohammad -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.

Re: [tw5] Re: Favorites plugin: new update 3.1.0

2019-12-18 Thread Mohammad
Many thanks Jeremy! This clarified why some people insisted to publish plugin folder! Of course I noticed I forgot to publish the *plugin.info* Best wishes Mohammad On Wednesday, December 18, 2019 at 12:56:43 PM UTC+3:30, Jeremy Ruston wrote: > > > Can I ask if you can tell me what the

[tw5] Re: Favorites plugin: new update 3.1.0

2019-12-18 Thread Mohammad
Hi Josiah, On Wednesday, December 18, 2019 at 3:40:49 PM UTC+3:30, TiddlyTweeter wrote: > > Ciao Mohammad > > Very nice to be reminded you did this evolution of Harrison's original! > I actually have some minor release last year and during 2019 and I was in contact with Andrew Personally I

[tw5] Re: POLLY -- Fetch TW?

2019-12-18 Thread TiddlyTweeter
Lol! On Wednesday, 18 December 2019 14:58:48 UTC+1, David Gifford wrote: > > https://www.youtube.com/watch?v=Pubd-spHN-0 > > :-) > -- 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,

[tw5] TIP TW5: How to hide text

2019-12-18 Thread Chuck R.
Basic info: TW5 using TW markup. Sometimes I want to hide text in a tiddler that only I see while in edit mode. I have found that this works great: This is hidden text. This also works great for hiding text in an EPUB file, which becomes XHTML. For example, sometimes when I convert a PDF

[tw5] Re: My new Writing sandbox, dressed in Twaddling clothes

2019-12-18 Thread David Gifford
Thanks for the feedback TT! On Wednesday, December 18, 2019 at 5:41:57 AM UTC-6, TiddlyTweeter wrote: > > Ciao Dave > > I'm very appreciative you posted that. I think it is incredibly useful to > see "working solutions". > I don't mean demos. I mean wikis kitted-out to perform a defined aim &

[tw5] Re: POLLY -- Fetch TW?

2019-12-18 Thread David Gifford
https://www.youtube.com/watch?v=Pubd-spHN-0 :-) On Wednesday, December 18, 2019 at 6:56:28 AM UTC-6, TiddlyTweeter wrote: > > After a break from Polly I been thinking about a few things to complete > next year ... > > For myself I wrote an experimental module to *fetch a copy of main TW >

[tw5] Re: SVG for button graphic

2019-12-18 Thread TiddlyTweeter
The approach is definitely interesting. I could see a progression of diamonds indicating or initiating steps in a sequence. The shape of the clickable area is a bit of an issue. I think there is a way round that in that SVG is usable much like "image maps" used to be. Here is an example in TW:

[tw5] Re: [TW5] How to remove carriage returns in selected tiddly text?

2019-12-18 Thread Chuck R.
Thank you Eric, but I'm not familiar with using macros or widgets. How do I use the code you gave me? -- 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: POLLY -- Fetch TW?

2019-12-18 Thread TiddlyTweeter
Repeat for emailers ... On Wednesday, 18 December 2019 13:56:28 UTC+1, TiddlyTweeter wrote: > > After a break from Polly I been thinking about a few things to complete > next year ... > > For myself I wrote an experimental module to *fetch a copy of main TW > releases to a designated

[tw5] Re: Fraidycat, an interesting social aggregator

2019-12-18 Thread TiddlyTweeter
Thanks Richard It is indeed interesting! I'm a fan of aggregators. This one is nicely minimal. Its particularly useful for trawling TiddlyWiki. There is an issue sometimes with the Official "Pre-release" version with it returning 404 errors. I'll let the autor know. Best wishes TT On

[tw5] Re: Favorites plugin: new update 3.1.0

2019-12-18 Thread TiddlyTweeter
Ciao Mohammad Very nice to be reminded you did this evolution of Harrison's original! Just FYI, I thought it worth mentioning Thomas Elmiger's variant on "bookmarks" which uses a "side marker" in an interesting way ... His approach is to integrate it into his "MyStory" plugin

[tw5] Re: My new Writing sandbox, dressed in Twaddling clothes

2019-12-18 Thread TiddlyTweeter
Ciao Dave I'm very appreciative you posted that. I think it is incredibly useful to see "working solutions". I don't mean demos. I mean wikis kitted-out to perform a defined aim & working practice. And listing all main components is very helpful to understand how to use and tweak available

Re: [tw5] Re: Favorites plugin: new update 3.1.0

2019-12-18 Thread TonyM
Sorry, I did not want to high Jack the thread. But I thought this info important for mohammadss different releases. I understand this may have a reason but surely we could get dropped plugins to be saved into the node required locations to bring these behaviors inline. It seems an unnesasary

[tw5] Re: $:/StoryList on BOB

2019-12-18 Thread Jeremy Ruston
Hi Torax Just a reminder that a number of users read this forum via email (including me), and so will never see edits made after posting. It's usually better to make a second post than make substantive edits to an existing post. > Sorry - got the whole thing completely wrong. The

Re: [tw5] Re: Favorites plugin: new update 3.1.0

2019-12-18 Thread Jeremy Ruston
> The wiki running under Node.js will only process plugins loaded via the > tiddlywiki.info file, or directly from the command line. I should have added that Node.js will also load plugin folders from the "plugins" subfolder of a wiki folder. Best wishes Jeremy -- You received this message

Re: [tw5] Re: Favorites plugin: new update 3.1.0

2019-12-18 Thread Jeremy Ruston
> Can I ask if you can tell me what the difference is if rather using the > folder version I drop the single file plugin on a node hosted wiki? I am sure > I should already understand the full consequences how ever I think if we > present alternative distributions we should explain the pros and

[tw5] Re: Favorites plugin: new update 3.1.0

2019-12-18 Thread Mohammad
On Wednesday, December 18, 2019 at 9:27:51 AM UTC+3:30, TonyM wrote: > > Mohammad > > Thanks for your quick response but I still do not understand the > difference between dropping a single tiddler plugin on a file wiki and > dropping it on a node which would save it as a tiddler file anyway