Re: [tw5] Re: Switch between two story views keep the same tiddler in view

2020-12-16 Thread Saq Imtiaz
Hi Mohammad,

Apologies, I did look into this briefly yesterday but I got distracted and 
forgot to reply.

So the underlying issue is that switching the story view triggers a refresh 
of the list widget that displays the entire story river. However, the 
action-navigate is handled before the list widget is refreshed, that is in 
the zoom story view. 

We do not currently have a way to deal with this in the core that I can 
think of immediately, but two potential options for the future are:
- a mechanism to save and restore the focused tiddler. 
(See https://github.com/Jermolene/TiddlyWiki5/issues/4782)
- a way to delay the execution of an 
action: https://github.com/Jermolene/TiddlyWiki5/issues/5036

Regards,
Saq

On Thursday, December 17, 2020 at 6:49:31 AM UTC+1 Mohammad wrote:

> Hi Saq,
>
>  I tried to use the log mechanism in TW 5.1.23. I think the $navigate does 
> not work correctly.
>  Or on story view switching, Classic story view forces to refresh the 
> story river and always focuses on the first item in the story list.
>
> Best wishes
> Mohammad
>
>
> On Tue, Dec 15, 2020 at 10:17 PM Mohammad Rahmani  
> wrote:
>
>> Hi Saq,
>>
>> This is a minimal sample.
>>
>>
>> Best wishes
>> Mohammad
>>
>>
>> On Tue, Dec 15, 2020 at 10:10 PM Saq Imtiaz  wrote:
>>
>>> Here should be fine. Thank you.
>>>
>>> On Tuesday, December 15, 2020 at 7:29:27 PM UTC+1 Mohammad wrote:
>>>
 Sue, I prepare a minimal example! Should I post here or on GitHub Dev 
 discussion board?



 Best wishes
 Mohammad


 On Tue, Dec 15, 2020 at 9:53 PM Saq Imtiaz  wrote:

> I suspect the problem is that the navigate is handled before the story 
> view has actually switched.
>
> If you can post a file to play and experiment with, I can try to take 
> a look as time allows.
>
> On Tuesday, December 15, 2020 at 7:06:20 PM UTC+1 Mohammad wrote:
>
>> Thank you Saq,
>>
>> No success.
>> I start from Classic View with tiddler A, switch to Zoomin View, have 
>> A in fous
>> then, open a few tiddlers and then switch back to Classic View. 
>> Tiddlywiki always opens
>> the first tiddler in my Open tab (e.g the first one in the story 
>> river) and navigates to .
>>
>> On Tue, Dec 15, 2020 at 8:22 PM Saq Imtiaz  
>> wrote:
>>
>>> Try this:
>>> <$button actions=<>>Switch View
>>> <$action-setfield $tiddler="$:/view" text={{{ 
>>> [{$:/view}match[classic]then[zoomin]else[classic]] }}} />
>>> 
>>>
>>> On Tuesday, December 15, 2020 at 5:09:41 PM UTC+1 Mohammad wrote:
>>>
 The action button is like this of course it is bonded with a 
 shortcut keys combination

 <$button>Switch View
 <$action-setfield $tiddler="$:/view" text={{{ 
 [{$:/view}match[classic]then[zoomin]else[classic]] }}} />
 <>
 

 On Tuesday, December 15, 2020 at 7:31:34 PM UTC+3:30 Mohammad wrote:

> Thanks Saq!
>
> I have written something like below with no luck
>
> \define navigate-to-last() 
> <$set name="lastTid" tiddler="$:/HistoryList" 
> field="current-tiddler">
> <$action-navigate $to=<> $scroll="yes"/> 
> \end  
>
> Then I have a manual button to switch the Story View and then call 
> navigate-to-last
>
> What do you think? What is wrong with this code?
>
>
>
> On Tuesday, December 15, 2020 at 7:23:51 PM UTC+3:30 
> saq.i...@gmail.com wrote:
>
>> We don't have a working implementation for tracking and restoring 
>> focus state and/or story scroll position.
>>
>> You probably need to save and restore that yourself using 
>> tm-navigate or tm-scroll messages.
>>
>> On Tuesday, December 15, 2020 at 4:27:23 PM UTC+1 Mohammad wrote:
>>
>>> I have asked this question before with no luck.
>>>
>>> 1. Assume I am in Classic story view and I have five tiddlers 
>>> open and tiddler A is under focus (or at least the last one I get 
>>> into by 
>>> clicking a link)
>>> 2. Then I switch to Zoomin story view and see tiddler A. Then I 
>>> navigate among those tiddlers say from Open tab in sidebar.
>>> 3. Now I return to Classic view, what I see it is not the last 
>>> tiddler in focus (opened) in Zoomin view instead Tiddlywiki opens 
>>> the first 
>>> Tiddler in the story list and focuses on that!
>>>
>>> My question is how can I switch between two story view but have 
>>> the same tiddler under focus in both views? Is it possible in TW 
>>> 5.1.23?
>>>
>>> --Mohammad
>>>
>>> -- 
>>> You received this message because you are subscribed to the Google 
>>> 

[tw5] Stylesheet tiddlers: A question of performance

2020-12-16 Thread Mohammad Rahmani
Tiddlywiki is enough flexible to have

1. stylesheet tiddler of type text/css
2. stylesheet tiddler of type text/vnd.tiddlywiki(good for dynamic css)
3. stylesheet as inline element using .. html tag

Q1.
I normally use the first two types. What is the best practice to have a
higher performance? Performance here means faster processing and what user
sense is to have the fastest response!

Q2.
If I have to use dynamic styles, do you recommend having a  stylesheet
tiddler of type text/vnd.tiddlywiki  with all css properties? OR you
recommend to store all static CSS in a  text/css tiddler and ONLY put the
dynamic part into another stylesheet tiddler of type text/vnd.tiddlywiki?



Best wishes
Mohammad

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAAV1gMAtjyQwor7j_xDswHOPj%3DT61cO0rjxAUA344Gy%2BHLJtuA%40mail.gmail.com.


[tw5] Re: Projectify 0.6.0

2020-12-16 Thread odin...@gmail.com
Nicolas,

I am a fan of your work!

Op donderdag 17 december 2020 om 00:16:51 UTC+1 schreef TW Tones:

> Nicolas,
>
> Love your work. 
>
> One suggestion, now the projects are displayed as cards, perhaps display 
> the description field from a project tiddler inside the card. This allows 
> additional details and Qualifications to be provided to a project. Using 
> text would be sufficient.
>
> Tones
>
> On Thursday, 17 December 2020 at 07:20:30 UTC+11 Nicolas Petton wrote:
>
>> Hi!
>>
>> I've just released v0.6.0 of my Projectify[1] plugin!
>>
>> Demo and installation instructions are available at
>>
>> https://nicolas.petton.fr/tw/projectify.html
>>
>> There are tons of changes, here's a summary of the most important ones:
>>
>> * Todos can now moved between projects using drag & drop
>> * Todos can now be made into sub-projects by clicking the `Make this into 
>> a sub-project` button
>> * Empty projects or inboxes now show a welcome screen
>> * New checkbox button in the view toolbar of todo tiddlers
>> * New form to add new projects including an input for the project title
>> * The number of todos in a project is now represented with a small pie 
>> chart icon
>> * New card view of active projects in the dashboard
>> * Projects in the dashboard can now be reordered
>> * Projects without active todos are now omitted from the "Next" dashboard 
>> section
>> * New Schedule button in the page controls listings all todos scheduled 
>> today
>> * New list in the Schedule tab of the dashboard listing all item 
>> scheduled to be done after the next 30 days.
>>
>> To submit bug reports or contribute, the project is hosted on GitHub at
>>
>> https://github.com/nicolaspetton/projectify
>>
>>
>> Cheers,
>> Nico
>>
>> [1] Projectify is a plugin for managing projects and todos.
>>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/52adbc42-dd92-4924-b2ef-6dda751e5d99n%40googlegroups.com.


Re: [tw5] Re: Presenting: a plugin which automatically relinks renamed tiddlers

2020-12-16 Thread Flibbles
Yes. The parent-plugin field is present on both of Relink's supplemental 
plugins.

On Thursday, December 17, 2020 at 12:45:13 AM UTC-5 Mohammad wrote:

> Flibbles,
>  Have you tried the parent-plugin field  to distribute subplugin of relink 
> as its children?
> Take a look in  https://tiddlywiki.com/prerelease/#PluginMechanism 
> presented in 5.1.23
>
>
> Best wishes
> Mohammad
>
>
> On Wed, Dec 16, 2020 at 4:24 AM Flibbles  wrote:
>
>> For those who may be interested, many people requested that Relink be 
>> able to handle renaming titles of nested directory tiddlers associated with 
>> a renamed tiddler.
>>
>> Here it is. Relink-titles, the supplemental plugin 
>> .
>>
>> It also allows for custom rename rules based on filters, as well as rules 
>> introduced by 3rd party plugins.
>>
>> Currently, the only built in rule is the directory tree one. I couldn't 
>> think of any others that people would generally want. If you know of any, 
>> let me know.
>>
>> -Flibbles
>> On Monday, May 25, 2020 at 11:06:03 PM UTC-4 joshua@gmail.com wrote:
>>
>>> Actually, that's really cool. I have that on my ToDo list, but have put 
>>> it off while I tinker with UI stuff.
>>>
>>> Best,
>>> Joshua F
>>>
>>>
>>> On Monday, May 25, 2020 at 6:54:16 PM UTC-7, Flibbles wrote:

 *Now with Markdown support!*

 ...in the form of a supplemental plugin.

 But I integrated Relink v1.10 with Tiddlywiki's PluginLibrary wizard, 
 so now when you go to "Get More Plugins", Relink has it's own tab where 
 you 
 can easily see all Relink sub-plugins (installed or not installed), what 
 needs updating, and then update with a single click. It's super slick, 
 guys. For real!

 But probably not worth all the work it took.

 -Flibbles

>>> -- 
>>
> 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+...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/tiddlywiki/a57a3b3b-9a8b-4147-8717-40787ef67befn%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3616ec0a-9000-464e-a4c2-1643c0c9925cn%40googlegroups.com.


Re: [tw5] Re: Switch between two story views keep the same tiddler in view

2020-12-16 Thread Mohammad Rahmani
Hi Saq,

 I tried to use the log mechanism in TW 5.1.23. I think the $navigate does
not work correctly.
 Or on story view switching, Classic story view forces to refresh the story
river and always focuses on the first item in the story list.

Best wishes
Mohammad


On Tue, Dec 15, 2020 at 10:17 PM Mohammad Rahmani <
mohammad.rahm...@gmail.com> wrote:

> Hi Saq,
>
> This is a minimal sample.
>
>
> Best wishes
> Mohammad
>
>
> On Tue, Dec 15, 2020 at 10:10 PM Saq Imtiaz  wrote:
>
>> Here should be fine. Thank you.
>>
>> On Tuesday, December 15, 2020 at 7:29:27 PM UTC+1 Mohammad wrote:
>>
>>> Sue, I prepare a minimal example! Should I post here or on GitHub Dev
>>> discussion board?
>>>
>>>
>>>
>>> Best wishes
>>> Mohammad
>>>
>>>
>>> On Tue, Dec 15, 2020 at 9:53 PM Saq Imtiaz  wrote:
>>>
 I suspect the problem is that the navigate is handled before the story
 view has actually switched.

 If you can post a file to play and experiment with, I can try to take a
 look as time allows.

 On Tuesday, December 15, 2020 at 7:06:20 PM UTC+1 Mohammad wrote:

> Thank you Saq,
>
> No success.
> I start from Classic View with tiddler A, switch to Zoomin View, have
> A in fous
> then, open a few tiddlers and then switch back to Classic View.
> Tiddlywiki always opens
> the first tiddler in my Open tab (e.g the first one in the story
> river) and navigates to .
>
> On Tue, Dec 15, 2020 at 8:22 PM Saq Imtiaz  wrote:
>
>> Try this:
>> <$button actions=<>>Switch View
>> <$action-setfield $tiddler="$:/view" text={{{
>> [{$:/view}match[classic]then[zoomin]else[classic]] }}} />
>> 
>>
>> On Tuesday, December 15, 2020 at 5:09:41 PM UTC+1 Mohammad wrote:
>>
>>> The action button is like this of course it is bonded with a
>>> shortcut keys combination
>>>
>>> <$button>Switch View
>>> <$action-setfield $tiddler="$:/view" text={{{
>>> [{$:/view}match[classic]then[zoomin]else[classic]] }}} />
>>> <>
>>> 
>>>
>>> On Tuesday, December 15, 2020 at 7:31:34 PM UTC+3:30 Mohammad wrote:
>>>
 Thanks Saq!

 I have written something like below with no luck

 \define navigate-to-last()
 <$set name="lastTid" tiddler="$:/HistoryList"
 field="current-tiddler">
 <$action-navigate $to=<> $scroll="yes"/> 
 \end

 Then I have a manual button to switch the Story View and then call
 navigate-to-last

 What do you think? What is wrong with this code?



 On Tuesday, December 15, 2020 at 7:23:51 PM UTC+3:30
 saq.i...@gmail.com wrote:

> We don't have a working implementation for tracking and restoring
> focus state and/or story scroll position.
>
> You probably need to save and restore that yourself using
> tm-navigate or tm-scroll messages.
>
> On Tuesday, December 15, 2020 at 4:27:23 PM UTC+1 Mohammad wrote:
>
>> I have asked this question before with no luck.
>>
>> 1. Assume I am in Classic story view and I have five tiddlers
>> open and tiddler A is under focus (or at least the last one I get 
>> into by
>> clicking a link)
>> 2. Then I switch to Zoomin story view and see tiddler A. Then I
>> navigate among those tiddlers say from Open tab in sidebar.
>> 3. Now I return to Classic view, what I see it is not the last
>> tiddler in focus (opened) in Zoomin view instead Tiddlywiki opens 
>> the first
>> Tiddler in the story list and focuses on that!
>>
>> My question is how can I switch between two story view but have
>> the same tiddler under focus in both views? Is it possible in TW 
>> 5.1.23?
>>
>> --Mohammad
>>
>> --
>> 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+...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/tiddlywiki/ca8160f2-1c97-4cac-96cf-3c73e52b7bc4n%40googlegroups.com
>> 
>> .
>>
> --
 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+...@googlegroups.com.

>>> To view this discussion on the web visit
 https://groups.google.com/d/msgid/tiddlywiki/2365fe21-5735-442f-b7d1-59c99e27ccd3n%40googlegroups.com
 

Re: [tw5] Re: Presenting: a plugin which automatically relinks renamed tiddlers

2020-12-16 Thread Mohammad Rahmani
Flibbles,
 Have you tried the parent-plugin field  to distribute subplugin of relink
as its children?
Take a look in  https://tiddlywiki.com/prerelease/#PluginMechanism
presented in 5.1.23


Best wishes
Mohammad


On Wed, Dec 16, 2020 at 4:24 AM Flibbles 
wrote:

> For those who may be interested, many people requested that Relink be able
> to handle renaming titles of nested directory tiddlers associated with a
> renamed tiddler.
>
> Here it is. Relink-titles, the supplemental plugin
> .
>
> It also allows for custom rename rules based on filters, as well as rules
> introduced by 3rd party plugins.
>
> Currently, the only built in rule is the directory tree one. I couldn't
> think of any others that people would generally want. If you know of any,
> let me know.
>
> -Flibbles
> On Monday, May 25, 2020 at 11:06:03 PM UTC-4 joshua@gmail.com wrote:
>
>> Actually, that's really cool. I have that on my ToDo list, but have put
>> it off while I tinker with UI stuff.
>>
>> Best,
>> Joshua F
>>
>>
>> On Monday, May 25, 2020 at 6:54:16 PM UTC-7, Flibbles wrote:
>>>
>>> *Now with Markdown support!*
>>>
>>> ...in the form of a supplemental plugin.
>>>
>>> But I integrated Relink v1.10 with Tiddlywiki's PluginLibrary wizard, so
>>> now when you go to "Get More Plugins", Relink has it's own tab where you
>>> can easily see all Relink sub-plugins (installed or not installed), what
>>> needs updating, and then update with a single click. It's super slick,
>>> guys. For real!
>>>
>>> But probably not worth all the work it took.
>>>
>>> -Flibbles
>>>
>> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/a57a3b3b-9a8b-4147-8717-40787ef67befn%40googlegroups.com
> 
> .
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAAV1gMA0m5asXjrG7oCzQEioZZi8ASPBC36Fviy722nxAM7nCw%40mail.gmail.com.


[tw5] Re: Tiddlywiki and Nextcloud: It's a match!

2020-12-16 Thread TW Tones
This sounds like a good choice for internet side hosting.

I am not familiar with next cloud, could you give a practical technical 
summary of its use with tiddlywiki, so we can decide if it is worth 
investigating further please.

Regards
Tones

On Thursday, 17 December 2020 at 13:45:36 UTC+11 digit...@gmail.com wrote:

> This is probably way outside general concern but I've been playing with 
> nextcloud lately to host files and found that
>
> 1.  nodejs tiddlywiki shows up nicely in the 'external sites' app (an 
> iframe nextcloud uses to show websites internal to the nextcloud interface) 
> with no problems saving
>
> 2. And even cooler I was able to put a stand alone html with the 
> tw-receiver plugin in a nextcloud folder and serve it via nginx.  This 
> allows me to upload files via nextcloud and refer to them as external files 
> in tiddlywiki.
>
> here  is the example I set up.
>
> My setup is a bit complicated since I am using docker, but if you're into 
> this sort of thing a setup using nginx and nextcloud is pretty easy and 
> very well documented.  It took some additional tweaking of permissions but 
> again nothing overly complicated.
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/6017b94b-3f75-48f2-b679-eb7e51618899n%40googlegroups.com.


Re: [tw5] Re: Introducing TiddlyRemember, a tool for integrating TiddlyWiki with Anki spaced-repetition flashcards

2020-12-16 Thread Soren Bjornstad
Si,

Thanks for reporting back! I'm super busy right now finishing things up 
before the holidays, but I'll keep this in my inbox and throw something in 
the docs about that add-on for anyone else who has the same problem.

I'm still baffled about why it seems to work on my computer and not yours. 
It makes sense that the browser inside Anki doesn't have access to the 
filesystem, but that's not what the link is supposed to do...no link on a 
card ever opens within Anki to my knowledge, it always kicks out to your 
system's default browser. Who knows.

On Wednesday, December 16, 2020 at 11:22:04 AM UTC-6 si wrote:

> Hi Soren,
>
> Just to follow up on the problem of getting hyperlinks to work. I posted 
> on the Anki forums 
> 
>  
> about a month or so ago and there was no definite answer, but it sounds 
> like the browser within Anki just doesn't have access to the file system 
> for security reasons. No idea why it would work for you though.
>
> The good news is that I made a feature request 
> 
>  
> for the Anki add-on Open linked pdf, docx, epub, audio/video, etc. in 
> external Program  and the 
> author very kindly made a fix to get it working with permalinks.
>
> Anyway just letting you know that this is the best solution I found in 
> case anyone else has the same problem.
> On Friday, 13 November 2020 at 18:10:15 UTC Soren Bjornstad wrote:
>
>> Pretty sure it’s 64-bit. VM on Parallels on my MacBook with the 
>> default license and settings. Can’t imagine why it would matter anyway. 
>>
>> I’m stumped. I’d suggest you post this on the Anki forums at 
>> https://forums.ankiweb.net since it’s an Anki issue at this point.
>>
>>
>> On Friday, November 13, 2020 at 9:42:30 AM UTC-6 si wrote:
>>
>>> Hi Soren.
>>>
>>> >>> Do other links to websites work in Anki? Perhaps your default 
>>> browser is configured wrong and Anki can't figure out what to do with links.
>>>
>>> I have no problem with Anki opening websites. Anything with the prefix 
>>> "https://; will open in the browser, but when I use "file://" nothing 
>>> happens.
>>>
>>> I also tried this on a totally different Windows 10 machine with an 
>>> almost fresh install and still it wouldn't work. It also didn't work when I 
>>> tried clicking the link from AnkiWeb. This was all with me creating the 
>>> link exactly as you describe above (the file opens if I copy the path 
>>> directly into the browser).
>>>
>>> Did you try it on a 64 bit Windows 10, or some earlier version (no idea 
>>> if that would matter)?
>>>
>>> On Friday, 13 November 2020 at 13:20:43 UTC soren.b...@gmail.com wrote:
>>>
 I just tried it on Windows and it works fine for me. Downloaded an HTML 
 to my desktop and added to the card:

 link

 Click the link and test.html opens in the browser.

 I'm on Anki 2.1.34 (a couple versions behind, but can't think of 
 anything that would have changed here).

 Do other links to websites work in Anki? Perhaps your default browser 
 is configured wrong and Anki can't figure out what to do with links.

 On Friday, November 13, 2020 at 6:18:22 AM UTC-6 si wrote:

