[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 "subsume"

and it works! The command also works without the unpackplugin (i.e., 
tiddlywiki --load "__plugins_giffmex_subsume.json" --savewikifolder 
"subsume").
Thanks for the help.
On Friday, July 23, 2021 at 1:00:33 PM UTC-4 Mark S. wrote:

> 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 .
>>
>> 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. 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 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 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 23, 2021 at 7:51:08 AM UTC-7 mark.cu...@gmail.com 
>>>>> wrote:
>>>>>
>>>>>> 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: No tiddlers found in file ".json"
>>>>>>
>>>>>> What am I missing?
>>>>>> On Thursday, July 22, 2021 at 4:36:56 PM UTC-4 saq.i...@gmail.com 
>>>>>> wrote:
>>>>>>
>>>>>>> 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 22, 2021 at 9:57:01 PM UTC+2 mark.cu...@gmail.com 
>>>>>>> wrote:
>>>>>>>
>>>>>>>> @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 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 correct. More often than

[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 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 23, 2021 at 7:51:08 AM UTC-7 mark.cu...@gmail.com wrote:
>
>> 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: No tiddlers found in file ".json"
>>
>> What am I missing?
>> On Thursday, July 22, 2021 at 4:36:56 PM UTC-4 saq.i...@gmail.com wrote:
>>
>>> 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 22, 2021 at 9:57:01 PM UTC+2 mark.cu...@gmail.com 
>>> wrote:
>>>
>>>> @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 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 correct. More often than not, there IS too much material and I 
>>>>> my intent is not to add more to an already dense curriculum. I see 
>>>>> systems 
>>>>> thinking as pedagogical strategy/framework for my teaching. (Systems 
>>>>> thinking in chemical education is new to me and to chemical education for 
>>>>> that matter.) I do not yet know what content I may have to sacrifice to 
>>>>> use 
>>>>> this pedagogy, nor if the loss of this content compromises the learning 
>>>>> objectives of the course(s). I am hoping to figure all this out in a 
>>>>> public 
>>>>> facing TW using these concept outlines as a knowledge base.
>>>>> On Wednesday, July 21, 2021 at 2:04:41 PM UTC-4 Mark S. wrote:
>>>>>
>>>>>> 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 split large texts using a regular expression. You can then 
>>>>>> manipulate items into a hierarchical arrangement in a manner similar to 
>>>>>> a 
>>>>>> regular outliner. The relationship is based on simple listing and 
>>>>>> tagging.
>>>>>>
>>>>>> I would imagine for a systems approach, you would have to add a great 
>>>>>> deal more of material. What I remember about chemistry is that they 
>>>>>> already 
>>>>>> give you too much material to remember and often assume you are familiar 
>>>>>> with processes and techniques that you have never encountered anywhere. 
>>>>>> As 
>>>>>> if someone just ripped pages out of your textbook and threw them away. 
>>>>>> Trying to see how you could fit MORE into the curriculum seems somewhat 
>>>>>> unkind.
>>>>>>
>>>>>> Another Mark
>&

[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: No tiddlers found in file ".json"

What am I missing?
On Thursday, July 22, 2021 at 4:36:56 PM UTC-4 saq.i...@gmail.com wrote:

> 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 22, 2021 at 9:57:01 PM UTC+2 mark.cu...@gmail.com wrote:
>
>> @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 
>>> 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 correct. More often than not, there IS too much material and I 
>>> my intent is not to add more to an already dense curriculum. I see systems 
>>> thinking as pedagogical strategy/framework for my teaching. (Systems 
>>> thinking in chemical education is new to me and to chemical education for 
>>> that matter.) I do not yet know what content I may have to sacrifice to use 
>>> this pedagogy, nor if the loss of this content compromises the learning 
>>> objectives of the course(s). I am hoping to figure all this out in a public 
>>> facing TW using these concept outlines as a knowledge base.
>>> On Wednesday, July 21, 2021 at 2:04:41 PM UTC-4 Mark S. wrote:
>>>
>>>> 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 split large texts using a regular expression. You can then 
>>>> manipulate items into a hierarchical arrangement in a manner similar to a 
>>>> regular outliner. The relationship is based on simple listing and tagging.
>>>>
>>>> I would imagine for a systems approach, you would have to add a great 
>>>> deal more of material. What I remember about chemistry is that they 
>>>> already 
>>>> give you too much material to remember and often assume you are familiar 
>>>> with processes and techniques that you have never encountered anywhere. As 
>>>> if someone just ripped pages out of your textbook and threw them away. 
>>>> Trying to see how you could fit MORE into the curriculum seems somewhat 
>>>> unkind.
>>>>
>>>> Another Mark
>>>>
>>>> On Wednesday, July 21, 2021 at 10:06:42 AM UTC-7 mark.cu...@gmail.com 
>>>> wrote:
>>>>
>>>>> I have been using Soren’s Grok TiddlyWiki and his Zettelkasten shell 
>>>>> over the last several weeks. Most of this time has been just getting 
>>>>> stuff 
>>>>> into TW and seeing what happens (or doesn't and trying to figure out 
>>>>> why). 
>>>>> I have not spent any time creating, connecting, etc.. The product of my 
>>>>> work thus far is here.
>>>>>
>>>>> I have two large outlines (GeneralChemistryACCMOutline and 
>>>>> OrganicChemistryACCMOutline) that delineate anchoring concept content 
>>>>> maps <https://pubs.acs.org/doi/10.1021/ed300049w> for most of the 
>>>>> undergraduate chemistry I teach. The hierarchy of these outlines is 
>>>>> identical at Level 1 (Big Ideas) and Level 2 (Enduring Understandings) 
>>>>> and 
>>>>> differ at Level 3 (Subdisciplinary Articulations) and Level 4 (Content 
>>>>> Details).
>>>>>
>>>>> I need to excise these outlines and then add open educational 
>>>>> resources (text, links to videos, images, and simula

[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 
> 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 correct. More often than not, there IS too much material and I my 
> intent is not to add more to an already dense curriculum. I see systems 
> thinking as pedagogical strategy/framework for my teaching. (Systems 
> thinking in chemical education is new to me and to chemical education for 
> that matter.) I do not yet know what content I may have to sacrifice to use 
> this pedagogy, nor if the loss of this content compromises the learning 
> objectives of the course(s). I am hoping to figure all this out in a public 
> facing TW using these concept outlines as a knowledge base.
> On Wednesday, July 21, 2021 at 2:04:41 PM UTC-4 Mark S. wrote:
>
>> 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 split large texts using a regular expression. You can then 
>> manipulate items into a hierarchical arrangement in a manner similar to a 
>> regular outliner. The relationship is based on simple listing and tagging.
>>
>> I would imagine for a systems approach, you would have to add a great 
>> deal more of material. What I remember about chemistry is that they already 
>> give you too much material to remember and often assume you are familiar 
>> with processes and techniques that you have never encountered anywhere. As 
>> if someone just ripped pages out of your textbook and threw them away. 
>> Trying to see how you could fit MORE into the curriculum seems somewhat 
>> unkind.
>>
>> Another Mark
>>
>> On Wednesday, July 21, 2021 at 10:06:42 AM UTC-7 mark.cu...@gmail.com 
>> wrote:
>>
>>> I have been using Soren’s Grok TiddlyWiki and his Zettelkasten shell 
>>> over the last several weeks. Most of this time has been just getting stuff 
>>> into TW and seeing what happens (or doesn't and trying to figure out why). 
>>> I have not spent any time creating, connecting, etc.. The product of my 
>>> work thus far is here.
>>>
>>> I have two large outlines (GeneralChemistryACCMOutline and 
>>> OrganicChemistryACCMOutline) that delineate anchoring concept content 
>>> maps <https://pubs.acs.org/doi/10.1021/ed300049w> for most of the 
>>> undergraduate chemistry I teach. The hierarchy of these outlines is 
>>> identical at Level 1 (Big Ideas) and Level 2 (Enduring Understandings) and 
>>> differ at Level 3 (Subdisciplinary Articulations) and Level 4 (Content 
>>> Details).
>>>
>>> I need to excise these outlines and then add open educational resources 
>>> (text, links to videos, images, and simulations, exercises, etc.) to the 
>>> resulting tiddlers.
>>>
>>> I am interested in your thoughts on how I might excise these outlines in 
>>> a (unique?) way that leverages TW’s utility/flexibility as a 
>>> content-management system considering:
>>>
>>>1. The order of Level 1 Big Ideas is consistent with the sequence of 
>>>instruction.
>>>2. I would like to somehow leverage TW and the connected, 
>>>context-free facts derived from these outlines to move away from a 
>>>reductionist approach to teaching and learning to a systems approach 
>>><https://www.nature.com/articles/s41570-018-0126> to teaching and 
>>>learning. 
>>>3. I do not yet know specifically how I am going to use this 
>>>resource in a teaching setting.
>>>4. I am new to TW…
>>>
>>> Thanks for your help.
>>>
>>> Mark
>>>
>>

-- 
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/0b824948-b9c3-4ca4-86bd-a99448cfd1fbn%40googlegroups.com.


[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 correct. More often than not, there IS too much material and I my 
intent is not to add more to an already dense curriculum. I see systems 
thinking as pedagogical strategy/framework for my teaching. (Systems 
thinking in chemical education is new to me and to chemical education for 
that matter.) I do not yet know what content I may have to sacrifice to use 
this pedagogy, nor if the loss of this content compromises the learning 
objectives of the course(s). I am hoping to figure all this out in a public 
facing TW using these concept outlines as a knowledge base.
On Wednesday, July 21, 2021 at 2:04:41 PM UTC-4 Mark S. wrote:

> 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 split large texts using a regular expression. You can then manipulate 
> items into a hierarchical arrangement in a manner similar to a regular 
> outliner. The relationship is based on simple listing and tagging.
>
> I would imagine for a systems approach, you would have to add a great deal 
> more of material. What I remember about chemistry is that they already give 
> you too much material to remember and often assume you are familiar with 
> processes and techniques that you have never encountered anywhere. As if 
> someone just ripped pages out of your textbook and threw them away. Trying 
> to see how you could fit MORE into the curriculum seems somewhat unkind.
>
> Another Mark
>
> On Wednesday, July 21, 2021 at 10:06:42 AM UTC-7 mark.cu...@gmail.com 
> wrote:
>
>> I have been using Soren’s Grok TiddlyWiki and his Zettelkasten shell over 
>> the last several weeks. Most of this time has been just getting stuff into 
>> TW and seeing what happens (or doesn't and trying to figure out why). I 
>> have not spent any time creating, connecting, etc.. The product of my work 
>> thus far is here.
>>
>> I have two large outlines (GeneralChemistryACCMOutline and 
>> OrganicChemistryACCMOutline) that delineate anchoring concept content 
>> maps  for most of the 
>> undergraduate chemistry I teach. The hierarchy of these outlines is 
>> identical at Level 1 (Big Ideas) and Level 2 (Enduring Understandings) and 
>> differ at Level 3 (Subdisciplinary Articulations) and Level 4 (Content 
>> Details).
>>
>> I need to excise these outlines and then add open educational resources 
>> (text, links to videos, images, and simulations, exercises, etc.) to the 
>> resulting tiddlers.
>>
>> I am interested in your thoughts on how I might excise these outlines in 
>> a (unique?) way that leverages TW’s utility/flexibility as a 
>> content-management system considering:
>>
>>1. The order of Level 1 Big Ideas is consistent with the sequence of 
>>instruction.
>>2. I would like to somehow leverage TW and the connected, 
>>context-free facts derived from these outlines to move away from a 
>>reductionist approach to teaching and learning to a systems approach 
>> to teaching and 
>>learning. 
>>3. I do not yet know specifically how I am going to use this resource 
>>in a teaching setting.
>>4. I am new to TW…
>>
>> Thanks for your help.
>>
>> Mark
>>
>

-- 
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/793e6ad4-26b4-4e64-aa37-15312db21e61n%40googlegroups.com.


[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>
 (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 Zettelkasten shell over 
> the last several weeks. Most of this time has been just getting stuff into 
> TW and seeing what happens (or doesn't and trying to figure out why). I 
> have not spent any time creating, connecting, etc.. The product of my work 
> thus far is here.
>
> I have two large outlines (GeneralChemistryACCMOutline and 
> OrganicChemistryACCMOutline) that delineate anchoring concept content maps 
> <https://pubs.acs.org/doi/10.1021/ed300049w> for most of the 
> undergraduate chemistry I teach. The hierarchy of these outlines is 
> identical at Level 1 (Big Ideas) and Level 2 (Enduring Understandings) and 
> differ at Level 3 (Subdisciplinary Articulations) and Level 4 (Content 
> Details).
>
> I need to excise these outlines and then add open educational resources 
> (text, links to videos, images, and simulations, exercises, etc.) to the 
> resulting tiddlers.
>
> I am interested in your thoughts on how I might excise these outlines in a 
> (unique?) way that leverages TW’s utility/flexibility as a 
> content-management system considering:
>
>1. The order of Level 1 Big Ideas is consistent with the sequence of 
>instruction.
>2. I would like to somehow leverage TW and the connected, context-free 
>facts derived from these outlines to move away from a reductionist 
> approach 
>to teaching and learning to a systems approach 
><https://www.nature.com/articles/s41570-018-0126> to teaching and 
>learning. 
>3. I do not yet know specifically how I am going to use this resource 
>in a teaching setting.
>4. I am new to TW…
>
> Thanks for your help.
>
> Mark
>

-- 
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/be235a6a-0ee6-4a40-b8ab-49fc08988c14n%40googlegroups.com.


[tw5] Excising Large Outlines in TW

2021-07-21 Thread Mark Cubberley
I have been using Soren’s Grok TiddlyWiki and his Zettelkasten shell over 
the last several weeks. Most of this time has been just getting stuff into 
TW and seeing what happens (or doesn't and trying to figure out why). I 
have not spent any time creating, connecting, etc.. The product of my work 
thus far is here .

I have two large outlines (GeneralChemistryACCMOutline and 
OrganicChemistryACCMOutline) that delineate anchoring concept content maps 
 for most of the undergraduate 
chemistry I teach. The hierarchy of these outlines is identical at Level 1 
(Big Ideas) and Level 2 (Enduring Understandings) and differ at Level 3 
(Subdisciplinary Articulations) and Level 4 (Content Details).

I need to excise these outlines and then add open educational resources 
(text, links to videos, images, and simulations, exercises, etc.) to the 
resulting tiddlers.

I am interested in your thoughts on how I might excise these outlines in a 
(unique?) way that leverages TW’s utility/flexibility as a 
content-management system considering:

   1. The order of Level 1 Big Ideas is consistent with the sequence of 
   instruction.
   2. I would like to somehow leverage TW and the connected, context-free 
   facts derived from these outlines to move away from a reductionist approach 
   to teaching and learning to a systems approach 
    to teaching and 
   learning. 
   3. I do not yet know specifically how I am going to use this resource in 
   a teaching setting.
   4. I am new to TW…

Thanks for your help.

Mark

-- 
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/7be2e9cb-3110-46d8-bc8e-72489d7fe79dn%40googlegroups.com.


[tw5] Re: A tour through my Zettelkasten

2021-06-28 Thread Mark Cubberley
Is there any chance your filter missed the OpenQuestions tiddler as well?

On Sunday, April 18, 2021 at 11:55:35 AM UTC-4 Soren Bjornstad wrote:

> Looks like my filter missed the TODO tiddler, which should contain:
>
> \define todore() \[\[TODO\]\]:
> \define splitre() [\.\?!]
>
> To add a TODO item to this list, simply link to [[TODO]].
>
> 
> <$list filter="[[TODO]backlinks[]] -[[TODO]]" variable=outer>
>   <$list 
> filter="[get[text]splitregexplast[]splitregexpfirst[]]"
>  
> variable=inner>
>   <$link to=<>/>
> ''TODO:'' <>.
> 
> 
> 
>
> On Sunday, April 18, 2021 at 10:23:28 AM UTC-5 ludwa6 wrote:
>
>> Good to know, Soren, but first i have to get the basics under control, 
>> like: TODO items!  
>>
>> About that, you say in your video at 28'47" 
>>  : "*Anywhere that i write the word 
>> todo in square brackets, so link to the tiddler todo, gets automatically 
>> pulled in here"* -here being presumably TODO tab of "Write" feature, 
>> since that is the context.  I have tried this a number of ways -with square 
>> brackets of both types: single (would have to be by some magic i don't see, 
>> but since you didn't say "DOUBLE"...) and double (creating a missing 
>> tiddler, which i then activated, tagged "Stub"), whether as TODO uppercase 
>> or lower... Nothing shows up as expected in that tab, at all.
>>
>> So what am i missing here, i wonder?
>>
>> /walt
>>
>> On Sunday, April 18, 2021 at 3:31:11 PM UTC+1 Soren Bjornstad wrote:
>>
>>> Oh, to convert a single-file wiki to Node.js, all you need is:
>>>
>>> tiddlywiki --load path/to/single/file.html --savewikifolder 
>>> path/to/output/folder
>>>
>>> You could even do this as a first step in the script above, if you 
>>> wanted to normally edit in single-file mode but use the automated build.
>>>
>>> On Sunday, April 18, 2021 at 9:02:28 AM UTC-5 ludwa6 wrote:
>>>
 Thank-you Soren, but to be clear: I'm working in single-file mode, 
 since i was unable to find a way to convert your file to node.js, though 
 that would probably make for a more elegant solution [*]... But the 
 "manual" method you propose below (with slight adaptation, see below) is 
 sufficiently well-automated, it makes my workflow relatively painless, as 
 follows:

1. In TiddlyDesktop (where i am managing a fair mitt-full of TW5 
instances), finish my days edits with a review to ensure tag "Public" 
 is on 
all the right tiddlers, and none other;
2. In $:/AdvancedSearch, run the filter-  [tag[Public]!is[system]]  
-and upload the result set as .json, to...
3. Drag & drop that .json file into the my local PUBLIC instance 
(subset of the above), which is they synced to...
4. My github.io repo  : pull from there 
(just to ensure there are no conflicting edits), then 
 commit/comment/push 
changes online.

 NB: I'm using Atom text editor (on Mac, b/t/w, not Windows) for the 
 last step, just because i like its change management workflow, but there's 
 a desktop app for Github that is probably the most intuitive GuI app for 
 this purpose.

 [*] As to that more elegant solution: if it were a node.js instance i 
 had in github, then i can see how it might be easier to manage a dataflow 
 based on individual tiddlers, instead of one big .html file -especially if 
 others were to be engaged in collaborative editing (via Github Pull 
 Request)... But that's a bridge too far for me to even think about at this 
 point.  Gotta play with this for a while first IMCST (In My Copious Spare 
 Time -ha!), in the hope that it will at some point save me more time than 
 it costs me to manage it -the most important question to ask of any 
 database app, i guess, yes?

 /walt


 On Sunday, April 18, 2021 at 1:35:05 PM UTC+1 Soren Bjornstad wrote:

> A manual option would be to go to $:/AdvancedSearch, type in the 
> filter you want to export (e.g., [tag[Public]] [is[system]]), use the 
> export button to the right of the search box to export as JSON, and then 
> import that JSON file into a fresh empty.html and publish that HTML file.
>
> That said, since you are already using Node.js, automating this with 
> "command-line voodoo" isn't that hard, and then it will do everything for 
> you with one command, without a chance of making mistakes. Here's a 
> simplified version of what I use. I'm guessing you're using Windows, but 
> if 
> so and you have github.io set up, you probably already have Git for 
> Windows installed, which will be enough to run a Bash script like the one 
> below. Mac/Linux will run this script out of the box
>


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving 

[tw5] Re: Stroll with Node.js

2020-07-24 Thread Mark Cubberley
I appreciate the help 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/b70d12fc-3229-44a3-9621-fe88989e5b31o%40googlegroups.com.


[tw5] Re: Stroll with Node.js

2020-07-23 Thread Mark Cubberley
Thanks for the quick response! I'm not sure what I have in my Stroll plugin 
folder now but it looks like a mix of the Stroll files and the supporting 
plugins. I'm not convinced I understand then how to get the Stroll files 
and then the supporting plugin files when I'm using Stroll with Node.js.

I can start from scratch (as I haven't generated any content yet) but I'm 
not sure how to go about doing it from David'd blank site. Can you direct 
me to a thread or site with more explicit instructions?

Thanks.

-- 
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/6c254932-3c62-4202-8984-922b4745256do%40googlegroups.com.


[tw5] Re: Stroll with Node.js

2020-07-23 Thread Mark Cubberley
My apologies. I'm brand new to Stroll/TiddlyWiki. I added the Stroll files 
to a Stroll directory as well as a plugin.info file. When I restart node, I 
can see the Stroll plugin but a tiddler lacks a text box (see below). Am I 
missing something fundamental here?



[image: Screen Shot 2020-07-23 at 3.47.45 PM.png]






On Wednesday, July 8, 2020 at 1:04:08 PM UTC-4, Mark S. wrote:
>
> Note that many of the tiddlers you have in your collection actually belong 
> to other people's plugins. It would probably be best to keep the 
> functionality of Stroll separate from that of the other tiddlers. 
>
> Since you're using node, and already have separated tiddlers, you're only 
> a few steps away from making your own local plugin folder.
>
> Make a folder "plugins" at the same level as "tiddlers". Make a folder 
> below plugins, perhaps "stroll". Move your Stroll files into the stroll 
> directory. Find a copy of "plugin.info" from some existing node project 
> and copy it into "stroll". Edit it with a text editor to indicate the 
> actual working version, compatibility, title, description, etc.
>
> Now when you restart node, there should be a stroll plugin. 
>
> HTH
>
> On Wednesday, July 8, 2020 at 9:20:39 AM UTC-7, Christoffer Samuelsson 
> wrote:
>>
>> Hello. I am using Stroll with 
>> Node.js and figured out that Stroll is not a plugin but actually a 
>> collection of plugins/overrides/configs that are bundled toghether as 
>> Tiddlers. In other words, it cannot be referenced in the tiddlywiki.info 
>>  config 
>> file.
>>
>> I've mananged to make Stroll a "plugin" by creating a separate "Stroll" 
>> folder inside the default "tiddlers" folder, and transfering all effected 
>> *$__* files into that folder, which practiacally makes it an individual 
>> plugin.
>>
>> Is there a repo where Stroll is downloadable as a PluginFolder 
>>  ?
>>
>> Regards,
>> Christoffer
>>
>

-- 
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/fef4a8dc-b32c-40e6-b297-ec8e8a11f69eo%40googlegroups.com.