[tw5] Re: Excising Large Outlines in TW

2021-07-23 Thread Mark Cubberley
Geez...this has been a slog... I'm on a Mac. The $ seems to be the culprit. I changed the filename from $__plugins_giffmex_subsume.json to plugins_giffmex_subsume.json and ran: tiddlywiki --load "__plugins_giffmex_subsume.json" --unpackplugin "$:/plugins/giffmex/subsume" --savewikifolder

[tw5] Re: Excising Large Outlines in TW

2021-07-23 Thread 'Mark S.' via TiddlyWiki
And the unpackplugin command just turns the plugin tiddlers into separate tiddlers in tiddler space, which isn't what you want. So that part doesn't seem necessary. On Friday, July 23, 2021 at 9:55:45 AM UTC-7 Mark S. wrote: > Oops. I removed double quotes from $__plugins_giffmex_subsume.json

[tw5] Re: Excising Large Outlines in TW

2021-07-23 Thread 'Mark S.' via TiddlyWiki
Oops. I removed double quotes from $__plugins_giffmex_subsume.json . On Friday, July 23, 2021 at 9:54:35 AM UTC-7 Mark S. wrote: > Oh. Are you running linux? I also changed double quotes to single quotes > around $:/plugins/giffmex/subsume so the shell doesn't interpret the $ as > a variable.

[tw5] Re: Excising Large Outlines in TW

2021-07-23 Thread 'Mark S.' via TiddlyWiki
Oh. Are you running linux? I also changed double quotes to single quotes around $:/plugins/giffmex/subsume so the shell doesn't interpret the $ as a variable. I'm wondering if the unpackplugin is even needed. On Friday, July 23, 2021 at 9:48:32 AM UTC-7 mark.cu...@gmail.com wrote: > I missed

[tw5] Re: Excising Large Outlines in TW

2021-07-23 Thread Mark Cubberley
I missed that in the example, thanks. I tried the following: tiddlywiki --load "$__plugins_giffmex_subsume.json" --unpackplugin "$:/plugins/giffmex/subsume" --savewikifolder "subsume" and got the same error... On Friday, July 23, 2021 at 11:53:07 AM UTC-4 Mark S. wrote: > The --unpackplugin

[tw5] Re: Excising Large Outlines in TW

2021-07-23 Thread 'Mark S.' via TiddlyWiki
The --unpackplugin takes the name of the tiddler, not of the JSON file (just delete ".json" from your unpackplugin command). It looks like after you're done you'll need to do some cleanup, moving subsume/plugins/subsume to plugins/subsume, and deleting the subsume directory. On Friday, July

[tw5] Re: Excising Large Outlines in TW

2021-07-23 Thread Mark Cubberley
Thanks for the help. I exported the $:/plugins/giffmex/subsume as a .json file and it yields $__plugins_giffmex_subsume.json. In the terminal: tiddlywiki --load "$__plugins_giffmex_subsume.json" --unpackplugin "$:/plugins/giffmex/subsume.json" --savewikifolder "subsume" and I get: Error:

[tw5] Re: Excising Large Outlines in TW

2021-07-22 Thread Saq Imtiaz
Mark you can save a plugin tiddler as a folder: https://links.tiddlywiki.com/urls/4b5e9c4afc6923035ef9/ Otherwise you can drag and drop the plugin to your wiki and import it and it will work, though it will only be installed for that specific wiki to which you dragged it. On Thursday, July

[tw5] Re: Excising Large Outlines in TW

2021-07-22 Thread Mark Cubberley
@David Is there a plugin folder to download. I'm not convinced I know how to install your plugin otherwise. I'm running TW via Node.js. On Wednesday, July 21, 2021 at 3:44:45 PM UTC-4 Mark Cubberley wrote: > @David > I have been keeping my eye on the Subsume threads and this plugin may be >

[tw5] Re: Excising Large Outlines in TW

2021-07-21 Thread Mark Cubberley
@David I have been keeping my eye on the Subsume threads and this plugin may be what I'm looking for. Between my naiveté of TW and, for the moment, a rather nebulous pedagogical project, I am not convinced I know what I'm asking, but I appreciate the reply nonetheless. @ Mark S. You are

[tw5] Re: Excising Large Outlines in TW

2021-07-21 Thread 'Mark S.' via TiddlyWiki
The official slicer edition does pretty much what you describe https://tiddlywiki.com/editions/text-slicer/ . But it uses a complicated relationship between the resulting tiddlers that may be difficult to manipulate. Notowritey (https://marxsal.github.io/various/notowritey.html) allows you to

[tw5] Re: Excising Large Outlines in TW

2021-07-21 Thread Mark Cubberley
My apologies. A cut-and-paste error compromised a link in my original post. My public TW is here (https://markcubberley.github.io). On Wednesday, July 21, 2021 at 1:06:42 PM UTC-4 Mark Cubberley wrote: > I have been using Soren’s Grok TiddlyWiki and his

[tw5] Re: Excising Large Outlines in TW

2021-07-21 Thread David Gifford
I doubt this fully addresses your question, but just so you are aware: my new Subsume plugin allows you to excise items as both links and detail elements, and thus create an outline in which you can view any number of levels from the top level, or "zoom in" to any level using the link. There