Re: [tw5] Re: Display tags in Tiddlers

2021-04-18 Thread 'mohamed maghrabi' via TiddlyWiki
Is it possible to display all associated tags with the listed tiddlers next to them in the list? On Wednesday, April 7, 2021 at 2:29:41 PM UTC+2 Anjar wrote: > Hi, > > As you've discovered, seemingly simple problems can get wuite complex:) I > agree with you that is a nice solution, or you

Re: [tw5] One journal tiddler / day (like a diary): how?

2021-04-18 Thread Scott Kingery
;sort[created]]" >> emptyMessage:"n/a">> >> >> >> The problem with such a filter function in a Journal tiddler is, that: >> "What if I did create the journal tiddler 1 day late". ... So I want to >> date it back, which isn't possib

Re: [tw5] Colored Code Snippets

2021-04-18 Thread Javier Eduardo Rojas Romero
Have you tried opening the Control Panel in your tiddlywiki, and then click on "Plugins" -> "Get More Plugins" -> "open plugin library" -> then search for "highlight", search for it in the resulting list, and click "install"? Cheers, On Fri, Apr 09, 2021 at 06:09:05PM -0700, Gary Zimmer wrote: >

Re: [tw5] Re: The simplest way to include the JS code into Tiddlywiki

2021-04-18 Thread Mohammad Rahmani
Hi Flibless, Thank you for your inputs! I actually gave up on this! Best wishes Mohammad On Mon, Apr 19, 2021 at 12:15 AM Flibbles wrote: > I know I'm a little late to the party here, but I think your first > solution may not have worked because it didn't have a module-type. If you >

Re: [tw5] Re: [ Streams ] : feedback and issues

2021-04-18 Thread Rika Sukenik
I just made a note to update in ~1 week. Thanks, Saq! Really appreciate the time you're spending on this. Best, Rika Sukenik On Sat, Apr 17, 2021 at 12:47 AM Saq Imtiaz wrote: > @arun apologies for the very delayed reply, I've had a hectic last couple > of months and this message slipped

Re: [tw5] One journal tiddler / day (like a diary): how?

2021-04-18 Thread Ray Vermey
quot;What if I did create the journal tiddler 1 day late". ... So I want to > date it back, which isn't possible with the created field. ... > > So your approach with manually setting the value is probably the right > one, but it may be simplified. eg: > > \define thatDate()

Re: [tw5] One journal tiddler / day (like a diary): how?

2021-04-18 Thread PMario
f I did create the journal tiddler 1 day late". ... So I want to date it back, which isn't possible with the created field. ... So your approach with manually setting the value is probably the right one, but it may be simplified. eg: \define thatDate() ^20210418 <sort[created]]"

Re: [tw5] Re: The simplest way to include the JS code into Tiddlywiki

2021-04-18 Thread Flibbles
I know I'm a little late to the party here, but I think your first solution may not have worked because it didn't have a module-type. If you have... module-type: utils ...then tiddlywiki will load this tiddler on startup (and put any existing exports int utils, which will be none). As it is,

[tw5] Re: Subfilter recursion

2021-04-18 Thread Soren Bjornstad
Update, I did another experiment and subfilter[] does work the way you were using it. I'm guessing Mark is right and it tries to create the filter before it actually runs it and sees there are no results. On Sunday, April 18, 2021 at 2:36:33 PM UTC-5 Soren Bjornstad wrote: > I've never tried

[tw5] Re: Subfilter recursion

2021-04-18 Thread Soren Bjornstad
I've never tried to do a recursive* filter*, so I don't know what's technically possible (though I've never seen someone try to use multiple filter runs in *subfilter* and am a bit suspicious that the second run is doing a tagging[] on everything in your wiki). But recursive macros are easy

[tw5] Re: Subfilter recursion

2021-04-18 Thread 'Mark S.' via TiddlyWiki
My guess is that it's trying to build the complete filter even before it runs, so that's why you hit the recursive limit. That is, it's not running one filter, running the next, testing, etc. It's trying to build the whole thing, which has no way of exiting. Since you know about how many

Re: [tw5] Mentat

2021-04-18 Thread Jan Johannpeter
Hi Ray, I recall that the Tiddlers have to be tagged to behave in the mentat or volant mode. Cheers Jan Am Sa, 17. Apr, 2021 um 3:29 VORMITTAGS schrieb Ray Vermey : Hi, i installed the great looking all the Mentat plugins and it looks really nice. I drag and resize, works nice! But

[tw5] Re: A tour through my Zettelkasten

2021-04-18 Thread Soren Bjornstad
The filter that pulls the snippet stops when it reaches the first period, question mark, or exclamation mark, so that it only pulls the sentence after the TODO. In your case, you have a link to youtu.be within the first sentence, so when it hits the . after 'youtu', it stops, and the result

[tw5] Subfilter recursion

2021-04-18 Thread Yaisog Bonegnasher
Hi, I recently tried to create a recursive subfilter to find all tiddlers below a certain tag, no matter how many levels deep (similar to the *kin* filter, which is too slow for my large wiki). Unfortunately, I was greeted with a red-message-box-of-death informing me of too much recursion.

[tw5] Re: One journal tiddler / day (like a diary): how?

