[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

[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. > >

[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

[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

[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

[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

[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