> Hi Soren thanks for your reply.
>
> >>> The URL you list is not a valid file: URL, however -- it needs to 
> use forward slashes even on Windows.
>
> Thanks, I wasn't sure which to use here but I had tried every 
> combination and it still didn't work.
>
> >>> It does appear that the permalink generation in TiddlyRemember 
> applied during the sync is incorrectly putting a backslash at the end of 
> URLs that can't accept one there.
>
> I had noticed this, but I have tested with the correct permalink and 
> it still won't work. I've also tried putting the HTML directly into the 
> card (link using 
> Ctrl+Shift+X), but again when I click the link while viewing the card 
> nothing happens.
>
> I've noticed that there is an add-on 
>  for opening files in an 
> external program. I got it to work with an HTML file, but because it 
> looks 
> for a specific extension at the end of the path, it doesn't work with 
> permalinks that end in "#tiddler".
>
> Is it possible that Anki just can't open external HTML files on 
> Windows?
> On Friday, 13 November 2020 at 00:08:42 UTC soren.b...@gmail.com 
> wrote:
>
>> Si,
>>  
>> It works for me when I just paste an  tag into the HTML 
>> editor directly on a card (Ctrl-Shift-X while you have a field 
>> selected). 
>> The URL you list is not a valid file: URL, however -- it needs to use 
>> forward slashes even on Windows. It's possible 

Re: [tw5] Creating a gallery of images in a directory

2020-12-16 Thread Donald Coates
and check out bobEXE  as an easy way 
to run nodejs tiddlywiki on your windows machine.

On Tuesday, December 15, 2020 at 5:59:12 AM UTC-5 Anthony wrote:

> Thanks Jan,
>
> I've not looked into node.js yet and php is beyond my current skills-set - 
> maybe something for the future. I'm just using TW on a Windows 10 machine 
> and hoped that, given a particular directory, it would be possible to 
> 'open' all the files (images) it contained but I had a feeling this would 
> not be a simple matter. I'll have to resort to manually making a list of 
> files.
>
> Take care,
>
> Anthony
>
> On Sunday, 13 December 2020 at 20:28:26 UTC Jan wrote:
>
>> Hi Antony,
>> Unless you work with node.js you will need a php-backend for this, 
>> because your wiki does not know the structures on your server.
>> Best wishes Jan
>>
>>
>>
>>
>>
>>
>>
>> Am 13.12.2020 um 16:32 schrieb Anthony:
>>
>> Colleagues,
>>
>> I'm interested in creating a gallery of images in a tiddler from all the 
>> files in a particular folder - i.e. without knowing beforehand filenames or 
>> the number of files. I've searched this group and https://tiddlywiki.com/ 
>> but haven't found anything that addresses this (but maybe my search terms 
>> have been inappropriate). However, I also have a feeling there may be 
>> security and/or rights issues with this so I'm expecting this isn't 
>> possible.
>>
>> Many thanks in advance for any more knowledgable insights,
>>
>> Anthony
>>
>> -- 
>> 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+...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/tiddlywiki/a1b3b0d1-8650-4069-b79c-2382c311c711n%40googlegroups.com
>>  
>> 
>> .
>>
>>
>>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/681da869-18f0-48c1-8526-5cae3dc0c4fen%40googlegroups.com.


Re: [tw5] Creating a gallery of images in a directory

2020-12-16 Thread Donald Coates
still using nodejs check out tiddlywiki.files and tiddlywikifolders 

  
as a way to manipulate files.  tiddlywiki.files in particular will allow 
you to have tiddlywiki load a folder, apply a tag to everyfile in it 
automatically, and then you could have a tiddler that loads all files (such 
as images) based on that tag. All this is very much easier said then done 
if you are just starting out with nodejs but it's well worth the time.  
Nodejs unlocks some very powerful features, especially when it comes to 
file manipulation.

On Tuesday, December 15, 2020 at 5:59:12 AM UTC-5 Anthony wrote:

> Thanks Jan,
>
> I've not looked into node.js yet and php is beyond my current skills-set - 
> maybe something for the future. I'm just using TW on a Windows 10 machine 
> and hoped that, given a particular directory, it would be possible to 
> 'open' all the files (images) it contained but I had a feeling this would 
> not be a simple matter. I'll have to resort to manually making a list of 
> files.
>
> Take care,
>
> Anthony
>
> On Sunday, 13 December 2020 at 20:28:26 UTC Jan wrote:
>
>> Hi Antony,
>> Unless you work with node.js you will need a php-backend for this, 
>> because your wiki does not know the structures on your server.
>> Best wishes Jan
>>
>>
>>
>>
>>
>>
>>
>> Am 13.12.2020 um 16:32 schrieb Anthony:
>>
>> Colleagues,
>>
>> I'm interested in creating a gallery of images in a tiddler from all the 
>> files in a particular folder - i.e. without knowing beforehand filenames or 
>> the number of files. I've searched this group and https://tiddlywiki.com/ 
>> but haven't found anything that addresses this (but maybe my search terms 
>> have been inappropriate). However, I also have a feeling there may be 
>> security and/or rights issues with this so I'm expecting this isn't 
>> possible.
>>
>> Many thanks in advance for any more knowledgable insights,
>>
>> Anthony
>>
>> -- 
>> 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+...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/tiddlywiki/a1b3b0d1-8650-4069-b79c-2382c311c711n%40googlegroups.com
>>  
>> 
>> .
>>
>>
>>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/4695cbd8-e50b-4a80-9960-231329f69453n%40googlegroups.com.


[tw5] Re: YouTube Tutorials for TiddlyWiki

2020-12-16 Thread TW Tones
Post scrip Frances's is based on TW5.1.9 not the current 5.1.22

On Thursday, 17 December 2020 at 13:46:22 UTC+11 TW Tones wrote:

> Mario has  a lot of intermediate level ones. 
>
> A simple google search "tiddlywiki youtube" works a charm.
>
> Tones
> `
> On Wednesday, 16 December 2020 at 20:17:36 UTC+11 manishm...@gmail.com 
> wrote:
>
>>
>> Dear all 
>> Currently, Francis Meetze's playlist (
>> https://www.youtube.com/watch?v=ZMGpAW0z_Bo) is the most prominent 
>> online tutorial covering the basics of TiddlyWiki. 
>>
>> Are there any other online video tutorials that explore TiddlyWiki 
>> features which could be of use to non-programmers like me?
>>
>> Thanks in advance. 
>>
>> Regards
>> Manish
>>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/7cf0776c-a6c7-44e0-a724-a6568cb89d10n%40googlegroups.com.


[tw5] Re: YouTube Tutorials for TiddlyWiki

2020-12-16 Thread TW Tones
Mario has  a lot of intermediate level ones. 

A simple google search "tiddlywiki youtube" works a charm.

Tones
`
On Wednesday, 16 December 2020 at 20:17:36 UTC+11 manishm...@gmail.com 
wrote:

>
> Dear all 
> Currently, Francis Meetze's playlist (
> https://www.youtube.com/watch?v=ZMGpAW0z_Bo) is the most prominent online 
> tutorial covering the basics of TiddlyWiki. 
>
> Are there any other online video tutorials that explore TiddlyWiki 
> features which could be of use to non-programmers like me?
>
> Thanks in advance. 
>
> Regards
> Manish
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/0c03dacf-6456-4350-a8c7-046b2dcb35b7n%40googlegroups.com.


