[tw5] Re: triggering send-message from a permalink URL

2022-10-09 Thread K P
I see what you mean, It works in browser, but i can't get it to trigger 
from commandline.
I was unaware of the StartupAction tags, and so now i need to go read up 
more.



On Sunday, October 9, 2022 at 10:31:52 PM UTC-5 Eric Shulman wrote:

> Try this:
>
> 1) In your TiddlyWiki, create a new tiddler named "download", containing:
> ```
> \import $:/plugins/benwebber/dnd/ui/Buttons/export-player-edition
> <$list filter="[{$:/info/url/search}match[?download]]">
><>
> 
> ```
> 2) tag this tiddler with `$:/tags/StartupAction/PostRender`
>
> Then, to trigger the action from a URI, add `?download` to the end of the 
> URI.  The result should be the same as using the "Export Player Edition" 
> button from the sidebar page controls.
>
> Note that I tested this by loading into a browser.  It might not work when 
> using wget, as "$:/tags/StartupAction/PostRender" is only triggered when 
> running in a browser.  I also tried "$:/tags/StartupAction", which should 
> work even without a browser (i.e., using wget), but it didn't seem to work 
> for my tests, and I'm not sure why.
>
> Let me know how it goes...
>
> -e
> On Sunday, October 9, 2022 at 7:22:14 PM UTC-7 myst...@gmail.com wrote:
>
>> I am using Ben Weber's DND campaign tools twiki (
>> https://benwebber.github.io/tiddlywiki-dnd/).
>> It has a feature to export a copy of the twiki that only include 
>> non-system tiddlers w/ the 'Public' tag.  Core to that feature is calling 
>> send-message 'tm-download-file'.
>>
>> I am looking for a way to automate this via a cron and wget.
>>
>> I've been looking but am at a loss of a way to trigger an action widget 
>> via direct URl call.
>>
>> Any suggestions would be most appreciated.
>>
>

-- 
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/f63b3dee-e0c6-4207-8a92-1cc02f71e102n%40googlegroups.com.


[tw5] Re: triggering send-message from a permalink URL

2022-10-09 Thread Eric Shulman
Try this:

1) In your TiddlyWiki, create a new tiddler named "download", containing:
```
\import $:/plugins/benwebber/dnd/ui/Buttons/export-player-edition
<$list filter="[{$:/info/url/search}match[?download]]">
   <>

```
2) tag this tiddler with `$:/tags/StartupAction/PostRender`

Then, to trigger the action from a URI, add `?download` to the end of the 
URI.  The result should be the same as using the "Export Player Edition" 
button from the sidebar page controls.

Note that I tested this by loading into a browser.  It might not work when 
using wget, as "$:/tags/StartupAction/PostRender" is only triggered when 
running in a browser.  I also tried "$:/tags/StartupAction", which should 
work even without a browser (i.e., using wget), but it didn't seem to work 
for my tests, and I'm not sure why.

Let me know how it goes...

-e
On Sunday, October 9, 2022 at 7:22:14 PM UTC-7 myst...@gmail.com wrote:

> I am using Ben Weber's DND campaign tools twiki (
> https://benwebber.github.io/tiddlywiki-dnd/).
> It has a feature to export a copy of the twiki that only include 
> non-system tiddlers w/ the 'Public' tag.  Core to that feature is calling 
> send-message 'tm-download-file'.
>
> I am looking for a way to automate this via a cron and wget.
>
> I've been looking but am at a loss of a way to trigger an action widget 
> via direct URl call.
>
> Any suggestions would be most appreciated.
>

-- 
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/05edc15d-6242-4ecd-acfe-356f7e70ce3en%40googlegroups.com.


[tw5] triggering send-message from a permalink URL