2021-04-18 Thread PMario
On Sunday, April 18, 2021 at 8:06:40 PM UTC+2 rayv...@gmail.com wrote: > ?? I don't understand the problem. The OP says: " How can I change the "new journal" button to bring up that day's journal entry (creating it if necessary)?! The PR can handle this. The OP says: (Optional:) How can I

[tw5] Re: One journal tiddler / day (like a diary): how?

2021-04-18 Thread Ray Vermey
?? I don't understand the problem. What is wrong with creating a new Journal Tiddler for every action, event, "thing", happening during the (work)day and use tags like i do? What am i missing?? Ray Op zondag 18 april 2021 om 19:45:06 UTC+2 schreef PMario: > Hi, > I did create a PR at github:

[tw5] Re: A tour through my Zettelkasten

2021-04-18 Thread ludwa6
Ah, nice: that's got it working. Nifty affordance, that! Now as it happens: this reveals to me another curious thing (what you might have covered in the video, Soren; if so i apologise. So much detail in that to master!): following standard wikitext notation, i embedded that link to your

[tw5] PR for new functionality for New Journals and New Journals Here is active.

2021-04-18 Thread PMario
Hi folks, I did just create a PR at github: https://github.com/Jermolene/TiddlyWiki5/pull/5614 The repo also contains a link to an *experimental wiki, *that is for tests only!!! Read the comments on the PR and vote +1 if you want to have this function in the core. The PR was inspired by:

[tw5] Re: One journal tiddler / day (like a diary): how?

2021-04-18 Thread PMario
Hi, I did create a PR at github: https://github.com/Jermolene/TiddlyWiki5/pull/5614 The repo also contains a link to an *experimental wiki, *that is for tests only!!! Read the comments on the PR and vote +1 if you want to have this function in the core. have fun! mario -- You received

[tw5] Re: A tour through my Zettelkasten

2021-04-18 Thread Soren Bjornstad
Looks like my filter missed the TODO tiddler, which should contain: \define todore() \[\[TODO\]\]: \define splitre() [\.\?!] To add a TODO item to this list, simply link to [[TODO]]. <$list filter="[[TODO]backlinks[]] -[[TODO]]" variable=outer> <$list

[tw5] Re: A tour through my Zettelkasten

2021-04-18 Thread ludwa6
Good to know, Soren, but first i have to get the basics under control, like: TODO items! About that, you say in your video at 28'47" : "*Anywhere that i write the word todo in square brackets, so link to the tiddler todo, gets automatically pulled in

[tw5] Re: A tour through my Zettelkasten

2021-04-18 Thread Soren Bjornstad
Oh, to convert a single-file wiki to Node.js, all you need is: tiddlywiki --load path/to/single/file.html --savewikifolder path/to/output/folder You could even do this as a first step in the script above, if you wanted to normally edit in single-file mode but use the automated build. On

[tw5] Re: A tour through my Zettelkasten

2021-04-18 Thread ludwa6
Thank-you Soren, but to be clear: I'm working in single-file mode, since i was unable to find a way to convert your file to node.js, though that would probably make for a more elegant solution [*]... But the "manual" method you propose below (with slight adaptation, see below) is sufficiently

[tw5] Re: A tour through my Zettelkasten

2021-04-18 Thread Soren Bjornstad
Minor correction: in the list of setup steps (second code block from the bottom), add this line at the end: mkdir wiki On Sunday, April 18, 2021 at 7:35:05 AM UTC-5 Soren Bjornstad wrote: > A manual option would be to go to $:/AdvancedSearch, type in the filter > you want to export (e.g.,

[tw5] Re: A tour through my Zettelkasten

2021-04-18 Thread Soren Bjornstad
A manual option would be to go to $:/AdvancedSearch, type in the filter you want to export (e.g., [tag[Public]] [is[system]]), use the export button to the right of the search box to export as JSON, and then import that JSON file into a fresh empty.html and publish that HTML file. That said,

[tw5] Re: A tour through my Zettelkasten

2021-04-18 Thread ludwa6
Cool -editor works fine now- so i've make this my personal github.io repo , where i'll try to document my journey of learning with Zettelkasten as i go. Have not yet found a good way to export just the Public (i.e. not tagged "private") tiddlers for push to Github;

[tw5] Re: One journal tiddler / day (like a diary): how?

2021-04-18 Thread PMario
Hi David, You pointed out an oversight in the configuration possibilities, that doesn't work for your workflow. ... We do have a "New Journal" button in the right sidebar, which by default creates 1 tiddler per day. ... That's OK. We also have a "New Journal Here" button in the tiddler

[tw5] Re: A tour through my Zettelkasten

2021-04-18 Thread ludwa6
Ah- that was easy. Thanks Mario! /walt On Saturday, April 17, 2021 at 10:21:45 PM UTC+1 PMario wrote: > On Saturday, April 17, 2021 at 8:30:57 PM UTC+2 ludwa6 wrote: > ... > >> I really love the system overall, but just can't get the hang of this >> text editor variant, so if there's any way

[tw5] Re: More Free Icons/images for Windows 10 Users that work well with TiddlyWiki

2021-04-18 Thread TiddlyTweeter
TW Tones wrote: > Something that can be drawn from this is that a local app from which you > can search, list, drag icons is helpful, perhaps a tiddlywiki that can be > installed locally in TiddlyDesktop etc.. could be nice. > Right! I want to add that a GENERIC issue with TW is that finding