[tw5] Tiddlywiki and Nextcloud: It's a match!

2020-12-16 Thread Donald Coates
This is probably way outside general concern but I've been playing with 
nextcloud lately to host files and found that

1.  nodejs tiddlywiki shows up nicely in the 'external sites' app (an 
iframe nextcloud uses to show websites internal to the nextcloud interface) 
with no problems saving

2. And even cooler I was able to put a stand alone html with the 
tw-receiver plugin in a nextcloud folder and serve it via nginx.  This 
allows me to upload files via nextcloud and refer to them as external files 
in tiddlywiki.

here  is the example I set up.

My setup is a bit complicated since I am using docker, but if you're into 
this sort of thing a setup using nginx and nextcloud is pretty easy and 
very well documented.  It took some additional tweaking of permissions but 
again nothing overly complicated.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/4ec93def-2565-49c6-892c-aeb8fff0537an%40googlegroups.com.


[tw5] Re: WidgetMessage: tm-new-tiddler with auto tagging

2020-12-16 Thread TW Tones
FYI:

In a button you do not need to use messages or params in the button but can 
use actions= <> to drive the actions. you can also place 
actionwidgets inside the button, even wrapping them in lists or 
conditionally. Use the actionSend message widget etc... Then rather than 
paramObject param etc.. you can supply the fieldname="value" 
fieldname1={{transcluded}} fielname2=<> to the action widget.

The term hash map is almost obsolete in tiddlywiki at a wikitext level, so 
either it should be described or deprecated in the documentation.

Tones
 
On Thursday, 17 December 2020 at 04:34:01 UTC+11 Mark S. wrote:

> Looking at the code for the Button widget, I don't see any place where 
> paramObject  gets populated. I do see it for the send-message widget. So 
> I'm guessing that you can't use "paramObject" with the button widget 
> without hacking the button widget code.
>
> On Wednesday, December 16, 2020 at 7:52:34 AM UTC-8 mwik...@gmail.com 
> wrote:
>
>> On Wednesday, December 16, 2020 at 11:00:16 AM UTC-4 Mark S. wrote:
>>
>>> On Tuesday, December 15, 2020 at 8:10:42 PM UTC-8  wrote:
>>>
 I often struggle with filter syntax so thanks for the counter-example 
 as I find those easiest to learn from.

 In playing around with it, there is an interesting subtlety with Mark's 
 solution that makes it slightly different/better.


>>> I admit my approach is a kludge. It was just submitted as an 
>>> alternative. It has the advantage of being slightly easier to read. Yours 
>>> is probably the proper way to do such things.
>>>  
>>>
>>
>> Looking at the OPs format ... while these other options (sticking things 
>> in an actions macro in the widget or in the actions= or transcluding a 
>> filter into the button field= options) are available, could someone 
>> illuminate the formatting of the "hashmap" that needs to be provided with 
>> paramObject= if you want to use <$button message="tm-new-tiddler" 
>> param="Template1Button" paramObject= ...> and try to feed the tags in that 
>> way using Mark's method? Every message seems to have a paramObject option 
>> but none of the manual pages have an example of its use.
>>
>> Thanks,
>> /Mike
>>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ca361f1d-4b19-4758-a465-3e2b3a0f6db4n%40googlegroups.com.


Re: [tw5] Re: [HelpRequest] tag pill dropdown twak

2020-12-16 Thread David Gifford
Hi Tones

Yes, I like your idea, best of both worlds. I may modify my site based on
that. But I am going to give it a break for a day or two. Getting OD'd on
TiddlyWiki tweaks




On Wed, Dec 16, 2020 at 8:04 PM TW Tones  wrote:

> David,
>
> This is an interesting solution, I was suggesting adding this
> functionality in a tiddler tagged $:/tags/TagDropdown
>
>- That is it adds another *list* to the drop down with links if
>present in tiddlers. This would allow you to still open the tiddlers so
>tagged.
>
> On further reflection I can see having the Tag dropdown that lists
> tiddlers as usual then; if we modify
>
>- For those with an  extlink field present a icon that will open in
>a new tab the link
>- For those with a link field present a  that will open a tiddler in
>the current wiki
>
> Of course the same can be displayed for the tagname of the current tag as
> well if it has link field(s)
>
> Tones
>
> On Thursday, 17 December 2020 at 05:30:51 UTC+11 David Gifford wrote:
>
>> Thanks inmy! (Google only lets me see the first few letters of the
>> email...)
>>
>> I got it to work:
>>
>> 1. I cloned $:/core/ui/TagTemplate and pasted your code. I named the new
>> tiddler $:/.giffmex/ui/TagTemplate
>> 2. Paste this in a tiddler: <$list
>> filter="[!is[system]is[tag]field:extlink[]]"> <$transclude
>> tiddler="$:/.giffmex/ui/TagTemplate"/> 
>> 3. Links in tag dropdowns that are accessed from anywhere but that
>> listwidget open the tiddler. Links from the above listwidget open the
>> external websites.
>>
>> Results: https://giffmex.org/wiki/#Buscar%20recursos%20por%20tema
>>
>> Case closed, and I will add this to the documenting.tw site later today (
>> https://giffmex.org/gifts/documenting.tw.html)!
>>
>> On Wednesday, December 16, 2020 at 10:58:28 AM UTC-6 inmy...@gmail.com
>> wrote:
>>
>>> Reading over that it isn't organised very well, and I forgot to put in
>>> what you actually wanted for each item in the list, so this is the content
>>> of the tiddler with what you said you wanted in it:
>>>
>>> \whitespace trim
>>> 
>>> <$set name="transclusion" value=<>>
>>> <$macrocall $name="tag-pill-body" tag=<> icon={{!!icon}}
>>> colour={{!!color}} palette={{$:/palette}} element-tag="""$button"""
>>> element-attributes="""popup=<>
>>> dragFilter='[all[current]tagging[]]' tag='span'"""/>
>>> <$reveal state=<> type="popup"
>>> position="below" animate="yes" class="tc-drop-down">
>>> <$set name="tv-show-missing-links" value="yes">
>>> <$transclude tiddler="$:/core/ui/ListItemTemplate"/>
>>> 
>>> <$list
>>> filter="[all[shadows+tiddlers]tag[$:/tags/TagDropdown]!has[draft.of]]"
>>> variable="listItem">
>>> <$transclude tiddler=<>/>
>>> 
>>> 
>>> <$list filter='[tag]'>
>>> <$transclude field="extlink"/>
>>> 
>>> 
>>> 
>>> 
>>>
>>> On Wednesday, December 16, 2020 at 5:36:31 PM UTC+1 Jed Carty wrote:
>>>
 David,

 While it is certainly not, as has been said, 'too easy' it is doable.

 The tags macros are complex because of how flexible they need to be and
 how many different situations they are used in. It makes it rather
 difficult to figure out what you change to get your desired alternate
 behaviour.

 The tiddler to copy (or edit) is $:/core/ui/TagTemplate

 If you edit it you will change how every tag in the wiki behaves. It
 sounds like that is what you want, if not you would need a to use it as a
 template like {{tiddlerToMakeTagOf||ModifiedTagTiddler}}

 anyway, put this inside the tiddler $:/core/ui/TagTemplate

 The line

 > target="_blank"><$text
 text=<>/>

 is what sets what is on the list, here it is just a simple link to the
 title of the current tiddler that gets opened in a new browser tab. If that
 isn't what you want either let me know or change the line to be what you
 want.


 \whitespace trim
 
 <$set name="transclusion" value=<>>
 <$macrocall $name="tag-pill-body" tag=<>
 icon={{!!icon}} colour={{!!color}} palette={{$:/palette}}
 element-tag="""$button""" element-attributes="""popup=<>>> "$:/state/popup/tag">> dragFilter='[all[current]tagging[]]' tag='span'"""/>
 <$reveal state=<> type="popup"
 position="below" animate="yes" class="tc-drop-down">
 <$set name="tv-show-missing-links" value="yes">
 <$transclude tiddler="$:/core/ui/ListItemTemplate"/>
 
 <$list
 filter="[all[shadows+tiddlers]tag[$:/tags/TagDropdown]!has[draft.of]]"
 variable="listItem">
 <$transclude tiddler=<>/>
 
 
 <$list filter='[tag]'>
 > target="_blank"><$text
 text=<>/>
 
 
 
 


 To use this in a list put it in some other tiddler, I am assuming you
 call it ModifiedTagTiddler, then make your list of tags like this:

 <$list filter=<>>
 {{||ModifiedTagTiddler}}
 

 hopefully that helps.

 On Wednesday, December 16, 2020 at 4:02:19 PM UTC+1 

[tw5] Re: Change how CTRL-A works in the edit window to work like OneNote

2020-12-16 Thread TW Tones
Post script,

The Firefox Plugin  withExEditor can open text in any local editor you want 
(and a lot more) and I like to use it with NotePad++ on Windows.

Regards
Tones

On Thursday, 17 December 2020 at 13:24:54 UTC+11 TW Tones wrote:

> Bluespire
>
> Good idea, there is a multitude of tiddlywiki enthusiasts who have 
> developed keyboard tools, so do research this. The pre-release has some 
> additional features here.
>
> However ctrl-a is typically handled by the browser and a browser setting 
> or plugin/addon may be able to configure this behaviour and thus apply to 
> all edit "text areas" on all sites/tiddlywikis without modification.
>
> Such features of course can be lost on touch devices.
>
> Tones
>
> On Thursday, 17 December 2020 at 05:15:38 UTC+11 bluespire wrote:
>
>> Is it possible to change how CTRL-A (select text) works in the Edit Pane 
>> of a Tiddler?
>>
>> In OneNote, the first time CTRL-A is used, it only selects (what I would 
>> consider) the most local element. For instance, if in a bullet, it selects 
>> the entire bullet. If in a paragraph, it selects the paragraph. The second 
>> time CTRL-A is pressed, it then selects all the text.
>>
>> I think this will be really helpful, as I intend to try to figure out how 
>> to add more formatting options by keyboard shortcuts.
>>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/bccefd74-d2b0-4723-a2f5-8ea55c40b8fen%40googlegroups.com.


[tw5] Re: Change how CTRL-A works in the edit window to work like OneNote

2020-12-16 Thread TW Tones
Bluespire

Good idea, there is a multitude of tiddlywiki enthusiasts who have 
developed keyboard tools, so do research this. The pre-release has some 
additional features here.

However ctrl-a is typically handled by the browser and a browser setting or 
plugin/addon may be able to configure this behaviour and thus apply to all 
edit "text areas" on all sites/tiddlywikis without modification.

Such features of course can be lost on touch devices.

Tones

On Thursday, 17 December 2020 at 05:15:38 UTC+11 bluespire wrote:

> Is it possible to change how CTRL-A (select text) works in the Edit Pane 
> of a Tiddler?
>
> In OneNote, the first time CTRL-A is used, it only selects (what I would 
> consider) the most local element. For instance, if in a bullet, it selects 
> the entire bullet. If in a paragraph, it selects the paragraph. The second 
> time CTRL-A is pressed, it then selects all the text.
>
> I think this will be really helpful, as I intend to try to figure out how 
> to add more formatting options by keyboard shortcuts.
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e72305d3-13ee-4bc6-8126-3ecd23429dd2n%40googlegroups.com.


[tw5] Re: Persist list filter to DataTiddler

2020-12-16 Thread TW Tones
positiv,

No withstanding Marks wise words, I have a separate wiki with the JSON 
mangler plugin for processing files such as csv or with other delimiters. 
You have full control and auto indexing or tiddler naming the result is 
stored in a json file with the tiddler format and becomes a plugin. This is 
my dataset processing and conversion utility , I then drop the data plugin 
on a wiki and build the code or view templates etc... for processing the 
data as data tiddlers using native TiddlyWiki. Another advantage of this 
approach is its easy to save, annotate, regenerate and export your data. 
Including capturing changes when the shadow tiddler is overridden.

JSON mangler is also able to process deeper third party json files.

Of course ultimately you may want to build a solution that includes JSON 
mangler or other import methods in your wiki, but until that day a utility 
wiki for data set import and production is wise.

Despite using JSON mangler for some sophisticated datasets I often build my 
own parsing methods if the delimiters are simple, starting with \n then 
perhaps , etc... CSV has the advantage you can also export CSV from 
tiddlywiki.

If someone gives me a few publicly available data sources of use I would be 
happy to build a range of "test data" "data plugins".
eg;

   - countries
   - country international codes
   - Airport codes
   - Geological epochs
   - The Planets
   - etc...


Regards
Tones

On Thursday, 17 December 2020 at 11:38:19 UTC+11 Mark S. wrote:

> On Wednesday, December 16, 2020 at 4:16:46 PM UTC-8  wrote:
>
>>
>> The text file is simple enough to find records using splitregexp[/n] . 
>> However, I know this particular file has a unique key for each record. I am 
>> able to convert the file using .Net into a json file describing a 
>> DataTiddler that I can import. This way I can reference each record by its 
>> primary key. If there was a way to auto-number the list entries and persist 
>> them to a DataTiddler, this would be close enough for me to selectively 
>> process the records further without having to re-split the original list 
>> over and over.
>>
>> I'm confused. If you've made your text file into an importable JSON file, 
> and if each record has a primary key, why do you need to add an index? 
> You're adding an index to something that already has an index. 
>
> There's the temptation when you first using TW to perceive data 
> dictionaries/DataTiddlers as the primary method of data storage and 
> manipulation because that is what they would be in other technologies. But 
> in TW, the DataTiddlers are there more as a convenience tool. They are very 
> limited. The basic data entity in TW is the *tiddler*.  There are lots of 
> filter operators and widgets dealing with tiddlers, and very few dealing 
> with DataTiddlers. Possibly consider converting your text file into 
> multiple tiddlers (either individual tiddler files or a JSON file 
> containing them all).  You will likely have a better experience down the 
> road manipulating those records then stowing them in a DataTiddler.
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/9818ab06-12ba-48c8-8792-ca50051f8f05n%40googlegroups.com.


[tw5] Re: [HelpRequest] tag pill dropdown twak

2020-12-16 Thread TW Tones
David,

This is an interesting solution, I was suggesting adding this functionality 
in a tiddler tagged $:/tags/TagDropdown

   - That is it adds another *list* to the drop down with links if present 
   in tiddlers. This would allow you to still open the tiddlers so tagged.

On further reflection I can see having the Tag dropdown that lists tiddlers 
as usual then; if we modify 

   - For those with an  extlink field present a icon that will open in a 
   new tab the link
   - For those with a link field present a  that will open a tiddler in 
   the current wiki

Of course the same can be displayed for the tagname of the current tag as 
well if it has link field(s)

Tones

On Thursday, 17 December 2020 at 05:30:51 UTC+11 David Gifford wrote:

> Thanks inmy! (Google only lets me see the first few letters of the 
> email...)
>
> I got it to work:
>
> 1. I cloned $:/core/ui/TagTemplate and pasted your code. I named the new 
> tiddler $:/.giffmex/ui/TagTemplate
> 2. Paste this in a tiddler: <$list 
> filter="[!is[system]is[tag]field:extlink[]]"> <$transclude 
> tiddler="$:/.giffmex/ui/TagTemplate"/> 
> 3. Links in tag dropdowns that are accessed from anywhere but that 
> listwidget open the tiddler. Links from the above listwidget open the 
> external websites.
>
> Results: https://giffmex.org/wiki/#Buscar%20recursos%20por%20tema
>
> Case closed, and I will add this to the documenting.tw site later today (
> https://giffmex.org/gifts/documenting.tw.html)!
>
> On Wednesday, December 16, 2020 at 10:58:28 AM UTC-6 inmy...@gmail.com 
> wrote:
>
>> Reading over that it isn't organised very well, and I forgot to put in 
>> what you actually wanted for each item in the list, so this is the content 
>> of the tiddler with what you said you wanted in it:
>>
>> \whitespace trim
>> 
>> <$set name="transclusion" value=<>>
>> <$macrocall $name="tag-pill-body" tag=<> icon={{!!icon}} 
>> colour={{!!color}} palette={{$:/palette}} element-tag="""$button""" 
>> element-attributes="""popup=<> 
>> dragFilter='[all[current]tagging[]]' tag='span'"""/>
>> <$reveal state=<> type="popup" 
>> position="below" animate="yes" class="tc-drop-down">
>> <$set name="tv-show-missing-links" value="yes">
>> <$transclude tiddler="$:/core/ui/ListItemTemplate"/>
>> 
>> <$list 
>> filter="[all[shadows+tiddlers]tag[$:/tags/TagDropdown]!has[draft.of]]" 
>> variable="listItem"> 
>> <$transclude tiddler=<>/>
>> 
>> 
>> <$list filter='[tag]'>
>> <$transclude field="extlink"/>
>> 
>> 
>> 
>> 
>>
>> On Wednesday, December 16, 2020 at 5:36:31 PM UTC+1 Jed Carty wrote:
>>
>>> David,
>>>
>>> While it is certainly not, as has been said, 'too easy' it is doable.
>>>
>>> The tags macros are complex because of how flexible they need to be and 
>>> how many different situations they are used in. It makes it rather 
>>> difficult to figure out what you change to get your desired alternate 
>>> behaviour.
>>>
>>> The tiddler to copy (or edit) is $:/core/ui/TagTemplate
>>>
>>> If you edit it you will change how every tag in the wiki behaves. It 
>>> sounds like that is what you want, if not you would need a to use it as a 
>>> template like {{tiddlerToMakeTagOf||ModifiedTagTiddler}}
>>>
>>> anyway, put this inside the tiddler $:/core/ui/TagTemplate
>>>
>>> The line 
>>>
>>> > target="_blank"><$text 
>>> text=<>/>
>>>
>>> is what sets what is on the list, here it is just a simple link to the 
>>> title of the current tiddler that gets opened in a new browser tab. If that 
>>> isn't what you want either let me know or change the line to be what you 
>>> want.
>>>
>>>
>>> \whitespace trim
>>> 
>>> <$set name="transclusion" value=<>>
>>> <$macrocall $name="tag-pill-body" tag=<> icon={{!!icon}} 
>>> colour={{!!color}} palette={{$:/palette}} element-tag="""$button""" 
>>> element-attributes="""popup=<> 
>>> dragFilter='[all[current]tagging[]]' tag='span'"""/>
>>> <$reveal state=<> type="popup" 
>>> position="below" animate="yes" class="tc-drop-down">
>>> <$set name="tv-show-missing-links" value="yes">
>>> <$transclude tiddler="$:/core/ui/ListItemTemplate"/>
>>> 
>>> <$list 
>>> filter="[all[shadows+tiddlers]tag[$:/tags/TagDropdown]!has[draft.of]]" 
>>> variable="listItem"> 
>>> <$transclude tiddler=<>/>
>>> 
>>> 
>>> <$list filter='[tag]'>
>>> > target="_blank"><$text 
>>> text=<>/>
>>> 
>>> 
>>> 
>>> 
>>>
>>>
>>> To use this in a list put it in some other tiddler, I am assuming you 
>>> call it ModifiedTagTiddler, then make your list of tags like this:
>>>
>>> <$list filter=<>>
>>> {{||ModifiedTagTiddler}}
>>> 
>>>
>>> hopefully that helps.
>>>
>>> On Wednesday, December 16, 2020 at 4:02:19 PM UTC+1 David Gifford wrote:
>>>
 Hi Tones,

 Alas, what is "too easy" for you is beyond the grasp of mere mortals 
 such as I.

 I was not looking for a way to add a button to the tag pill dropdown, 
 as cool as that is. I was looking for a way to alter the functionality of 
 the list of tiddlers at the bottom of the dropdown. I would like each 

[tw5] Re: Persist list filter to DataTiddler

2020-12-16 Thread 'Mark S.' via TiddlyWiki


On Wednesday, December 16, 2020 at 4:16:46 PM UTC-8  wrote:

>
> The text file is simple enough to find records using splitregexp[/n] . 
> However, I know this particular file has a unique key for each record. I am 
> able to convert the file using .Net into a json file describing a 
> DataTiddler that I can import. This way I can reference each record by its 
> primary key. If there was a way to auto-number the list entries and persist 
> them to a DataTiddler, this would be close enough for me to selectively 
> process the records further without having to re-split the original list 
> over and over.
>
> I'm confused. If you've made your text file into an importable JSON file, 
and if each record has a primary key, why do you need to add an index? 
You're adding an index to something that already has an index. 

There's the temptation when you first using TW to perceive data 
dictionaries/DataTiddlers as the primary method of data storage and 
manipulation because that is what they would be in other technologies. But 
in TW, the DataTiddlers are there more as a convenience tool. They are very 
limited. The basic data entity in TW is the *tiddler*.  There are lots of 
filter operators and widgets dealing with tiddlers, and very few dealing 
with DataTiddlers. Possibly consider converting your text file into 
multiple tiddlers (either individual tiddler files or a JSON file 
containing them all).  You will likely have a better experience down the 
road manipulating those records then stowing them in a DataTiddler.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5e36e854-f48b-45f8-abd7-2f9d13631299n%40googlegroups.com.


[tw5] Re: Persist list filter to DataTiddler

2020-12-16 Thread Thomas Stone
I am trying to parse a large text file using TW in the browser. I already 
know how to process text files using .Net, I enjpy learing what 
programmatic capabilities are available in every environment I pick up.

The text file is simple enough to find records using splitregexp[/n] . 
However, I know this particular file has a unique key for each record. I am 
able to convert the file using .Net into a json file describing a 
DataTiddler that I can import. This way I can reference each record by its 
primary key. If there was a way to auto-number the list entries and persist 
them to a DataTiddler, this would be close enough for me to selectively 
process the records further without having to re-split the original list 
over and over.

I saw several requests for adding a variable to the ListWidget, calling it 
an iterator (Tobias) or addposition (Evans) on GitHub issue 3384. It was 
closed as duplicate of issue 1523. Both issues mention concerns over how 
the ListWidget creating a variable would actually cause re-rendering.

Instead of modifying the ListWidget directly, I was proposing an 
intermediate step of preprocessing a list into a DataTiddler with 
auto-numbered indexes. Then you  can iterate over the DataTiddler indexes 
to get the list position and use getindex to return the record.

When trying to use the iterator feature in a loop to call a set-field 
action on a DataTiddler for each record, the button code generated can end 
up being huge. I would just like to internally side-step the generating of 
so many individual actions in the button. It would be like a 'copy tiiddler 
text to DataTiddler' action with a list process in the miiddle and 
auto-number on the insertions.

Just saying that out loud sounds like I'm probablly barking up the wrong 
tree, because TW lists are not designed as an imperitive language. 
DataTiddlers as an internal database table seem to work well as long as the 
tables are generated outside of TW.

On Wednesday, December 16, 2020 at 3:07:06 PM UTC-8 TW Tones wrote:

> FYI:
>
> We can get an "index" number for items in a list, and we could use this in 
> a button to set an index field in each tiddler or a data tiddler for later 
> reference using the allbefore and count + 1
> <$list filter="[tag[TableOfContents]]">
>{{{ [tag[TableOfContents]allbeforecount[]add[1]] }}} 
> <$link/>
> 
>
> However this will need the whole list to be processed for each item in the 
> list. and could take a lot of time.
>
>- With a little trickery you may be able to make the numbering 
>"re-start able", ie get the last issued and add more from there.
>
> Tones
> On Thursday, 17 December 2020 at 09:49:47 UTC+11 TW Tones wrote:
>
>> Is your primary purpose to assign a number to a set of tiddlers and 
>> retain them indefinitely?
>> Is processing the large number of items only the first time, or on import 
>> because we could assign "serial numbers" as created or as used?
>>
>> I suppose I need to understand why you need this, or to what purpose to 
>> present one of a number of different methods.
>>
>>- The created date is almost, if not actually unique, and there is a 
>>way to make them unique in retrospect if necessary.
>>- It is possible to store tiddler titles in a list that is itself in 
>>the order required, without introducing index's
>>- List item can be generated automatically
>>- It is common in tiddlywiki to access tiddlers in a list by more 
>>than one sort method, in different orders the serial number is less 
>>important.
>>- I have built serial number assignment for tiddler if that would 
>>satisfy your needs.
>>
>> Tones
>>
>> On Thursday, 17 December 2020 at 04:48:44 UTC+11 positiv...@gmail.com 
>> wrote:
>>
>>> Would it be desirable to add a new button action to persist a list 
>>> filter directly into a DataTiddler, with the row number as the index?
>>>
>>> I can construct a DataTiddler like this manually using:
>>>
>>> * A count of entries from a filter
>>> * A range up to the count, subtracting one from each to make it base zero
>>> * Re-run the first filter, butfirst, first entry
>>> * Set-field action to save the filter result to a DataTiddler, using the 
>>> current range value as the index
>>>
>>> If the range filter exceed 10,000 records, this process cannot run. Even 
>>> when I break the process out into smaller chunks, the throughput gets very 
>>> slow after 20,000 records.
>>>
>>> Does anyone else think this could be useful when trying to pre-process a 
>>> large amount of data?
>>>
>>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/440c444d-a5f3-4371-9912-e8ad9d6f3000n%40googlegroups.com.


Re: [tw5] Understanding how macro expansion works

2020-12-16 Thread TW Tones
The main issue maybe is a $:/favicon which is loaded perhaps before any 
other logic is occurring.

Are you trying to get the favicon icon to convey information according to 
its color? Nice Idea.

Tones

On Thursday, 17 December 2020 at 06:24:08 UTC+11 sil...@gmail.com wrote:

> Hi Jeremy,
>
> Thanks but I don't worried about type field (because I use my existing 
> $:/favicon.ico tiddler, but you're right it's better to be add this).
>
> My concern is about to set color (in the example black) as variable, and 
> not hard coded in the macro.
>
> Do you have an idea ?
>
> Thanks :)
>
> Le mercredi 16 décembre 2020 à 18:39:17 UTC+1, Jeremy Ruston a écrit :
>
>> Hi Sylvain
>>
>> Just set the type field to indicate that it is an SVG image:
>>
>> <$button class="" tooltip="Color Favicon" aria-label='Color Favicon'>Add 
>> color to $:/favicon.ico
>> <$action-setfield $tiddler="$:/favicon.ico" text=<> 
>> type="image/svg+xml"/>
>> 
>>
>> Best wishes
>>
>> Jeremy
>>
>> On 16 Dec 2020, at 17:18, Sylvain Naudin  wrote:
>>
>> \define favi(color)
>> http://www.w3.org/2000/svg; width="144.798" height="87.014" 
>> viewBox="0 0 38.311 23.022">
>>   
>> 
>> \end
>>
>> <$button class="" tooltip="Color Favicon" aria-label='Color Favicon'>Add 
>> color to $:/favicon.ico
>> <$action-setfield $tiddler="$:/favicon.ico" text=<> 
>> />
>> 
>>
>>
>>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8dbe3e58-bca8-4607-b01d-d96ca0327f38n%40googlegroups.com.


[tw5] Re: Icons in tree macro

2020-12-16 Thread TW Tones
David,

The tree macro is defined here $:/core/macros/tree

   - you could modify it to get the desired result
   - or make a new one of your own
   - Consider if it has an icon use it if not use the default.
   - Perhaps its best to also display the icon if its exist and still 
   display the defaults because it indicates file or "folder".
   - Inside the macro that defines the link displayed the variable 
   <> is the actual tiddlername 

The following is a modification of one of these macros to display an icon 
on leaf items if it exists;
\define leaf-link(full-title,chunk,separator: "/")
<$set name=icon-tiddler tiddler=<<__full-title__>> field=icon>
<$link to=<<__full-title__>>> <$transclude tiddler=<>/> 
<$text text=<<__chunk__>>/>

\end

Regards
Tones
On Thursday, 17 December 2020 at 07:01:30 UTC+11 david.j.winfi...@gmail.com 
wrote:

> Is there a simple way to associate an image/icon with a tiddler (such as 
> an icon field), so that the icon will show up in the tree macro?
>
> Something like tiddlers
> H:/Location/Location 1
> H:/Location/Location 2
>
> With the following tree:
> <>
>
>
> With each Location 1 and Location 2 being able to have a unique icon image 
> in the tree instead of the default icon.
>
> Thanks,
> David
>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/4e2d79df-c145-43b7-bd58-b0c33cfec964n%40googlegroups.com.


