[tw5] Re: Spell checking in Linux TiddlyDesktop

2021-10-16 Thread 'Mark S.' via TiddlyWiki
Works on my Linux xubuntu TD v14. Thoughts. Sometimes it's better to get the release at the release point (e.g. v14), rather than a pre-release which might be in an indeterminate state. Possibly it "borrows" from the local Chrome installation. Does spell-check work when you run chrome or

[tw5] Re: searching for an item in a list stored as a tiddler's field

2021-10-16 Thread Stobot
CarloGgi, just to address your note about it being unintuitive and not documented, I agree that at first it seems very strange! However it *is* documented in a few places where I think it should be (https://tiddlywiki.com/#title%20Operator). Do you have a suggestion where else it should be

[tw5] Spell checking in Linux TiddlyDesktop

2021-10-16 Thread Lisa Rowell
I moved my tablet from Windows to Linux (Fedora) and everything is working smoothly, with the exception of spell checking when editing within TiddlyDesktop itself (V15 prelease 2). Spell checking while editing the same wiki in Firefox works fine and it worked in TD, same wiki, in WIndows and

[tw5] Re: searching for an item in a list stored as a tiddler's field

2021-10-16 Thread 'Mark S.' via TiddlyWiki
On Saturday, October 16, 2021 at 11:57:45 AM UTC-7 Mark S. wrote: > > Aside: > > Some filter operators filter an existing title list. Others generate lists > without input. Filter operator "list" and "title" are in the latter > category. > >> Also, filter operator *tag* can function in

[tw5] Re: searching for an item in a list stored as a tiddler's field

2021-10-16 Thread 'Mark S.' via TiddlyWiki
This should do what you literally asked for ... <$set name="my_tiddler" value="tiddler-X"> <$list filter="[tag[mytag]contains:my_tiddlers_list]" > Tiddler <> has <> in field my_tiddlers_list Aside: Some filter operators filter an existing title list. Others generate lists without input.

[tw5] Re: How to increment a variable in a list

2021-10-16 Thread vpl
as always ... just magic ! Thanks a lot ! Vpl Le samedi 16 octobre 2021 à 20:19:35 UTC+2, Mark S. a écrit : > I don't believe that you can increment a variable that way. You might be > able to using some sort of recursive function. > > But if you're using 5.2.0, you now have the *counter*

[tw5] Re: How to increment a variable in a list

2021-10-16 Thread 'Mark S.' via TiddlyWiki
I don't believe that you can increment a variable that way. You might be able to using some sort of recursive function. But if you're using 5.2.0, you now have the *counter* attribute, so don't need those extra steps: <$vars projs_list="A B C"> <$list filter="[enlist]" variable

[tw5] How to increment a variable in a list

2021-10-16 Thread vpl
Hi, I'm blocking on how to increment a counter into a list I have the following code which display a list of checkbox I need to set the index in the DataTiddler but in the below example the <> remains to .. Anyone who has an idea why it's not working ? Thanks for your help Regards <$list

[tw5] Re: searching for an item in a list stored as a tiddler's field

2021-10-16 Thread CarloGgi
it turns out that in any filter written as filter="[[whatever_selection_here]title[xyzxyz]]" all the selection preceding the step with tiddler's title is dropped and only that title is retained and passed on to the next step -if there is any. (And this wheter any xyzxyz tiddler exists or not

[tw5] Re: searching for an item in a list stored as a tiddler's field

2021-10-16 Thread CarloGgi
with reference to my previous post, no need to say neither this code works for the inner filter: <$set name='my_tiddler' value='tiddler-X'> ... filter="[enlist{!!my_tiddlers_list}]"> nor this: <$set name='my_tiddler' value='tiddler-X'> ... filter="[[enlist{!!my_tiddlers_list}]]">

[tw5] searching for an item in a list stored as a tiddler's field

2021-10-16 Thread CarloGgi
Hallo again, I have some tiddlers with a special field, call it 'my_tiddlers_list' that stores, not hard to guess, a list of other tiddlers. By 'list' I mean to say the result of an <$action-listops xxx subfilter> widget, which is indeed some 'collection' of items separated by whitespace. I

RE: [tw5] Re: Tiddlers are dense and long

2021-10-16 Thread hwwobbe
Ciao TTThanks for the link to additional information.  I'll certainly review that material since this topic and it's related issues are on my mind quite a bit lately as I re-design some systems that pre-date TW5.2.0.Best,HansSent from my Galaxy Original message From:

[tw5] Re: Tiddlers are dense and long

2021-10-16 Thread TiddlyTweeter
Ciao Hans (hww...@gmail.com) Meanwhile, till I can find the exact Bimlas discussion, I did write a long note on Zettlekasten that had an interesting ensuing discussion ... https://groups.google.com/g/tiddlywiki/c/pCcWB2zVD40/m/3YILA5jsBQAJ Best, TT hww...@gmail.com wrote: > @TiddlyTweeter

[tw5] Re: Tiddlers are dense and long

2021-10-16 Thread Hans Wobbe
@ TiddlyTweeter The thoughts in this thread are a good review of some basic concepts would likely be helpful to newCoimers as well as veterans. Hence I think there (/should be) interest in accepting your offer to add some links. Cheers, Hans On Saturday, October 16, 2021 at 6:26:11 AM

[tw5] Re: Tiddlers are dense and long

2021-10-16 Thread TiddlyTweeter
Mat wrote (slightly edit by me): > ... you ... *reuse the content in different narratives*. But if you don't > reuse the content in other narratives, then there is no real need for ... > fine grained partition of the content. > ...but you say this is for your Zettelkasten ... I.e if your

[tw5] Re: Tiddlers are dense and long

2021-10-16 Thread Mat
One main point with a tiddler is that you can *reuse the content in different narratives*. But if you don't reuse the content in other narratives, then there is no real need for a more fine grained partition of the content. As the others describe: In practice this often means creating a

[tw5] Re: Tiddlers are dense and long

2021-10-16 Thread TW Tones
I would support Charlies comment by pointing out a case for long tiddlers (when search is a available to you) that some people just find it easier not to break information up into smaller pieces, sometimes this draws your attention to the fact you are almost repeating yourself. If and when you