[tw5] Re: Timely help needed

2021-08-13 Thread Ste
For context this is what I'm working on: https://tmc.stephenteacher.com/Assesment%20Schedule.html On Thursday, 12 August 2021 at 18:42:18 UTC+1 Ste wrote: > > Hello wonderful people's. > I need help with time. > I am sure there have been discussions about this but alas I can't seem to > find

Re: [tw5] Better indexes through semantic modeling

2021-08-13 Thread Mohammad Rahmani
Soren, What do you think if we use a small section in a tiddler to store tiddler summary or description in the text field (tiddler body)? Pros: 1. we can find it using standard search 2. no need to create extra field 3. no need to duplicate text Cons: 1. need a script to extract

[tw5] Tiddlywiki and Indexes: Keyword Index and Author Index

2021-08-13 Thread Mohammad Rahmani
Referring to Soren recent post on using indexing in Tiddlywiki, such a system has been used efficiently in TW-Scripts There were two versions: 1. OLD VERSION:

[tw5] convert date in a text field to date format

2021-08-13 Thread
Hello forum, I use a created text field 'published', which will be filled with a date. (This date can also be in the future) format is *T. * - (eg. *7. April 2021* or *13. August 2021*). 1. How can this be converted into a date format? 2. The 'published' field is also shown in TOC -

Re: [tw5] Re: Better indexes through semantic modeling

2021-08-13 Thread springer
Ah, I believe that techniques like "extracting introductions" might even have developed in tandem with a need I had, way back -- to have a list of "quick definitions" that displayed only the title and first line of each definition-tagged tiddler while dropping any further content of text field

Re: [tw5] Better indexes through semantic modeling

2021-08-13 Thread Mohammad Rahmani
Some minor comments 1. error in filter <$list filter="[tag[Locus]sortan[]*]*"> <$link/> (difficulty level: {{!!difficulty}}) – {{!!text}} Best wishes Mohammad On Tue, Aug 10, 2021 at 5:47 AM Soren Bjornstad wrote: > Some of you all might be interested in this new post on my blog: >

Re: [tw5] Better indexes through semantic modeling

2021-08-13 Thread Mohammad Rahmani
Hi Soren, Thank you for clarification! For summary: I have seen books, especially textbooks which have a paragraph (usually in a colored box or with slightly different font) in the first page of each chapter explaining what is that chapter, and what we learn in that chapter! So, I thought the

Re: [tw5] Better indexes through semantic modeling

2021-08-13 Thread Soren Bjornstad
On Friday, August 13, 2021 at 6:39:04 AM UTC-5 Mohammad wrote: > Soren > Please check the filters in given examples, there are some other cases of > imbalanced square brackets! > Thanks, I found two (the $list one you quoted in another post and one other one) and these will be fixed when I

Re: [tw5] Re: Better indexes through semantic modeling

2021-08-13 Thread Mohammad Rahmani
Springer On Thu, Aug 12, 2021 at 4:01 AM springer wrote: > Soren, > > In your "better indexes" essay you write: > If we do have the full text included in each locus, we may want to write a > summary anyway and store it along with the full text: this way, we’ll be > able to create an outline

Re: [tw5] Re: Better indexes through semantic modeling

2021-08-13 Thread springer
Mohammad, By "Tobias Beer's method" do you mean the one here: https://tobibeer.github.io/tb5/#Conditional%20Summary ? That's quite similar to what I use. In fact, I like to create visually distinctive ViewTemplate sections for various fields, iff the fields are populated. Since I often use

Re: [tw5] Better indexes through semantic modeling

2021-08-13 Thread Soren Bjornstad
On Friday, August 13, 2021 at 3:08:36 AM UTC-5 Mohammad wrote: > What do you think if we use a small section in a tiddler to store tiddler > summary or description in the text field (tiddler body)? > I guess I have too much of a programmer mind to like manually yanking things out of somewhere