[tw5] Re: Nested Sliders for TW5

2020-12-16 Thread TW Tones
Alvin,

There is not presently a one for one replacement, However with a wikitext 
customise plugin on its way we may be able to have one very similar.

There are range of options with buttons, reveal etc, but I tend to use 
either the html details element or the one provided by the details widget.
https://tid.li/tw5/plugins.html#DetailsWidget

With different styling you could make it look similar to before and nest 
them.

Tones

On Thursday, 17 December 2020 at 07:02:00 UTC+11 Alvin wrote:

>
> I am very fond of Eric Shulman's NestedSlidersPlugin for ClassicTW. How do 
> I do it on TW5?
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/bcfe586c-5bc1-4545-884c-acf131f1214fn%40googlegroups.com.


[tw5] Re: Projectify 0.6.0

2020-12-16 Thread TW Tones
Nicolas,

Love your work. 

One suggestion, now the projects are displayed as cards, perhaps display 
the description field from a project tiddler inside the card. This allows 
additional details and Qualifications to be provided to a project. Using 
text would be sufficient.

Tones

On Thursday, 17 December 2020 at 07:20:30 UTC+11 Nicolas Petton wrote:

> Hi!
>
> I've just released v0.6.0 of my Projectify[1] plugin!
>
> Demo and installation instructions are available at
>
> https://nicolas.petton.fr/tw/projectify.html
>
> There are tons of changes, here's a summary of the most important ones:
>
> * Todos can now moved between projects using drag & drop
> * Todos can now be made into sub-projects by clicking the `Make this into 
> a sub-project` button
> * Empty projects or inboxes now show a welcome screen
> * New checkbox button in the view toolbar of todo tiddlers
> * New form to add new projects including an input for the project title
> * The number of todos in a project is now represented with a small pie 
> chart icon
> * New card view of active projects in the dashboard
> * Projects in the dashboard can now be reordered
> * Projects without active todos are now omitted from the "Next" dashboard 
> section
> * New Schedule button in the page controls listings all todos scheduled 
> today
> * New list in the Schedule tab of the dashboard listing all item scheduled 
> to be done after the next 30 days.
>
> To submit bug reports or contribute, the project is hosted on GitHub at
>
> https://github.com/nicolaspetton/projectify
>
>
> Cheers,
> Nico
>
> [1] Projectify is a plugin for managing projects and todos.
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b378130b-78bf-4a2b-9e8b-933f1c4f2e0bn%40googlegroups.com.


[tw5] Re: Persist list filter to DataTiddler

2020-12-16 Thread TW Tones
FYI:

We can get an "index" number for items in a list, and we could use this in 
a button to set an index field in each tiddler or a data tiddler for later 
reference using the allbefore and count + 1
<$list filter="[tag[TableOfContents]]">
   {{{ [tag[TableOfContents]allbeforecount[]add[1]] }}} 
<$link/>


However this will need the whole list to be processed for each item in the 
list. and could take a lot of time.

   - With a little trickery you may be able to make the numbering "re-start 
   able", ie get the last issued and add more from there.

Tones
On Thursday, 17 December 2020 at 09:49:47 UTC+11 TW Tones wrote:

> Is your primary purpose to assign a number to a set of tiddlers and retain 
> them indefinitely?
> Is processing the large number of items only the first time, or on import 
> because we could assign "serial numbers" as created or as used?
>
> I suppose I need to understand why you need this, or to what purpose to 
> present one of a number of different methods.
>
>- The created date is almost, if not actually unique, and there is a 
>way to make them unique in retrospect if necessary.
>- It is possible to store tiddler titles in a list that is itself in 
>the order required, without introducing index's
>- List item can be generated automatically
>- It is common in tiddlywiki to access tiddlers in a list by more than 
>one sort method, in different orders the serial number is less important.
>- I have built serial number assignment for tiddler if that would 
>satisfy your needs.
>
> Tones
>
> On Thursday, 17 December 2020 at 04:48:44 UTC+11 positiv...@gmail.com 
> wrote:
>
>> Would it be desirable to add a new button action to persist a list filter 
>> directly into a DataTiddler, with the row number as the index?
>>
>> I can construct a DataTiddler like this manually using:
>>
>> * A count of entries from a filter
>> * A range up to the count, subtracting one from each to make it base zero
>> * Re-run the first filter, butfirst, first entry
>> * Set-field action to save the filter result to a DataTiddler, using the 
>> current range value as the index
>>
>> If the range filter exceed 10,000 records, this process cannot run. Even 
>> when I break the process out into smaller chunks, the throughput gets very 
>> slow after 20,000 records.
>>
>> Does anyone else think this could be useful when trying to pre-process a 
>> large amount of data?
>>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/2cb36186-0e58-483b-bd62-f9dda1bbb3b7n%40googlegroups.com.


[tw5] Re: Persist list filter to DataTiddler

2020-12-16 Thread TW Tones
Is your primary purpose to assign a number to a set of tiddlers and retain 
them indefinitely?
Is processing the large number of items only the first time, or on import 
because we could assign "serial numbers" as created or as used?

I suppose I need to understand why you need this, or to what purpose to 
present one of a number of different methods.

   - The created date is almost, if not actually unique, and there is a way 
   to make them unique in retrospect if necessary.
   - It is possible to store tiddler titles in a list that is itself in the 
   order required, without introducing index's
   - List item can be generated automatically
   - It is common in tiddlywiki to access tiddlers in a list by more than 
   one sort method, in different orders the serial number is less important.
   - I have built serial number assignment for tiddler if that would 
   satisfy your needs.

Tones

On Thursday, 17 December 2020 at 04:48:44 UTC+11 positiv...@gmail.com wrote:

> Would it be desirable to add a new button action to persist a list filter 
> directly into a DataTiddler, with the row number as the index?
>
> I can construct a DataTiddler like this manually using:
>
> * A count of entries from a filter
> * A range up to the count, subtracting one from each to make it base zero
> * Re-run the first filter, butfirst, first entry
> * Set-field action to save the filter result to a DataTiddler, using the 
> current range value as the index
>
> If the range filter exceed 10,000 records, this process cannot run. Even 
> when I break the process out into smaller chunks, the throughput gets very 
> slow after 20,000 records.
>
> Does anyone else think this could be useful when trying to pre-process a 
> large amount of data?
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/80dbd4d4-37e8-4d6a-969a-2f7c0ef1775cn%40googlegroups.com.


Re: [tw5] Re: New version of the Notebook theme available

2020-12-16 Thread Keelan Cook
I was coming here specifically to bring up Saq's Stories and Streams 
plugins. Glad that's already on the table.

Nicolas, your Notebook theme is probably my favorite for overall style. It 
looks great. I just wish I could extend to two stories to make it real 
productive for writing and research. I use TW more for that goal than 
project management.

Great work!

Keelan

On Monday, December 14, 2020 at 1:47:55 PM UTC-6 Nicolas Petton wrote:

> Michael Arndt  writes:
>
> > Very nice theme, if I find some time I'll take a look how to make it
> > compatible with sq/Stories to have a second column on desktop :)
>
> That would be great!
>
> Nico
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/70364995-ad91-418a-af12-838c8129f569n%40googlegroups.com.


Re: [tw5] Please vote for your favour banner for v5.1.23

2020-12-16 Thread springer
Congrats, Atro! An excellent visually clean and refreshing banner image -- 
and the most frugal among the batch for bandwidth use, to boot!

-Springer

On Wednesday, December 16, 2020 at 12:48:57 PM UTC-5 jeremy...@gmail.com 
wrote:

> Hi Sylvain
>
> Even if you convert to path rather than manage it as a text object?
>
> And if needed, use after https://jakearchibald.github.io/svgomg/ ?
>
>
> Converting text to a path is definitely necessary if one wants to have 
> control over how an image will be displayed in other browsers. In this case 
> though, it’s fine for these images to be PNGs and so I didn’t worry about 
> it.
>
> SVGOMG has been subsumed into the very marvellous Squoosh, a general 
> purpose image compression tool for raster and vector images:
>
> https://squoosh.app/
>
> Best wishes
>
> Jeremy
>
>
>
> Sylvain
>
> Le mercredi 16 décembre 2020 à 14:17:48 UTC+1, Atronoush a écrit :
>
>> Thank you Jeremy,
>>
>>  Yes you are right. I did not note to this. I tried to embed the font, 
>> but as you said the size of SVG is much bigger than png.
>>  I hope next time I could propose a better design!
>>
>> Cheers
>> Atronoush
>>  
>>
>>
>> On Tuesday, December 15, 2020 at 11:16:30 PM UTC+3:30 jeremy...@gmail.com
>>  wrote:
>>
>>> Hi Atronoush
>>>
>>> Congratulations again!
>>>
>>> I send the high quality svg file plus png files again. The svg is only 
>>> 9kb while png is 25kb. I testes the svg file on the 
>>> https://tiddlywiki.com/prerelease/ and it is work fine.
>>> If it is possible and using svg format is allowed, I may recommend to 
>>> use the svg format instead of png.
>>>
>>>
>>> The SVG looks like this on my system because I don’t have the “IRAN 
>>> Rounded” font. To get around it one can convert the text to curves but that 
>>> comes at the expense of a much larger file size.
>>>
>>> Best wishes
>>>
>>> Jeremy
>>>
>>>
>>>
> -- 
> 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+...@googlegroups.com.
>
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/761bfb90-4778-4fe5-a141-12deba2b9b77n%40googlegroups.com
>  
> 
> .
>
>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/9937d05e-0dd5-4361-b993-54eca93b01b1n%40googlegroups.com.


Re: [tw5] Update to "Documenting TW" goodies

2020-12-16 Thread Mohammad Rahmani
David,
 Many thanks for all your efforts. This is a very useful resource with
lovely tools.
 Very useful to see details, but think about distributing the tools as
small packages. I am not sure if Mario bundler or JSZIP plugin can be used
here.


Best wishes
Mohammad


On Thu, Nov 26, 2020 at 11:57 PM David Gifford  wrote:

>
> Hi all
>
> I finally got around to finishing the remaining solutions tiddlers in
>
> https://giffmex.org/gifts/documenting.tw.html
>
> The items I added are listed below. That should do it for a while until I
> think of something else to add. Enjoy.
>
> Transfer only the system tiddlers (or only the regular tiddlers) between
> files
> Recent tab with transclusion
> Horizontal rules (edited)
> New here button with backlink
> Bi-directional links
> Custom new tiddler buttons
> Sliders for static HTMLs with details and summary
> Two columns of tiddlers
> New tab here
>
> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/9be838aa-7408-47b0-aabb-d0b2bd79b5fen%40googlegroups.com
> 
> .
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAAV1gMDZH8xeroGCk0TvYxnez%2BfAc1bmiXq1kF9g%3D4aY%2BuTJ0Q%40mail.gmail.com.


Re: [tw5] Projectify 0.6.0

2020-12-16 Thread Mohammad Rahmani
Hi Nico,

Very good progress. I also like the shield plugin for creating status
badges!
Simple checkbox to change a todo to done! Very nice!

The visual elements are designed very well!
Great work!


Best wishes
Mohammad


On Wed, Dec 16, 2020 at 11:50 PM Nicolas Petton  wrote:

> Hi!
>
> I've just released v0.6.0 of my Projectify[1] plugin!
>
> Demo and installation instructions are available at
>
>   https://nicolas.petton.fr/tw/projectify.html
>
> There are tons of changes, here's a summary of the most important ones:
>
> * Todos can now moved between projects using drag & drop
> * Todos can now be made into sub-projects by clicking the `Make this into
> a sub-project` button
> * Empty projects or inboxes now show a welcome screen
> * New checkbox button in the view toolbar of todo tiddlers
> * New form to add new projects including an input for the project title
> * The number of todos in a project is now represented with a small pie
> chart icon
> * New card view of active projects in the dashboard
> * Projects in the dashboard can now be reordered
> * Projects without active todos are now omitted from the "Next" dashboard
> section
> * New Schedule button in the page controls listings all todos scheduled
> today
> * New list in the Schedule tab of the dashboard listing all item scheduled
> to be done after the next 30 days.
>
> To submit bug reports or contribute, the project is hosted on GitHub at
>
>   https://github.com/nicolaspetton/projectify
>
>
> Cheers,
> Nico
>
> [1] Projectify is a plugin for managing projects and todos.
>
> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/87wnxh8pw8.fsf%40petton.fr.
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAAV1gMCCQ_%3DZriHV5uk4FZWTU1ABagA8CAQd9ZB8zKm1Q09thg%40mail.gmail.com.


[tw5] Projectify 0.6.0

2020-12-16 Thread Nicolas Petton
Hi!

I've just released v0.6.0 of my Projectify[1] plugin!

Demo and installation instructions are available at

  https://nicolas.petton.fr/tw/projectify.html

There are tons of changes, here's a summary of the most important ones:

* Todos can now moved between projects using drag & drop
* Todos can now be made into sub-projects by clicking the `Make this into a 
sub-project` button
* Empty projects or inboxes now show a welcome screen
* New checkbox button in the view toolbar of todo tiddlers
* New form to add new projects including an input for the project title
* The number of todos in a project is now represented with a small pie chart 
icon
* New card view of active projects in the dashboard
* Projects in the dashboard can now be reordered
* Projects without active todos are now omitted from the "Next" dashboard 
section
* New Schedule button in the page controls listings all todos scheduled today
* New list in the Schedule tab of the dashboard listing all item scheduled to 
be done after the next 30 days.

To submit bug reports or contribute, the project is hosted on GitHub at

  https://github.com/nicolaspetton/projectify


Cheers,
Nico

[1] Projectify is a plugin for managing projects and todos.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/87wnxh8pw8.fsf%40petton.fr.


signature.asc
Description: PGP signature


[tw5] Nested Sliders for TW5

2020-12-16 Thread Alvin

I am very fond of Eric Shulman's NestedSlidersPlugin for ClassicTW. How do 
I do it on TW5?

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/7765d5f2-2401-441c-97f2-59b0968ceda2n%40googlegroups.com.


