[tw5] Re: Link to anchors within tiddlers

2021-11-09 Thread Mat
https://tiddlywiki.com/#Anchor%20Links%20using%20HTML <:-) On Tuesday, November 9, 2021 at 7:39:23 PM UTC+1 Russ Lipton wrote: > Does the core or a plugin support linking to an anchor point within a > target tiddler? -- You received this message because you are subscribed to the Google

[tw5] Link to anchors within tiddlers

2021-11-09 Thread Russ Lipton
Does the core or a plugin support linking to an anchor point within a target tiddler? -- 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: Export multiple tiddlers by filter to single JSON file from command-line

2021-11-09 Thread Jeremy Ruston
Hi Cade The render command outputs one file for each tiddler. In this case, the files are all called "ChangeLog.json", so they overwrite one another. The fix is to use a filter expression for the output filename, and generate a filename from the title: tiddlywiki "Data Mart User Manual"

[tw5] Export multiple tiddlers by filter to single JSON file from command-line

2021-11-09 Thread Cade Roux
I am sending a filter to --render but it is only putting one tiddler in the json file. Current command line: tiddlywiki "Data Mart User Manual" --render "[field:change.from[7.0SU2 (7.0.Local)]][field:change.to[9.0 (9.0.Local)]]" ChangeLog.json text/plain "$:/core/templates/json-tiddler"

[tw5] Selectors (and Colorplay) - definitions and examples?

2021-11-09 Thread taale...@gmail.com
Hey all - Maybe it's just me, but when I go to design a palette, I want to see examples of how what I'm doing looks. And I want all the details, so I can see clashes well in advance To that end, I'm building test-tiddlers (NOT test-tickles!) so I can open them and see what my changes are

[tw5] Re: Bug in TW 5.2.0 in zoomin view.

2021-11-09 Thread Jeremy Ruston
Hi Siniy-Kit, I can confirm the problem with v5.2.0. I also checked v5.1.23 and it seems to have the same problem. Do you know when the problem was introduced? Did it indeed ever work properly? Best wishes Jeremy On Tuesday, November 9, 2021 at 4:45:33 PM UTC Jeremy Ruston wrote: > Hi

[tw5] Re: Bug in TW 5.2.0 in zoomin view.

2021-11-09 Thread Jeremy Ruston
Hi Siniy-Kit Thanks for the report, I'll investigate. Best wishes Jeremy On Sunday, November 7, 2021 at 9:40:19 AM UTC Siniy-Kit wrote: > Jeremy, help me please. I want to update my template to new version, but > it works only with zoomin view. > > четверг, 28 октября 2021 г. в 15:52:49

[tw5] Re: [TW5] list of tiddlers that have current weekday in custom field

2021-11-09 Thread Bastian
After looking at my posted code I immediately saw the problem — it's solved! Here is the correct code to do it in case someone else has the same approach: <$set name=weekday value=<>> <]">> -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Re: [TW5] list of tiddlers that have current weekday in custom field

2021-11-09 Thread Bastian
Ah, totally forgot to post the code I got so far: So first I made a variable for the weekday: <$set name=weekday value=<>> <> and then I filter for all tiddlers that contain the weekday of the variable in the field "routine": <>]">> But this doesn't seem to be the right way because it

[tw5] Re: [tw] Re: How to open Tiddler from command line (I am running TiddlyWiki on Node.JS)

2021-11-09 Thread imleg...@gmail.com
Hi jeremy, could you help me on this post? https://talk.tiddlywiki.org/t/how-to-use-python-script-simulate-http-request-to-open-a-certain-tiddler/1471 I want to use python to do the same thing. But meet some problems. 1. After http request the tiddler can't open immediately, need a manually

[tw5] [TW5] list of tiddlers that have current weekday in custom field

2021-11-09 Thread Bastian
Hi all, so I use TiddlyWiki to organize my daily work routines and I have some tiddlers for regular appointments that I attend with important information concerning the meeting and gathering all Journals for that meeting. As these meetings always take place on the same day of the week I thought

Re: [tw5] Re: Class to use an image with background-clip

2021-11-09 Thread Mat
By the way, I found this for making the background image animate . If you want the gold to "shine" that might be a solution. My experience with "gold color" is that it typically appears too static, missing out on the very goldy appearance one

Re: [tw5] Re: Class to use an image with background-clip

2021-11-09 Thread Mat
I didn't look at Charlies solution but I don't get any problem putting the styleblock I proposed in a dedicated stylesheet tiddler, and then applying e.g like so: asdf @@.jack !GOLD @@asdf ! This Heading <:-) On Tuesday, November 9, 2021 at 3:13:49 AM UTC+1 taale...@gmail.com wrote: >