[tw5] Re: Edit-Text to Data Tiddler Lookup

2019-06-11 Thread 'Mark S.' via TiddlyWiki
<$view tiddler="Dictionary" index={{tempTid!!mylookup}} /> Notice that I'm not using mixed case for the field -- TW will automatically turn your mixed case field name into lowercase. On Tuesday, June 11, 2019 at 6:59:28 PM UTC-7, Drevarr the Old wrote: > > I want to add a dictionary tiddler

[tw5] Edit-Text to Data Tiddler Lookup

2019-06-11 Thread Drevarr the Old
I want to add a dictionary tiddler lookup to my sidebar to allow me to quickly get a description of a 3 character alpha-numeric task center. How would I do the equivalent of {{Dictionary##4ZA}} utilizing the value of {{tempTid!!myLookUp}} |Task Center: |<$edit-text tiddler="tempTid"

Re: [tw5] Font in Text Editor

2019-06-11 Thread Damon Pritchett
Thanks. I'll check it out. On Monday, June 10, 2019 at 2:50:42 PM UTC-5, Jeremy Ruston wrote: > > Hi Damon > > Very much appreciated and good to know that it wasn't something I was > doing or not doing. > > > Indeed, it’s very jarring when one runs into the unexpected consequences > of the

[tw5] Re: Is there a reverse for the filter [getindex[]]

2019-06-11 Thread TonyM
Jan, This highlights the fact that databases, especially simple key/value pair ones are not rocket science. We need to add to the documentation all standard operations that we would do against a data tiddler and where there are gaps add the tools to make it easier. Despite considerable

[tw5] Re: Edit a Tiddler inside a tabs Tiddler directly?

2019-06-11 Thread armlet
This makes editing the tiddlers much easier and avoid being distracted while searching for it. Thank you Mat! On Tuesday, June 11, 2019 at 1:38:32 PM UTC-5, Mat wrote: > > Edit: You're still opening that tab content tiddler separately but > tablinks gives a shortcut to access it instead of

[tw5] Re: Edit a Tiddler inside a tabs Tiddler directly?

2019-06-11 Thread Mat
Hi armlet yes, I made tablinks . I think pmario also made a variant of it, possibly an improvement, I don't know. <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

[tw5] Re: Edit a Tiddler inside a tabs Tiddler directly?

2019-06-11 Thread Mat
Edit: You're still opening that tab content tiddler separately but tablinks gives a shortcut to access it instead of having to search for it. <:-) On Tuesday, June 11, 2019 at 8:37:06 PM UTC+2, Mat wrote: > > Hi armlet > > yes, I made tablinks . I think pmario

[tw5] Re: Presenting: Columns - for in-tid columns

2019-06-11 Thread Mat
Stephen Wilson wrote: > > A couple of problems due to my tagging system in that an equation isn't > always tagged with the top level subject, so stress is tagged under 'stress > and strain' but not the top level 'Statics'. > The linkability seems to have gone too! > Yeah, I guess you must stick

Re: [tw5] Re: Is there a reverse for the filter [getindex[]]

2019-06-11 Thread PMario
On Tuesday, June 11, 2019 at 4:55:45 PM UTC+2, Jan wrote: > > Hi Mario, > this goes into the right direction...but it seems to be finished yet in a > way that I can get (only) the keys which have a certain value... > The "digit-pattern" is just an example. It uses a regexp specification to

[tw5] Re: [TW5][Plugin] Announcing TOC Counting

2019-06-11 Thread Julio Peña
Hello HC and all, Aha HC...veeerry useful piece of work! Many thanks for the share. Have a wonderful birthday; wishing you longevity and health. Best regards, Julio On Tuesday, June 11, 2019 at 6:44:22 AM UTC-4, HC Haase wrote: > > Announcing the TOC Counting plugin! > > Today is my birthday

[tw5] Edit a Tiddler inside a tabs Tiddler directly?

2019-06-11 Thread armlet
I am wondering if this is possible. "Tiddler 8" is using tabs macro. <> If I click the edit button of "Tiddler 8", I can only edit that <> code. Is there a way I can edit "New Tiddler 1" directly from "Tiddler 8", instead of to search and open "New Tiddler 1" separately? [image: Screen Shot

[tw5] Maths Graphs?

2019-06-11 Thread Ste Wilson
I've just had a quick look through Dave's awesome curation bit.ly/tiddlytools for a graphing tool to let me do say y=sin x and get a nice graph but didn't spot anything. Has any one done anything? I don't suppose https://latex2js.com/ or http://www.jsgraph.org/ would be easy to pluginify?

Re: [tw5] Re: Update of Archipel : TiddlyWiki toc based on D3JS

2019-06-11 Thread Silverfox
Thank you so much for your comments, Some elements of context, I really would like to update Archipel, but I'm currently lacking time. Few months ago, when I lost my job I decided to learn coding Javascript to make this development on Tiddlywiki. I learned a lot from almost zero, but I'm

Re: [tw5] Re: What operators use [current] ?

2019-06-11 Thread Jeremy Ruston
Hi Mark > "is" operator lists "current" as an operator, BTW Whoops, thanks, of course you’re right: the is operator supports the following operands: current, image, missing, orphan, shadow, system, tag, tiddler and variable Best wishes Jeremy > > On Tuesday, June 11, 2019 at 3:55:57 AM

[tw5] Re: What operators use [current] ?

2019-06-11 Thread 'Mark S.' via TiddlyWiki
"is" operator lists "current" as an operator, BTW On Tuesday, June 11, 2019 at 3:55:57 AM UTC-7, Mat wrote: > > When can [current] be used instead of ? > > I know that the all operator > can use this > argument. I believe the [current] was

Re: [tw5] Re: Is there a reverse for the filter [getindex[]]

2019-06-11 Thread Jan
Thanks Eric. This also is an approach... but I guess would need to modify it with a third nested filter which only shows the desired results. An alternative would be to swap key and value in the whole construction. I am still guessing what is more promising. Jan Am 11.06.2019 um 17:10

[tw5] Re: Presenting: Columns - for in-tid columns

2019-06-11 Thread Stephen Wilson
Hi Mat, went with: <> (@@. didn't do anything) which gives me http://stephenteacher.tiddlyspot.com/#New%20Tiddler A couple of problems due to my tagging system in that an equation isn't always tagged with the top level subject, so stress is tagged under 'stress and strain' but not the

[tw5] Re: Is there a reverse for the filter [getindex[]]

2019-06-11 Thread Eric Shulman
On Tuesday, June 11, 2019 at 7:26:16 AM UTC-7, Jan wrote: > > I want to find out which indexes have a defined value... how do I get > this into the filter... or is this impossiple? > Not sure if this fits in with your use-case... but here's a macro that returns a list of indices that are

Re: [tw5] Re: Is there a reverse for the filter [getindex[]]

2019-06-11 Thread Jan
Hi Mario, this goes into the right direction...but it seems to be finished yet in a way that I can get (only) the keys which have a certain value... but thanks a lot I see how I can modify it. Jan Am 11.06.2019 um 16:37 schrieb PMario: Hi, I'm not sure, but have a look at:

[tw5] Re: Is there a reverse for the filter [getindex[]]

2019-06-11 Thread PMario
Hi, I'm not sure, but have a look at: http://3971.tiddlyspot.com/ and https://github.com/Jermolene/TiddlyWiki5/pull/3971 -m -- 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

[tw5] Is there a reverse for the filter [getindex[]]

2019-06-11 Thread Jan
Hi! I want to find out which indexes have a defined value... how do I get this into the filter... or is this impossiple? Cheers Jan -- 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: [TW5][Plugin] Announcing TOC Counting

2019-06-11 Thread Mat
Happy B-day and thanks for sharing! > > <:-) -- 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

Re: [tw5] What operators use [current] ?

2019-06-11 Thread Mat
Thanks! <:-) -- 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

Re: [tw5] What operators use [current] ?

2019-06-11 Thread Jeremy Ruston
Hi Mat > When can [current] be used instead of ? > > I know that the all operator > can use this argument. I > believe the [current] was implemented as a shorter form for doing > all whic makes sense so there should be more operators (and

[tw5] Re: [TW5][Plugin] Announcing TOC Counting

2019-06-11 Thread Mohammad
Happy your birthday! and thank you for the present! Cheers Mohammad On Tuesday, June 11, 2019 at 3:14:22 PM UTC+4:30, HC Haase wrote: > > Announcing the TOC Counting plugin! > > Today is my birthday so this is my birthday present to you. > > demo and download:

[tw5] What operators use [current] ?

2019-06-11 Thread Mat
When can [current] be used instead of ? I know that the all operator can use this argument. I believe the [current] was implemented as a shorter form for doing all whic makes sense so there should be more operators (and other stuff?) that

[tw5] Re: I love TiddlyWiki because...

2019-06-11 Thread @TiddlyTweeter
"... I recently got my brain flipped inside-out by @TiddlyWiki World-building for stories/games has always been a non-liner process, and as such my bulleted-list method always runs into problems. Having a way to make on-the-fly links between concepts is

[tw5] [TW5][Plugin] Announcing TOC Counting

2019-06-11 Thread HC Haase
Announcing the TOC Counting plugin! demo and download: https://github.com/hchaase/TW5-toc_counting Sometimes TW can feel like a black box, I made this plugin to get a better feel of my table of contents / index tiddlers at a glance. The TOC counting plugin adds a count of child tiddlers to

[tw5] Re: TW5: Tiddlywiki on node.js: Show content of local text file in a tiddler

2019-06-11 Thread Alex
Maybe a bit late for the party, but you may also want to read this: https://tiddlywiki.com/#tiddlywiki.files%20Files It works like this: you create a subfolder under $ROOT/tiddlers, and put a single file tiddlywiki.files there. If the file is created correctly, it will tell TW to parse files

Re: [tw5] Re: Update of Archipel : TiddlyWiki toc based on D3JS

2019-06-11 Thread K500 L501
I strongly subscribe to this! On Mon, Jun 10, 2019 at 11:38 PM Jan wrote: > Dear Silverfox, > I just rediscovered your great Archipel-Knowledgemap on > http://archipel.tiddlyspot.com > I would definitively like to use it but I still have some desiderata: > It would be great... > - if the last