Re: [tw5] Re: Better indexes through semantic modeling

2021-08-13 Thread Mohammad Rahmani
Hi Springer! The conditional summary needs a summary field! This is what Soren explained and is a good approach! I mean Extracting Introduction From Tiddlers: https://tobibeer.github.io/tb5/#Extracting%20Introductions%20From%20Tiddlers It lets you use the same standard searchbox! Best wishes

Re: [tw5] Better indexes through semantic modeling

2021-08-13 Thread Mohammad Rahmani
Soren Please check the filters in given examples, there are some other cases of imbalanced square brackets! Questions 1. Why is there not anything about tags? Entries replicate tags in Tiddlywiki (but not necessarily) 2. Some concepts with given scripts are confusing like Nearby lists

[tw5] Re: [tw] Re: Continue order list numbering after code block?

2021-08-13 Thread Douglas Glenn
Although this is an old thread, I had encountered the same issue in TW5. 5.3.2. It may be possible the fix shown above works with Markdown, but I am using 'text/vnd.tiddlywiki'. I had fiddled with the font sizes a few days earlier trying to increase the editor font size and it appears I had

[tw5] Change link syntax [[text|link]] -> [[link|text]] for .md files stored by TW on Node.js

2021-08-13 Thread Shareda
Hello! I need to unify links in my tiddlers stored in md files (TW on Node.js) with external storage of markdown files (Obsidian vault). Now I use default TiddlyWiki 5.1.23 system tiddlers an settings. I've set $:/config/FileSystemExtensions

[tw5] Re: convert date in a text field to date format

2021-08-13 Thread 'Mark S.' via TiddlyWiki
I would use a whole bunch of the new search-replace filters. What is your target date format? On Friday, August 13, 2021 at 12:36:11 AM UTC-7 S² wrote: > Hello forum, > > I use a created text field 'published', which will be filled with a date. > (This date can also be in the future) > format

[tw5] Re: convert date in a text field to date format

2021-08-13 Thread
Hello Mark, the displayed field in TOC should be unchanged, as I filled it: *T. * - (eg. *7. April 2021* or *13. August 2021*). Stefan Mark S. schrieb am Freitag, 13. August 2021 um 20:35:40 UTC+2: > I would use a whole bunch of the new search-replace filters. What is your > target

[tw5] Daily Task Macro - buttons no longer change color in 5.2.0-prerelease

2021-08-13 Thread cmari
I have been a happy daily user of *Daily Task Macro *(http://togglers.tiddlyspot.com/) for years, so I am wondering whether someone can point me to any tips for how I might update the macro so that it will continue to work in the new prerelease. Specifically, the fields in toggler tiddlers

[tw5] Re: convert date in a text field to date format

2021-08-13 Thread Eric Shulman
On Friday, August 13, 2021 at 12:36:11 AM UTC-7 S² wrote: > I use a created text field 'published', which will be filled with a date. > (This date can also be in the future) > format is *T. * - (eg. *7. April 2021* or *13. August 2021*). > > 1. How can this be converted into a date

[tw5] Re: Daily Task Macro - buttons no longer change color in 5.2.0-prerelease

2021-08-13 Thread Saq Imtiaz
See https://github.com/Jermolene/TiddlyWiki5/issues/5903#issuecomment-898691487 On Friday, August 13, 2021 at 9:26:33 PM UTC+2 cmari wrote: > I have been a happy daily user of *Daily Task Macro *( > http://togglers.tiddlyspot.com/) for years, so I am wondering whether > someone can point me to

[tw5] Re: [tw] Re: Continue order list numbering after code block?

2021-08-13 Thread Eric Shulman
On Friday, August 13, 2021 at 3:17:28 PM UTC-7 dgle...@gmail.com wrote: > Although this is an old thread, As you note, this is an old thread (over 6 years old!). *A general solution has long ago been documented* here: https://tiddlywiki.com/#Lists%20in%20WikiText Scroll down to the end of