[tw5] Icons in tree macro

2020-12-16 Thread david.j.winfi...@gmail.com
Is there a simple way to associate an image/icon with a tiddler (such as an 
icon field), so that the icon will show up in the tree macro?

Something like tiddlers
H:/Location/Location 1
H:/Location/Location 2

With the following tree:
<>


With each Location 1 and Location 2 being able to have a unique icon image 
in the tree instead of the default icon.

Thanks,
David

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b7326387-0c94-4bbf-8193-aa2b1b3dbf2en%40googlegroups.com.


[tw5] Re: Update to "Documenting TW" goodies

2020-12-16 Thread David Gifford
 
Hi everyone

Here are two more "solutions" in the documenting.tw file, plus one 
correction:

List-Search with list items as external links 
Bookmarking / tag dropdown list items as external links 
Insert the current time as text (fixed)

See them at https://giffmex.org/gifts/documenting.tw.html (Recent tab).

Thanks to Tones, tony, Ton, Mohammad and inmysocks for their help. 

Blessings!


On Thursday, November 26, 2020 at 2:27:05 PM UTC-6 David Gifford wrote:

>
> Hi all
>
> I finally got around to finishing the remaining solutions tiddlers in 
>
> https://giffmex.org/gifts/documenting.tw.html
>
> The items I added are listed below. That should do it for a while until I 
> think of something else to add. Enjoy.
>
> Transfer only the system tiddlers (or only the regular tiddlers) between 
> files 
> Recent tab with transclusion 
> Horizontal rules (edited) 
> New here button with backlink 
> Bi-directional links 
> Custom new tiddler buttons 
> Sliders for static HTMLs with details and summary 
> Two columns of tiddlers 
> New tab here 
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/969d7e7e-54e0-4b09-8adc-0f74df889126n%40googlegroups.com.


[tw5] Re: Update to "Documenting TW" goodies

2020-12-16 Thread David Gifford
Hi everyone

Here are two more "solutions" in the documenting.tw file, plus one 
correction:

List-Search with list items as external links 
Bookmarking / tag dropdown list items as external links 
Insert the current time as text (fixed)

Thanks to Tones, Ton and inmysocks for their help. 

Blessings!

On Thursday, November 26, 2020 at 2:27:05 PM UTC-6 David Gifford wrote:

>
> Hi all
>
> I finally got around to finishing the remaining solutions tiddlers in 
>
> https://giffmex.org/gifts/documenting.tw.html
>
> The items I added are listed below. That should do it for a while until I 
> think of something else to add. Enjoy.
>
> Transfer only the system tiddlers (or only the regular tiddlers) between 
> files 
> Recent tab with transclusion 
> Horizontal rules (edited) 
> New here button with backlink 
> Bi-directional links 
> Custom new tiddler buttons 
> Sliders for static HTMLs with details and summary 
> Two columns of tiddlers 
> New tab here 
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f9623146-81cf-4572-8349-e6fbaf67c18bn%40googlegroups.com.


Re: [tw5] Understanding how macro expansion works

2020-12-16 Thread Sylvain Naudin
Hi Jeremy,

Thanks but I don't worried about type field (because I use my existing 
$:/favicon.ico tiddler, but you're right it's better to be add this).

My concern is about to set color (in the example black) as variable, and 
not hard coded in the macro.

Do you have an idea ?

Thanks :)

Le mercredi 16 décembre 2020 à 18:39:17 UTC+1, Jeremy Ruston a écrit :

> Hi Sylvain
>
> Just set the type field to indicate that it is an SVG image:
>
> <$button class="" tooltip="Color Favicon" aria-label='Color Favicon'>Add 
> color to $:/favicon.ico
> <$action-setfield $tiddler="$:/favicon.ico" text=<> 
> type="image/svg+xml"/>
> 
>
> Best wishes
>
> Jeremy
>
> On 16 Dec 2020, at 17:18, Sylvain Naudin  wrote:
>
> \define favi(color)
> http://www.w3.org/2000/svg; width="144.798" height="87.014" 
> viewBox="0 0 38.311 23.022">
>   
> 
> \end
>
> <$button class="" tooltip="Color Favicon" aria-label='Color Favicon'>Add 
> color to $:/favicon.ico
> <$action-setfield $tiddler="$:/favicon.ico" text=<> 
> />
> 
>
>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8270913f-87f4-4bf9-a94f-cb5d725dd2d1n%40googlegroups.com.


[tw5] Re: [HelpRequest] tag pill dropdown twak

2020-12-16 Thread David Gifford
Thanks inmy! (Google only lets me see the first few letters of the email...)

I got it to work:

1. I cloned $:/core/ui/TagTemplate and pasted your code. I named the new 
tiddler $:/.giffmex/ui/TagTemplate
2. Paste this in a tiddler: <$list 
filter="[!is[system]is[tag]field:extlink[]]"> <$transclude 
tiddler="$:/.giffmex/ui/TagTemplate"/> 
3. Links in tag dropdowns that are accessed from anywhere but that 
listwidget open the tiddler. Links from the above listwidget open the 
external websites.

Results: https://giffmex.org/wiki/#Buscar%20recursos%20por%20tema

Case closed, and I will add this to the documenting.tw site later today 
(https://giffmex.org/gifts/documenting.tw.html)!

On Wednesday, December 16, 2020 at 10:58:28 AM UTC-6 inmy...@gmail.com 
wrote:

> Reading over that it isn't organised very well, and I forgot to put in 
> what you actually wanted for each item in the list, so this is the content 
> of the tiddler with what you said you wanted in it:
>
> \whitespace trim
> 
> <$set name="transclusion" value=<>>
> <$macrocall $name="tag-pill-body" tag=<> icon={{!!icon}} 
> colour={{!!color}} palette={{$:/palette}} element-tag="""$button""" 
> element-attributes="""popup=<> 
> dragFilter='[all[current]tagging[]]' tag='span'"""/>
> <$reveal state=<> type="popup" 
> position="below" animate="yes" class="tc-drop-down">
> <$set name="tv-show-missing-links" value="yes">
> <$transclude tiddler="$:/core/ui/ListItemTemplate"/>
> 
> <$list 
> filter="[all[shadows+tiddlers]tag[$:/tags/TagDropdown]!has[draft.of]]" 
> variable="listItem"> 
> <$transclude tiddler=<>/>
> 
> 
> <$list filter='[tag]'>
> <$transclude field="extlink"/>
> 
> 
> 
> 
>
> On Wednesday, December 16, 2020 at 5:36:31 PM UTC+1 Jed Carty wrote:
>
>> David,
>>
>> While it is certainly not, as has been said, 'too easy' it is doable.
>>
>> The tags macros are complex because of how flexible they need to be and 
>> how many different situations they are used in. It makes it rather 
>> difficult to figure out what you change to get your desired alternate 
>> behaviour.
>>
>> The tiddler to copy (or edit) is $:/core/ui/TagTemplate
>>
>> If you edit it you will change how every tag in the wiki behaves. It 
>> sounds like that is what you want, if not you would need a to use it as a 
>> template like {{tiddlerToMakeTagOf||ModifiedTagTiddler}}
>>
>> anyway, put this inside the tiddler $:/core/ui/TagTemplate
>>
>> The line 
>>
>> > target="_blank"><$text 
>> text=<>/>
>>
>> is what sets what is on the list, here it is just a simple link to the 
>> title of the current tiddler that gets opened in a new browser tab. If that 
>> isn't what you want either let me know or change the line to be what you 
>> want.
>>
>>
>> \whitespace trim
>> 
>> <$set name="transclusion" value=<>>
>> <$macrocall $name="tag-pill-body" tag=<> icon={{!!icon}} 
>> colour={{!!color}} palette={{$:/palette}} element-tag="""$button""" 
>> element-attributes="""popup=<> 
>> dragFilter='[all[current]tagging[]]' tag='span'"""/>
>> <$reveal state=<> type="popup" 
>> position="below" animate="yes" class="tc-drop-down">
>> <$set name="tv-show-missing-links" value="yes">
>> <$transclude tiddler="$:/core/ui/ListItemTemplate"/>
>> 
>> <$list 
>> filter="[all[shadows+tiddlers]tag[$:/tags/TagDropdown]!has[draft.of]]" 
>> variable="listItem"> 
>> <$transclude tiddler=<>/>
>> 
>> 
>> <$list filter='[tag]'>
>> > target="_blank"><$text 
>> text=<>/>
>> 
>> 
>> 
>> 
>>
>>
>> To use this in a list put it in some other tiddler, I am assuming you 
>> call it ModifiedTagTiddler, then make your list of tags like this:
>>
>> <$list filter=<>>
>> {{||ModifiedTagTiddler}}
>> 
>>
>> hopefully that helps.
>>
>> On Wednesday, December 16, 2020 at 4:02:19 PM UTC+1 David Gifford wrote:
>>
>>> Hi Tones,
>>>
>>> Alas, what is "too easy" for you is beyond the grasp of mere mortals 
>>> such as I.
>>>
>>> I was not looking for a way to add a button to the tag pill dropdown, as 
>>> cool as that is. I was looking for a way to alter the functionality of the 
>>> list of tiddlers at the bottom of the dropdown. I would like each of them 
>>> to display as the extlink field with no link to the tiddler.
>>>
>>> I tried adapting these tiddlers, which looked promising, but that did 
>>> nothing.
>>>
>>> $:/PSaT/tagging-here/ListItemTemplate 
>>> $:/PSaT/tagging-here/ListItemTemplate 1 
>>>
>>> Any ideas?
>>>
>>> On Tuesday, December 15, 2020 at 5:49:40 PM UTC-6 TW Tones wrote:
>>>
 David,

 This is too easy to solve.

 Install my macros attached and click on any tag pill, see how it 
 extends the tag pill

 Then Clone $:/PSaT/copy-tag and make your own tiddler 
 tagged $:/tags/TagDropdown
 with your desired content.

 Regards
 Tones

 On Wednesday, 16 December 2020 at 10:18:19 UTC+11 David Gifford wrote:

> tweak, not twak.
>
> On Tuesday, December 15, 2020 at 5:17:56 PM UTC-6 David Gifford wrote:
>
>>
>> Ugh. Why does the tagging 

[tw5] Change how CTRL-A works in the edit window to work like OneNote

2020-12-16 Thread George Rutter
Is it possible to change how CTRL-A (select text) works in the Edit Pane of
a Tiddler?

In OneNote, the first time CTRL-A is used, it only selects (what I would
consider) the most local element. For instance, if in a bullet, it selects
the entire bullet. If in a paragraph, it selects the paragraph. The second
time CTRL-A is pressed, it then selects all the text.

I think this will be really helpful, as I intend to try to figure out how
to add more formatting options by keyboard shortcuts.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CANM8c%2BuCG80%3DiU5xJe0j5596ms3dHjoodrCo2vOx0r5fNBxJFg%40mail.gmail.com.


Re: [tw5] Please vote for your favour banner for v5.1.23

2020-12-16 Thread Jeremy Ruston
Hi Sylvain

> Even if you convert to path rather than manage it as a text object?
> And if needed, use after https://jakearchibald.github.io/svgomg/ 
>  ?

Converting text to a path is definitely necessary if one wants to have control 
over how an image will be displayed in other browsers. In this case though, 
it’s fine for these images to be PNGs and so I didn’t worry about it.

SVGOMG has been subsumed into the very marvellous Squoosh, a general purpose 
image compression tool for raster and vector images:

https://squoosh.app/

Best wishes

Jeremy


> 
> Sylvain
> 
> Le mercredi 16 décembre 2020 à 14:17:48 UTC+1, Atronoush a écrit :
> Thank you Jeremy,
> 
>  Yes you are right. I did not note to this. I tried to embed the font, but as 
> you said the size of SVG is much bigger than png.
>  I hope next time I could propose a better design!
> 
> Cheers
> Atronoush
>  
> 
> 
> On Tuesday, December 15, 2020 at 11:16:30 PM UTC+3:30 jeremy...@gmail.com 
>  wrote:
> Hi Atronoush
> 
> Congratulations again!
> 
>> I send the high quality svg file plus png files again. The svg is only 9kb 
>> while png is 25kb. I testes the svg file on the 
>> https://tiddlywiki.com/prerelease/  and 
>> it is work fine.
>> If it is possible and using svg format is allowed, I may recommend to use 
>> the svg format instead of png.
> 
> The SVG looks like this on my system because I don’t have the “IRAN Rounded” 
> font. To get around it one can convert the text to curves but that comes at 
> the expense of a much larger file size.
> 
> Best wishes
> 
> Jeremy
> 
> 
> 
> 
> -- 
> 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 view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/761bfb90-4778-4fe5-a141-12deba2b9b77n%40googlegroups.com
>  
> .

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/C8E017D7-A5BF-4EEA-AC43-42D594C80564%40gmail.com.


[tw5] Persist list filter to DataTiddler

2020-12-16 Thread Thomas Stone
Would it be desirable to add a new button action to persist a list filter 
directly into a DataTiddler, with the row number as the index?

I can construct a DataTiddler like this manually using:

* A count of entries from a filter
* A range up to the count, subtracting one from each to make it base zero
* Re-run the first filter, butfirst, first entry
* Set-field action to save the filter result to a DataTiddler, using the 
current range value as the index

If the range filter exceed 10,000 records, this process cannot run. Even 
when I break the process out into smaller chunks, the throughput gets very 
slow after 20,000 records.

Does anyone else think this could be useful when trying to pre-process a 
large amount of data?

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c263a938-d3da-419d-b821-995f3f3b5f72n%40googlegroups.com.


Re: [tw5] Understanding how macro expansion works

2020-12-16 Thread Jeremy Ruston
Hi Sylvain

Just set the type field to indicate that it is an SVG image:

<$button class="" tooltip="Color Favicon" aria-label='Color Favicon'>Add color 
to $:/favicon.ico
<$action-setfield $tiddler="$:/favicon.ico" text=<> 
type="image/svg+xml"/>


Best wishes

Jeremy

> On 16 Dec 2020, at 17:18, Sylvain Naudin  wrote:
> 
> \define favi(color)
> http://www.w3.org/2000/svg " 
> width="144.798" height="87.014" viewBox="0 0 38.311 23.022">
>   
> 
> \end
> 
> <$button class="" tooltip="Color Favicon" aria-label='Color Favicon'>Add 
> color to $:/favicon.ico
> <$action-setfield $tiddler="$:/favicon.ico" text=<> />
> 

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/9FFA7579-5570-4100-B45E-C5200AC47D28%40gmail.com.


[tw5] Re: WidgetMessage: tm-new-tiddler with auto tagging

2020-12-16 Thread 'Mark S.' via TiddlyWiki
Looking at the code for the Button widget, I don't see any place where 
paramObject  gets populated. I do see it for the send-message widget. So 
I'm guessing that you can't use "paramObject" with the button widget 
without hacking the button widget code.

On Wednesday, December 16, 2020 at 7:52:34 AM UTC-8 mwik...@gmail.com wrote:

> On Wednesday, December 16, 2020 at 11:00:16 AM UTC-4 Mark S. wrote:
>
>> On Tuesday, December 15, 2020 at 8:10:42 PM UTC-8  wrote:
>>
>>> I often struggle with filter syntax so thanks for the counter-example as 
>>> I find those easiest to learn from.
>>>
>>> In playing around with it, there is an interesting subtlety with Mark's 
>>> solution that makes it slightly different/better.
>>>
>>>
>> I admit my approach is a kludge. It was just submitted as an alternative. 
>> It has the advantage of being slightly easier to read. Yours is probably 
>> the proper way to do such things.
>>  
>>
>
> Looking at the OPs format ... while these other options (sticking things 
> in an actions macro in the widget or in the actions= or transcluding a 
> filter into the button field= options) are available, could someone 
> illuminate the formatting of the "hashmap" that needs to be provided with 
> paramObject= if you want to use <$button message="tm-new-tiddler" 
> param="Template1Button" paramObject= ...> and try to feed the tags in that 
> way using Mark's method? Every message seems to have a paramObject option 
> but none of the manual pages have an example of its use.
>
> Thanks,
> /Mike
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/6486bb14-ba1c-4fd4-8ff1-f4df00301a86n%40googlegroups.com.


Re: [tw5] Re: Introducing TiddlyRemember, a tool for integrating TiddlyWiki with Anki spaced-repetition flashcards

2020-12-16 Thread si
Hi Soren,

Just to follow up on the problem of getting hyperlinks to work. I posted on 
the Anki forums 

 
about a month or so ago and there was no definite answer, but it sounds 
like the browser within Anki just doesn't have access to the file system 
for security reasons. No idea why it would work for you though.

The good news is that I made a feature request 

 
for the Anki add-on Open linked pdf, docx, epub, audio/video, etc. in 
external Program  and the author 
very kindly made a fix to get it working with permalinks.

Anyway just letting you know that this is the best solution I found in case 
anyone else has the same problem.
On Friday, 13 November 2020 at 18:10:15 UTC Soren Bjornstad wrote:

> Pretty sure it’s 64-bit. VM on Parallels on my MacBook with the 
> default license and settings. Can’t imagine why it would matter anyway. 
>
> I’m stumped. I’d suggest you post this on the Anki forums at 
> https://forums.ankiweb.net since it’s an Anki issue at this point.
>
>
> On Friday, November 13, 2020 at 9:42:30 AM UTC-6 si wrote:
>
>> Hi Soren.
>>
>> >>> Do other links to websites work in Anki? Perhaps your default browser 
>> is configured wrong and Anki can't figure out what to do with links.
>>
>> I have no problem with Anki opening websites. Anything with the prefix 
>> "https://; will open in the browser, but when I use "file://" nothing 
>> happens.
>>
>> I also tried this on a totally different Windows 10 machine with an 
>> almost fresh install and still it wouldn't work. It also didn't work when I 
>> tried clicking the link from AnkiWeb. This was all with me creating the 
>> link exactly as you describe above (the file opens if I copy the path 
>> directly into the browser).
>>
>> Did you try it on a 64 bit Windows 10, or some earlier version (no idea 
>> if that would matter)?
>>
>> On Friday, 13 November 2020 at 13:20:43 UTC soren.b...@gmail.com wrote:
>>
>>> I just tried it on Windows and it works fine for me. Downloaded an HTML 
>>> to my desktop and added to the card:
>>>
>>> link
>>>
>>> Click the link and test.html opens in the browser.
>>>
>>> I'm on Anki 2.1.34 (a couple versions behind, but can't think of 
>>> anything that would have changed here).
>>>
>>> Do other links to websites work in Anki? Perhaps your default browser is 
>>> configured wrong and Anki can't figure out what to do with links.
>>>
>>> On Friday, November 13, 2020 at 6:18:22 AM UTC-6 si wrote:
>>>
 Hi Soren thanks for your reply.

 >>> The URL you list is not a valid file: URL, however -- it needs to 
 use forward slashes even on Windows.

 Thanks, I wasn't sure which to use here but I had tried every 
 combination and it still didn't work.

 >>> It does appear that the permalink generation in TiddlyRemember 
 applied during the sync is incorrectly putting a backslash at the end of 
 URLs that can't accept one there.

 I had noticed this, but I have tested with the correct permalink and it 
 still won't work. I've also tried putting the HTML directly into the card 
 (>>> href="file:///C:/Users/Si/Desktop/file.html">link using 
 Ctrl+Shift+X), but again when I click the link while viewing the card 
 nothing happens.

 I've noticed that there is an add-on 
  for opening files in an 
 external program. I got it to work with an HTML file, but because it looks 
 for a specific extension at the end of the path, it doesn't work with 
 permalinks that end in "#tiddler".

 Is it possible that Anki just can't open external HTML files on Windows?
 On Friday, 13 November 2020 at 00:08:42 UTC soren.b...@gmail.com wrote:

> Si,
>  
> It works for me when I just paste an  tag into the HTML editor 
> directly on a card (Ctrl-Shift-X while you have a field selected). The 
> URL 
> you list is not a valid file: URL, however -- it needs to use forward 
> slashes even on Windows. It's possible that is the issue, but I don't 
> have 
> a Windows machine handy at the moment to test on and see if that breaks 
> something.
>
> It does appear that the permalink generation in TiddlyRemember applied 
> during the sync is incorrectly putting a backslash at the end of URLs 
> that 
> can't accept one there. On my first try I ended up with 
> "/home/soren/test.html/#TiddlerName" as the permalink, which is invalid 
> since an HTML file is not a directory, and this resulted in nothing 
> happening when I clicked the link. I opened an issue 
>  for that. 
> To see if this is what's causing your 

Re: [tw5] Re: Understanding how macro expansion works

2020-12-16 Thread Sylvain Naudin
Good evening,

I take the liberty of picking up this thread, I think you might be able to 
help me.
In my quest to make the colour of the favicon in SVG format customizable, 
I'm coming up with this simple macro for now:

\define favi(color)
http://www.w3.org/2000/svg; width="144.798" height="87.014" 
viewBox="0 0 38.311 23.022">
  

\end

<$button class="" tooltip="Color Favicon" aria-label='Color Favicon'>Add 
color to $:/favicon.ico
<$action-setfield $tiddler="$:/favicon.ico" text=<> />


Now I've tried to make the colour configurable, ideally one that could be 
chosen beforehand (I already have the code to add this in the palette).
So I would like to refer to a variable that would look for the value in the 
index $:/n0d1/palettes/n0d1##favicon-color

Have try different methods, but don't succeed (wikify ?, var, other ?).

Thanks,
Sylvain

Le mercredi 2 décembre 2020 à 10:14:50 UTC+1, Mohammad a écrit :