2022-10-09 Thread K P
I am using Ben Weber's DND campaign tools twiki 
(https://benwebber.github.io/tiddlywiki-dnd/).
It has a feature to export a copy of the twiki that only include non-system 
tiddlers w/ the 'Public' tag.  Core to that feature is calling send-message 
'tm-download-file'.

I am looking for a way to automate this via a cron and wget.

I've been looking but am at a loss of a way to trigger an action widget via 
direct URl call.

Any suggestions would be most appreciated.

-- 
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/98a4cc7d-4b9a-4541-8832-679a5116ca03n%40googlegroups.com.


[tw5] Re: hide some menu items from the "More" tab

2022-10-09 Thread mobil...@gmail.com
That is amazing, this thing is alive.

On Sunday, October 9, 2022 at 11:56:46 PM UTC+1 Brian Radspinner wrote:

> View the tiddler you made for the Contents tab, and click on the tag pill 
> for *$:/tags/SideBar*. In the menu that pops up, drag & drop the items 
> up/down to re-arrange them.
>
> On Sunday, October 9, 2022 at 3:43:15 PM UTC-7 mobil...@gmail.com wrote:
>
>> Is there a way to reorder these tabs horizontally?
>> [image: 2022-10-09_23-41.png]
>>
>> On Sunday, October 9, 2022 at 12:50:57 AM UTC+1 Brian Radspinner wrote:
>>
>>> This is why I made my Sidebar Tabs Organizer 
>>> . I can check-uncheck boxes 
>>> to show/hide/move tabs easily from the Control Panel.
>>>
>>> [image: CtrlPanel-TabsTab.jpg]
>>>
>>> On Friday, October 7, 2022 at 4:23:53 PM UTC-7 mobil...@gmail.com wrote:
>>>
 [image: 2022-10-08_00-21.png]
 How do I hide those items?

>>>

-- 
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/4aae1d71-970b-47fa-aae1-b528b1bd69d1n%40googlegroups.com.


[tw5] Re: hide some menu items from the "More" tab

2022-10-09 Thread Brian Radspinner
View the tiddler you made for the Contents tab, and click on the tag pill 
for *$:/tags/SideBar*. In the menu that pops up, drag & drop the items 
up/down to re-arrange them.

On Sunday, October 9, 2022 at 3:43:15 PM UTC-7 mobil...@gmail.com wrote:

> Is there a way to reorder these tabs horizontally?
> [image: 2022-10-09_23-41.png]
>
> On Sunday, October 9, 2022 at 12:50:57 AM UTC+1 Brian Radspinner wrote:
>
>> This is why I made my Sidebar Tabs Organizer 
>> . I can check-uncheck boxes 
>> to show/hide/move tabs easily from the Control Panel.
>>
>> [image: CtrlPanel-TabsTab.jpg]
>>
>> On Friday, October 7, 2022 at 4:23:53 PM UTC-7 mobil...@gmail.com wrote:
>>
>>> [image: 2022-10-08_00-21.png]
>>> How do I hide those items?
>>>
>>

-- 
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/2738552e-cb39-4261-b5dd-aea66f616ed3n%40googlegroups.com.


[tw5] Re: hide some menu items from the "More" tab

2022-10-09 Thread mobil...@gmail.com
Is there a way to reorder these tabs horizontally?
[image: 2022-10-09_23-41.png]

On Sunday, October 9, 2022 at 12:50:57 AM UTC+1 Brian Radspinner wrote:

> This is why I made my Sidebar Tabs Organizer 
> . I can check-uncheck boxes to 
> show/hide/move tabs easily from the Control Panel.
>
> [image: CtrlPanel-TabsTab.jpg]
>
> On Friday, October 7, 2022 at 4:23:53 PM UTC-7 mobil...@gmail.com wrote:
>
>> [image: 2022-10-08_00-21.png]
>> How do I hide those items?
>>
>

-- 
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/9a24e09d-6db6-4a62-8395-b9388cd16dc7n%40googlegroups.com.


[tw5] Re: SOS tagging help

2022-10-09 Thread mobil...@gmail.com
I think this is what I need:
Adding a table of contents to the sidebar: TiddlyWiki — a non-linear 
personal web notebook 

Thanks.

On Sunday, October 9, 2022 at 1:46:24 AM UTC+1 Eric Shulman wrote:

> After tagging, the tiddler "Intro" shows a tag pill for "Dervla Murphy".
> Clicking this tag pill shows a drop down that includes a link to the 
> "Intro" tiddler.
>
> Note that, while there is also a tiddler named "Dervla Murphy", that 
> tiddler does not *automatically* show a list of tiddlers that are tagged 
> with that title.  To have the "Dervla Murphy" tiddler show a list of tagged 
> tiddlers, you need to add some content to it... something like this:
> ```
> <]">>
> ```
>
> enjoy,
> -e
> On Saturday, October 8, 2022 at 5:27:44 PM UTC-7 mobil...@gmail.com wrote:
>
>> I added the tag "Dervla Murphy" to my tiddler "Intro", yet it's not 
>> listed under Dervla Murphy.
>> What am I doing wrong?
>>
>

-- 
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/59cf1662-9f86-492f-b165-372bdd68e16bn%40googlegroups.com.