> Thanks Nico!
>
>
> On Wednesday, December 2, 2020 at 11:59:51 AM UTC+3:30 Nicolas Petton 
> wrote:
>
>> Mohammad  writes:
>>
>> Hi Mohammad,
>>
>> > Welcome back.
>>
>> Thanks :)
>>
>> > Off topic:
>> >
>> > I know your Project Manager plugin and more specific the Notebook 
>> > theme and palette (https://nicolas.petton.fr/tw/project-manager.html) 
>> have 
>> > a lot of fans! You may put the code on GitHub lets user send their 
>> issue 
>> > and idea there.
>>
>> Yes, that's exactly what I'm planning to do. I resumed work on both
>> projects.
>>
>> > I use Notebook on mobile and its amazing! Thank you Nico.
>>
>> Glad you like it!
>>
>> Cheers,
>> Nico
>>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/424a0aa1-cef4-4799-905c-d46219dae006n%40googlegroups.com.


[tw5] Re: [HelpRequest] tag pill dropdown twak

2020-12-16 Thread Jed Carty
Reading over that it isn't organised very well, and I forgot to put in what 
you actually wanted for each item in the list, so this is the content of 
the tiddler with what you said you wanted in it:

\whitespace trim

<$set name="transclusion" value=<>>
<$macrocall $name="tag-pill-body" tag=<> icon={{!!icon}} 
colour={{!!color}} palette={{$:/palette}} element-tag="""$button""" 
element-attributes="""popup=<> 
dragFilter='[all[current]tagging[]]' tag='span'"""/>
<$reveal state=<> type="popup" 
position="below" animate="yes" class="tc-drop-down">
<$set name="tv-show-missing-links" value="yes">
<$transclude tiddler="$:/core/ui/ListItemTemplate"/>

<$list 
filter="[all[shadows+tiddlers]tag[$:/tags/TagDropdown]!has[draft.of]]" 
variable="listItem"> 
<$transclude tiddler=<>/>


<$list filter='[tag]'>
<$transclude field="extlink"/>





On Wednesday, December 16, 2020 at 5:36:31 PM UTC+1 Jed Carty wrote:

> David,
>
> While it is certainly not, as has been said, 'too easy' it is doable.
>
> The tags macros are complex because of how flexible they need to be and 
> how many different situations they are used in. It makes it rather 
> difficult to figure out what you change to get your desired alternate 
> behaviour.
>
> The tiddler to copy (or edit) is $:/core/ui/TagTemplate
>
> If you edit it you will change how every tag in the wiki behaves. It 
> sounds like that is what you want, if not you would need a to use it as a 
> template like {{tiddlerToMakeTagOf||ModifiedTagTiddler}}
>
> anyway, put this inside the tiddler $:/core/ui/TagTemplate
>
> The line 
>
> > target="_blank"><$text 
> text=<>/>
>
> is what sets what is on the list, here it is just a simple link to the 
> title of the current tiddler that gets opened in a new browser tab. If that 
> isn't what you want either let me know or change the line to be what you 
> want.
>
>
> \whitespace trim
> 
> <$set name="transclusion" value=<>>
> <$macrocall $name="tag-pill-body" tag=<> icon={{!!icon}} 
> colour={{!!color}} palette={{$:/palette}} element-tag="""$button""" 
> element-attributes="""popup=<> 
> dragFilter='[all[current]tagging[]]' tag='span'"""/>
> <$reveal state=<> type="popup" 
> position="below" animate="yes" class="tc-drop-down">
> <$set name="tv-show-missing-links" value="yes">
> <$transclude tiddler="$:/core/ui/ListItemTemplate"/>
> 
> <$list 
> filter="[all[shadows+tiddlers]tag[$:/tags/TagDropdown]!has[draft.of]]" 
> variable="listItem"> 
> <$transclude tiddler=<>/>
> 
> 
> <$list filter='[tag]'>
> > target="_blank"><$text 
> text=<>/>
> 
> 
> 
> 
>
>
> To use this in a list put it in some other tiddler, I am assuming you call 
> it ModifiedTagTiddler, then make your list of tags like this:
>
> <$list filter=<>>
> {{||ModifiedTagTiddler}}
> 
>
> hopefully that helps.
>
> On Wednesday, December 16, 2020 at 4:02:19 PM UTC+1 David Gifford wrote:
>
>> Hi Tones,
>>
>> Alas, what is "too easy" for you is beyond the grasp of mere mortals such 
>> as I.
>>
>> I was not looking for a way to add a button to the tag pill dropdown, as 
>> cool as that is. I was looking for a way to alter the functionality of the 
>> list of tiddlers at the bottom of the dropdown. I would like each of them 
>> to display as the extlink field with no link to the tiddler.
>>
>> I tried adapting these tiddlers, which looked promising, but that did 
>> nothing.
>>
>> $:/PSaT/tagging-here/ListItemTemplate 
>> $:/PSaT/tagging-here/ListItemTemplate 1 
>>
>> Any ideas?
>>
>> On Tuesday, December 15, 2020 at 5:49:40 PM UTC-6 TW Tones wrote:
>>
>>> David,
>>>
>>> This is too easy to solve.
>>>
>>> Install my macros attached and click on any tag pill, see how it extends 
>>> the tag pill
>>>
>>> Then Clone $:/PSaT/copy-tag and make your own tiddler 
>>> tagged $:/tags/TagDropdown
>>> with your desired content.
>>>
>>> Regards
>>> Tones
>>>
>>> On Wednesday, 16 December 2020 at 10:18:19 UTC+11 David Gifford wrote:
>>>
 tweak, not twak.

 On Tuesday, December 15, 2020 at 5:17:56 PM UTC-6 David Gifford wrote:

>
> Ugh. Why does the tagging mechanism have to be so complicated?
>
> I created a list-search for all the tags in a file, where the tags 
> show as tag pills. But I would like the dropdown list of tiddlers (when 
> pressing the tag pill) to show the equivalent of
>
> <$transclude field="extlink"/>
>
> instead of the equivalent of 
>
> <$link><$view field="title"/>
>
> The extlink field has [[name of tiddler|external link]] so when 
> clicking, the link will take you to the external website.
>
> Use case: an index of links to all my Spanish resources on different 
> parts of the Internet.
>
> Thanks in advance for any love.
>


-- 
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 view this discussion on 

[tw5] Re: [HelpRequest] tag pill dropdown twak

2020-12-16 Thread Jed Carty
David,

While it is certainly not, as has been said, 'too easy' it is doable.

The tags macros are complex because of how flexible they need to be and how 
many different situations they are used in. It makes it rather difficult to 
figure out what you change to get your desired alternate behaviour.

The tiddler to copy (or edit) is $:/core/ui/TagTemplate

If you edit it you will change how every tag in the wiki behaves. It sounds 
like that is what you want, if not you would need a to use it as a template 
like {{tiddlerToMakeTagOf||ModifiedTagTiddler}}

anyway, put this inside the tiddler $:/core/ui/TagTemplate

The line 

> target="_blank"><$text 
text=<>/>

is what sets what is on the list, here it is just a simple link to the 
title of the current tiddler that gets opened in a new browser tab. If that 
isn't what you want either let me know or change the line to be what you 
want.


\whitespace trim

<$set name="transclusion" value=<>>
<$macrocall $name="tag-pill-body" tag=<> icon={{!!icon}} 
colour={{!!color}} palette={{$:/palette}} element-tag="""$button""" 
element-attributes="""popup=<> 
dragFilter='[all[current]tagging[]]' tag='span'"""/>
<$reveal state=<> type="popup" 
position="below" animate="yes" class="tc-drop-down">
<$set name="tv-show-missing-links" value="yes">
<$transclude tiddler="$:/core/ui/ListItemTemplate"/>

<$list 
filter="[all[shadows+tiddlers]tag[$:/tags/TagDropdown]!has[draft.of]]" 
variable="listItem"> 
<$transclude tiddler=<>/>


<$list filter='[tag]'>
> target="_blank"><$text 
text=<>/>






To use this in a list put it in some other tiddler, I am assuming you call 
it ModifiedTagTiddler, then make your list of tags like this:

<$list filter=<>>
{{||ModifiedTagTiddler}}


hopefully that helps.

On Wednesday, December 16, 2020 at 4:02:19 PM UTC+1 David Gifford wrote:

> Hi Tones,
>
> Alas, what is "too easy" for you is beyond the grasp of mere mortals such 
> as I.
>
> I was not looking for a way to add a button to the tag pill dropdown, as 
> cool as that is. I was looking for a way to alter the functionality of the 
> list of tiddlers at the bottom of the dropdown. I would like each of them 
> to display as the extlink field with no link to the tiddler.
>
> I tried adapting these tiddlers, which looked promising, but that did 
> nothing.
>
> $:/PSaT/tagging-here/ListItemTemplate 
> $:/PSaT/tagging-here/ListItemTemplate 1 
>
> Any ideas?
>
> On Tuesday, December 15, 2020 at 5:49:40 PM UTC-6 TW Tones wrote:
>
>> David,
>>
>> This is too easy to solve.
>>
>> Install my macros attached and click on any tag pill, see how it extends 
>> the tag pill
>>
>> Then Clone $:/PSaT/copy-tag and make your own tiddler 
>> tagged $:/tags/TagDropdown
>> with your desired content.
>>
>> Regards
>> Tones
>>
>> On Wednesday, 16 December 2020 at 10:18:19 UTC+11 David Gifford wrote:
>>
>>> tweak, not twak.
>>>
>>> On Tuesday, December 15, 2020 at 5:17:56 PM UTC-6 David Gifford wrote:
>>>

 Ugh. Why does the tagging mechanism have to be so complicated?

 I created a list-search for all the tags in a file, where the tags show 
 as tag pills. But I would like the dropdown list of tiddlers (when 
 pressing 
 the tag pill) to show the equivalent of

 <$transclude field="extlink"/>

 instead of the equivalent of 

 <$link><$view field="title"/>

 The extlink field has [[name of tiddler|external link]] so when 
 clicking, the link will take you to the external website.

 Use case: an index of links to all my Spanish resources on different 
 parts of the Internet.

 Thanks in advance for any love.

>>>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a573fa25-2e14-4bca-957e-19e91635f849n%40googlegroups.com.


[tw5] Re: WidgetMessage: tm-new-tiddler with auto tagging

2020-12-16 Thread Michael Wiktowy
On Wednesday, December 16, 2020 at 11:00:16 AM UTC-4 Mark S. wrote:

> On Tuesday, December 15, 2020 at 8:10:42 PM UTC-8  wrote:
>
>> I often struggle with filter syntax so thanks for the counter-example as 
>> I find those easiest to learn from.
>>
>> In playing around with it, there is an interesting subtlety with Mark's 
>> solution that makes it slightly different/better.
>>
>>
> I admit my approach is a kludge. It was just submitted as an alternative. 
> It has the advantage of being slightly easier to read. Yours is probably 
> the proper way to do such things.
>  
>

Looking at the OPs format ... while these other options (sticking things in 
an actions macro in the widget or in the actions= or transcluding a filter 
into the button field= options) are available, could someone illuminate the 
formatting of the "hashmap" that needs to be provided with paramObject= if 
you want to use <$button message="tm-new-tiddler" param="Template1Button" 
paramObject= ...> and try to feed the tags in that way using Mark's method? 
Every message seems to have a paramObject option but none of the manual 
pages have an example of its use.

Thanks,
/Mike

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/de52c3f0-fdd7-451b-bedd-e8109e7870aan%40googlegroups.com.


[tw5] Re: [HelpRequest] tag pill dropdown twak

2020-12-16 Thread David Gifford
Hi Tones,

Alas, what is "too easy" for you is beyond the grasp of mere mortals such 
as I.

I was not looking for a way to add a button to the tag pill dropdown, as 
cool as that is. I was looking for a way to alter the functionality of the 
list of tiddlers at the bottom of the dropdown. I would like each of them 
to display as the extlink field with no link to the tiddler.

I tried adapting these tiddlers, which looked promising, but that did 
nothing.

$:/PSaT/tagging-here/ListItemTemplate 
$:/PSaT/tagging-here/ListItemTemplate 1 

Any ideas?

On Tuesday, December 15, 2020 at 5:49:40 PM UTC-6 TW Tones wrote:

> David,
>
> This is too easy to solve.
>
> Install my macros attached and click on any tag pill, see how it extends 
> the tag pill
>
> Then Clone $:/PSaT/copy-tag and make your own tiddler 
> tagged $:/tags/TagDropdown
> with your desired content.
>
> Regards
> Tones
>
> On Wednesday, 16 December 2020 at 10:18:19 UTC+11 David Gifford wrote:
>
>> tweak, not twak.
>>
>> On Tuesday, December 15, 2020 at 5:17:56 PM UTC-6 David Gifford wrote:
>>
>>>
>>> Ugh. Why does the tagging mechanism have to be so complicated?
>>>
>>> I created a list-search for all the tags in a file, where the tags show 
>>> as tag pills. But I would like the dropdown list of tiddlers (when pressing 
>>> the tag pill) to show the equivalent of
>>>
>>> <$transclude field="extlink"/>
>>>
>>> instead of the equivalent of 
>>>
>>> <$link><$view field="title"/>
>>>
>>> The extlink field has [[name of tiddler|external link]] so when 
>>> clicking, the link will take you to the external website.
>>>
>>> Use case: an index of links to all my Spanish resources on different 
>>> parts of the Internet.
>>>
>>> Thanks in advance for any love.
>>>
>>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d8debe49-09cc-49d4-bea1-06a83d46a35bn%40googlegroups.com.


[tw5] Re: WidgetMessage: tm-new-tiddler with auto tagging

2020-12-16 Thread 'Mark S.' via TiddlyWiki


On Tuesday, December 15, 2020 at 8:10:42 PM UTC-8  wrote:

> I often struggle with filter syntax so thanks for the counter-example as I 
> find those easiest to learn from.
>
> In playing around with it, there is an interesting subtlety with Mark's 
> solution that makes it slightly different/better.
>
>
I admit my approach is a kludge. It was just submitted as an alternative. 
It has the advantage of being slightly easier to read. Yours is probably 
the proper way to do such things.
 

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ba6b0478-f0ba-4f66-a4d2-d9077d855dd6n%40googlegroups.com.


[tw5] Re: WidgetMessage: tm-new-tiddler with auto tagging

2020-12-16 Thread 'Mark S.' via TiddlyWiki
I can explain what I *think* is happening. In reality, I just keep pounding 
until something works.

When assigning directly via *= *the {{{ code }}} returns a *string* 
formatted to look like a title list. Unfortunately, different runs inside 
are separated by a carriage return. The = assignment truncates after the 
carriage return.

So if you simply try something like this:

tags={{{ [{TaskTemplate!!tags}][] }}}  />

Current Tiddler will disappear. So you need the + in order that everything 
will get output as one string with no c/r. 

But if you use +, then you have to do something to every item in the first 
run. You can't just use addsuffix, because if you do,
and if the current tiddler has spaces in it's name, the generated string 
will look like each word in the current title is a tag. Thus you need to
add the brackets. This means that internally the current tiddler must be 
appended for every tag in the template, but de-duplication handles that.


On Tuesday, December 15, 2020 at 9:02:25 PM UTC-8 saq.i...@gmail.com wrote:

>
> Also, I was trying every operator to see if there was an alternative 
>> solution to manually wrapping the title with [[ and ]] using 
>> addprefix/suffix but there doesn't seem to be a replacement for the 
>> $vars/addprefix/addsuffix construction. 
>>
>>
> I am curious, what purpose is that serving here? 
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/72c596b3-771a-4914-b33c-f0b711554eb6n%40googlegroups.com.


Re: [tw5] [HelpRequest] Stamp the date and time as text so it does not change?

2020-12-16 Thread David Gifford
Thanks Mohammad! 

1. Looking at Ton's plugin, I see now that I had accidentally added 
quotations around the now macro. Getting rid of them from my tiddler did 
the trick.

2. Yes, I agree, Ton's stuff is amazing. A search for gerner in my toolmap 
shows I did add most of his plugins, but Insert timestamp was not one of 
them. Just added it.

Blessings.

On Tuesday, December 15, 2020 at 10:25:38 PM UTC-6 Mohammad wrote:

> Hi David,
>  One of the best is Insert Timestamp with ctrl+D shortcut from Ton Gerner
>  http://tongerner.tiddlyspot.com/
>
> Ton has created very useful tools but he never advertises them! 
> It is worth adding some of these tools to Tiddlywiki Toolmap.
> I am a fan of his great work on Tiddlywiki.
>
>
> Best wishes
> Mohammad
>
>
> On Tue, Dec 15, 2020 at 11:41 PM David Gifford  wrote:
>
>>
>> Hi all
>>
>> I was so pleased when I created this: 
>>
>>- 
>>
>> https://giffmex.org/gifts/documenting.tw.html#Insert%20the%20current%20time%20as%20text
>>
>> But now I realize it just inserts a macro that changes every time I 
>> update the tiddler.
>>
>> Is there a way to stamp the actual date and/or time as TEXT, so that the 
>> time does not update? Thinking of journaling, marking task start and end 
>> time, etc. Would be nice to have an editortoolbar that does this. I tried 
>> TiddlyTime but it does what the above link does, pasts a macro. I don't see 
>> that the other links in the toolmap do such a thing.
>>
>> Blessings! And thanks in advance.
>>
>> -- 
>> 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+...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/tiddlywiki/b64ad071-df91-4472-ba2f-8eaf9e4b5896n%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/bf6bebc6-d20b-44b3-939b-fecb721a6246n%40googlegroups.com.


Re: [tw5] Please vote for your favour banner for v5.1.23

2020-12-16 Thread Sylvain Naudin
Hi,
Even if you convert to path rather than manage it as a text object? And if 
needed, use after https://jakearchibald.github.io/svgomg/ ?

Sylvain

Le mercredi 16 décembre 2020 à 14:17:48 UTC+1, Atronoush a écrit :

> Thank you Jeremy,
>
>  Yes you are right. I did not note to this. I tried to embed the font, but 
> as you said the size of SVG is much bigger than png.
>  I hope next time I could propose a better design!
>
> Cheers
> Atronoush
>  
>
>
> On Tuesday, December 15, 2020 at 11:16:30 PM UTC+3:30 jeremy...@gmail.com 
> wrote:
>
>> Hi Atronoush
>>
>> Congratulations again!
>>
>> I send the high quality svg file plus png files again. The svg is only 
>> 9kb while png is 25kb. I testes the svg file on the 
>> https://tiddlywiki.com/prerelease/ and it is work fine.
>> If it is possible and using svg format is allowed, I may recommend to use 
>> the svg format instead of png.
>>
>>
>> The SVG looks like this on my system because I don’t have the “IRAN 
>> Rounded” font. To get around it one can convert the text to curves but that 
>> comes at the expense of a much larger file size.
>>
>> Best wishes
>>
>> Jeremy
>>
>>
>>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/761bfb90-4778-4fe5-a141-12deba2b9b77n%40googlegroups.com.


Re: [tw5] Please vote for your favour banner for v5.1.23

2020-12-16 Thread Atronoush
Thank you Jeremy,

 Yes you are right. I did not note to this. I tried to embed the font, but 
as you said the size of SVG is much bigger than png.
 I hope next time I could propose a better design!

Cheers
Atronoush
 


On Tuesday, December 15, 2020 at 11:16:30 PM UTC+3:30 jeremy...@gmail.com 
wrote:

> Hi Atronoush
>
> Congratulations again!
>
> I send the high quality svg file plus png files again. The svg is only 9kb 
> while png is 25kb. I testes the svg file on the 
> https://tiddlywiki.com/prerelease/ and it is work fine.
> If it is possible and using svg format is allowed, I may recommend to use 
> the svg format instead of png.
>
>
> The SVG looks like this on my system because I don’t have the “IRAN 
> Rounded” font. To get around it one can convert the text to curves but that 
> comes at the expense of a much larger file size.
>
> Best wishes
>
> Jeremy
>
>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/cd0e5246-0518-4338-96db-adc7a398b35dn%40googlegroups.com.


[tw5] YouTube Tutorials for TiddlyWiki

2020-12-16 Thread Manish Mohandas

Dear all 
Currently, Francis Meetze's playlist 
(https://www.youtube.com/watch?v=ZMGpAW0z_Bo) is the most prominent online 
tutorial covering the basics of TiddlyWiki. 

Are there any other online video tutorials that explore TiddlyWiki features 
which could be of use to non-programmers like me?

Thanks in advance. 

Regards
Manish

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/2141d861-2622-4fe6-81da-1348b3b01380n%40googlegroups.com.