[tw5] Re: A tour through my Zettelkasten

2021-10-06 Thread Soren Bjornstad
The page that's linked in the Talk TW thread explains where you can get it:
https://sobjornstad.github.io/tzk/

On Tuesday, October 5, 2021 at 10:20:42 PM UTC-5 James wrote:

> Hi Soren,
> Do you have an empty Tiddly Zettelkasten that we could download and use?
>
> On Thursday, 23 September 2021 at 00:51:25 UTC+8 Soren Bjornstad wrote:
>
>> The Zettelkasten edition I talked about wanting to get together is public 
>> now. It's still alpha-ish, but in much better shape than the version I 
>> published here. You can find a link and continue discussion of it on this 
>> thread:
>>
>>
>> https://talk.tiddlywiki.org/t/introducing-tzk-tiddlyzettelkasten-edition/834
>>
>> On Monday, June 28, 2021 at 12:51:14 PM UTC-5 Soren Bjornstad wrote:
>>
>>> Probably did, but right now that one is more or less just <>> "[[OpenQuestion]backlinks[]]">> -- there's no special functionality for 
>>> selecting questions out of the tiddlers. That's something I'd like to 
>>> improve in the future.
>>>
>>> On Monday, June 28, 2021 at 12:12:30 PM UTC-5 mark.cu...@gmail.com 
>>> wrote:
>>>
 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 

[tw5] Re: A tour through my Zettelkasten

2021-10-05 Thread James
Hi Soren,
Do you have an empty Tiddly Zettelkasten that we could download and use?

On Thursday, 23 September 2021 at 00:51:25 UTC+8 Soren Bjornstad wrote:

> The Zettelkasten edition I talked about wanting to get together is public 
> now. It's still alpha-ish, but in much better shape than the version I 
> published here. You can find a link and continue discussion of it on this 
> thread:
>
>
> https://talk.tiddlywiki.org/t/introducing-tzk-tiddlyzettelkasten-edition/834
>
> On Monday, June 28, 2021 at 12:51:14 PM UTC-5 Soren Bjornstad wrote:
>
>> Probably did, but right now that one is more or less just <> "[[OpenQuestion]backlinks[]]">> -- there's no special functionality for 
>> selecting questions out of the tiddlers. That's something I'd like to 
>> improve in the future.
>>
>> On Monday, June 28, 2021 at 12:12:30 PM UTC-5 mark.cu...@gmail.com wrote:
>>
>>> 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 

[tw5] Re: A tour through my Zettelkasten

2021-09-22 Thread Soren Bjornstad
The Zettelkasten edition I talked about wanting to get together is public 
now. It's still alpha-ish, but in much better shape than the version I 
published here. You can find a link and continue discussion of it on this 
thread:

https://talk.tiddlywiki.org/t/introducing-tzk-tiddlyzettelkasten-edition/834

On Monday, June 28, 2021 at 12:51:14 PM UTC-5 Soren Bjornstad wrote:

> Probably did, but right now that one is more or less just < "[[OpenQuestion]backlinks[]]">> -- there's no special functionality for 
> selecting questions out of the tiddlers. That's something I'd like to 
> improve in the future.
>
> On Monday, June 28, 2021 at 12:12:30 PM UTC-5 mark.cu...@gmail.com wrote:
>
>> 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 
>>> 

[tw5] Re: A tour through my Zettelkasten

2021-06-28 Thread Soren Bjornstad
Probably did, but right now that one is more or less just <> -- there's no special functionality for 
selecting questions out of the tiddlers. That's something I'd like to 
improve in the future.

On Monday, June 28, 2021 at 12:12:30 PM UTC-5 mark.cu...@gmail.com wrote:

> 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 

[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: A tour through my Zettelkasten

2021-05-07 Thread TiddlyTweeter
Ciao Soren

I finally got round to looking at your  Zettelkasten.

The information design is interesting and good, being pretty accordant with 
Niklas 
Luhmann's  conception of *the 
Z*.

One interesting issue relevant to current debates in this group is that 
*traditional  
Zettelkasten NEVER change UIDs*. 
Luhmann, working on paper, set a "title" and never changed it thereafter.
I think that much/most of the time that is a very good approach *(depends a 
bit on the specific app., I guess?).*

ON to what I really did in your wiki. I actually *read* a lot of it. 
Your notes about your colour blindness (base: Colorblind Person 
) 
are *very* interesting.
Your, *kinda, *"thinking in color" notes are fascinating (e.g. Colorization 
).

Best wishes,
TT


*Soren Bjornstad wrote:*

> *For those who have been interested in my public Zettelkasten wiki ...*
>

-- 
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/6c755952-dd71-4dd7-b7a5-99ca7fd80a88n%40googlegroups.com.


[tw5] Re: A tour through my Zettelkasten

2021-05-06 Thread Cs Molnar
Soren, your PAO tiddler mentions another tiddler called PaoList, but I 
can't find it in your empty TW above or in your public wiki. The same is 
true for the RelationshipValueTool tiddler in the Source tiddler. Could you 
perhaps share those tiddlers?

I also noticed that the SourceList tiddler is not in your empty version, 
but it is in your public wiki. So you might want to add it to the empty 
version.

ja...@baty.net a következőt írta (2021. május 5., szerda, 23:44:05 UTC+2):

> I ended up just repeatedly bisecting the tiddler files until it broke. The 
> error was thrown because there was one empty (zero-byte) tiddler. I thought 
> I'd checked for that originally but must have missed it.
>
> I was using the empty file that Soren provided earlier in this thread. Now 
> I have to decide if I want to go back to my original version or steal 
> (ehem, borrow) what Soren's done, since it pretty much nails it.
>
> Anyway, thanks!
>
> On Wednesday, May 5, 2021 at 3:29:30 PM UTC-4 Jack Baty wrote:
>
>> This looks to have nothing to do with Soren's script. It fails simply 
>> doing this...
>>
>> tiddlywiki rl-wiki --savewikifolder public-wiki/wiki
>>
>> 1680 of 2200 tiddlers are exported. Still don't know how to find the 
>> offending tiddler(s) though :)
>>
>> On Wednesday, May 5, 2021 at 2:57:56 PM UTC-4 Jack Baty wrote:
>>
>>> Thanks for this, Soren. I was practically hyperventilating while 
>>> watching the video as I watched you address one thing after another that I 
>>> struggle with. Namely, the public vs private distinction. Your approach is 
>>> exactly what I would like to use.
>>>
>>> Your script works great on a test subset of my wiki, but I am getting an 
>>> error running it with all 2000+ tidders. I used Tiddler Commander to tag 
>>> everything (non-System) with a Public tag, since everything so far has been 
>>> public. Running the update script I get the following error.
>>>
>>>
>>> ./scripts/publish.sh
>>> Exporting public tiddlers...
>>> node:internal/fs/utils:847
>>> throw new ERR_INVALID_ARG_TYPE(
>>> ^
>>>
>>> TypeError [ERR_INVALID_ARG_TYPE]: The "data" argument must be of type 
>>> string or an instance of Buffer, TypedArray, or DataView. Received undefined
>>> at Object.writeFileSync (node:fs:1545:5)
>>> at Object.exports.saveTiddlerToFileSync 
>>> ($:/core/modules/utils/filesystem.js:441:6)
>>> at WikiFolderMaker.saveTiddler 
>>> ($:/core/modules/commands/savewikifolder.js:165:12)
>>> at $:/core/modules/commands/savewikifolder.js:103:11
>>> at Object.$tw.utils.each 
>>> (/Users/jbaty/tmp/rudimentarylathe/node_modules/tiddlywiki/boot/boot.js:126:12)
>>> at WikiFolderMaker.save 
>>> ($:/core/modules/commands/savewikifolder.js:79:12)
>>> at Command.execute ($:/core/modules/commands/savewikifolder.js:39:25)
>>> at Commander.executeNextCommand ($:/core/modules/commander.js:107:14)
>>> at Commander.execute ($:/core/modules/commander.js:64:7)
>>> at Object.exports.startup ($:/core/modules/startup/commands.js:34:12) {
>>> code: 'ERR_INVALID_ARG_TYPE'
>>> }
>>> Externalizing images...
>>> Compiling single HTML file...
>>> Not pushing the wiki to GitHub because the --push switch was not 
>>> provided.
>>>
>>>
>>> I assume that there's a tiddler in there somewhere that's either badly 
>>> formed or missing something, but I have no idea how to track it down. If 
>>> anyone recognized this error or knows how I might find the problem, I'd 
>>> love to know about it.
>>>
>>> My other option is to recreate the wiki and import a handful at a time 
>>> until it breaks, but I'd like to avoid that if possible.
>>>
>>> Thanks,
>>>
>>> Jack
>>>
>>> On Tuesday, May 4, 2021 at 9:29:50 PM UTC-4 rika.s...@gmail.com wrote:
>>>
 Hey, everyone! I'm passionate about Zettelkasten too. If you haven't 
 seen Ross Ashby's digital Zettelkasten archive, it's worth checking out. 
 http://rossashby.info/

 On Sunday, May 2, 2021 at 4:09:38 PM UTC-4 bimlas wrote:

> Soren,
>
> Thank you for bringing the TiddlyWiki and Zettelkasten communities one 
> step closer. I think these two groups are very close to each other, just 
> the two parties just don’t know each other enough.
>
> I have read your notes and I would like to comment on a few:
>
> https://zettelkasten.sorenbjornstad.com/#DataAsKnowledgeGraph
>
> This may not be exactly what the description is about, but for some 
> reason the description is reminiscent of a solution where you basically 
> navigate between tables, but you are very free to do so. Read the 
> description firtst on 
> https://groups.google.com/g/tiddlywiki/c/Re11x96t-qI/m/WoqDEuJzGQAJ, 
> then try out on 
> https://bimlas.gitlab.io/demo/tw5/property-comparison.html
>
> https://zettelkasten.sorenbjornstad.com/#FullTextSearch
>
> Here is a very good description of the topic: 
> https://tefkos.comminfo.rutgers.edu/Courses/e530/Readings/Beal%202008%20full%20text%20searching.pdf
>
> 

[tw5] Re: A tour through my Zettelkasten

2021-05-05 Thread Jack Baty
I ended up just repeatedly bisecting the tiddler files until it broke. The 
error was thrown because there was one empty (zero-byte) tiddler. I thought 
I'd checked for that originally but must have missed it.

I was using the empty file that Soren provided earlier in this thread. Now 
I have to decide if I want to go back to my original version or steal 
(ehem, borrow) what Soren's done, since it pretty much nails it.

Anyway, thanks!

On Wednesday, May 5, 2021 at 3:29:30 PM UTC-4 Jack Baty wrote:

> This looks to have nothing to do with Soren's script. It fails simply 
> doing this...
>
> tiddlywiki rl-wiki --savewikifolder public-wiki/wiki
>
> 1680 of 2200 tiddlers are exported. Still don't know how to find the 
> offending tiddler(s) though :)
>
> On Wednesday, May 5, 2021 at 2:57:56 PM UTC-4 Jack Baty wrote:
>
>> Thanks for this, Soren. I was practically hyperventilating while watching 
>> the video as I watched you address one thing after another that I struggle 
>> with. Namely, the public vs private distinction. Your approach is exactly 
>> what I would like to use.
>>
>> Your script works great on a test subset of my wiki, but I am getting an 
>> error running it with all 2000+ tidders. I used Tiddler Commander to tag 
>> everything (non-System) with a Public tag, since everything so far has been 
>> public. Running the update script I get the following error.
>>
>>
>> ./scripts/publish.sh
>> Exporting public tiddlers...
>> node:internal/fs/utils:847
>> throw new ERR_INVALID_ARG_TYPE(
>> ^
>>
>> TypeError [ERR_INVALID_ARG_TYPE]: The "data" argument must be of type 
>> string or an instance of Buffer, TypedArray, or DataView. Received undefined
>> at Object.writeFileSync (node:fs:1545:5)
>> at Object.exports.saveTiddlerToFileSync 
>> ($:/core/modules/utils/filesystem.js:441:6)
>> at WikiFolderMaker.saveTiddler 
>> ($:/core/modules/commands/savewikifolder.js:165:12)
>> at $:/core/modules/commands/savewikifolder.js:103:11
>> at Object.$tw.utils.each 
>> (/Users/jbaty/tmp/rudimentarylathe/node_modules/tiddlywiki/boot/boot.js:126:12)
>> at WikiFolderMaker.save ($:/core/modules/commands/savewikifolder.js:79:12)
>> at Command.execute ($:/core/modules/commands/savewikifolder.js:39:25)
>> at Commander.executeNextCommand ($:/core/modules/commander.js:107:14)
>> at Commander.execute ($:/core/modules/commander.js:64:7)
>> at Object.exports.startup ($:/core/modules/startup/commands.js:34:12) {
>> code: 'ERR_INVALID_ARG_TYPE'
>> }
>> Externalizing images...
>> Compiling single HTML file...
>> Not pushing the wiki to GitHub because the --push switch was not provided.
>>
>>
>> I assume that there's a tiddler in there somewhere that's either badly 
>> formed or missing something, but I have no idea how to track it down. If 
>> anyone recognized this error or knows how I might find the problem, I'd 
>> love to know about it.
>>
>> My other option is to recreate the wiki and import a handful at a time 
>> until it breaks, but I'd like to avoid that if possible.
>>
>> Thanks,
>>
>> Jack
>>
>> On Tuesday, May 4, 2021 at 9:29:50 PM UTC-4 rika.s...@gmail.com wrote:
>>
>>> Hey, everyone! I'm passionate about Zettelkasten too. If you haven't 
>>> seen Ross Ashby's digital Zettelkasten archive, it's worth checking out. 
>>> http://rossashby.info/
>>>
>>> On Sunday, May 2, 2021 at 4:09:38 PM UTC-4 bimlas wrote:
>>>
 Soren,

 Thank you for bringing the TiddlyWiki and Zettelkasten communities one 
 step closer. I think these two groups are very close to each other, just 
 the two parties just don’t know each other enough.

 I have read your notes and I would like to comment on a few:

 https://zettelkasten.sorenbjornstad.com/#DataAsKnowledgeGraph

 This may not be exactly what the description is about, but for some 
 reason the description is reminiscent of a solution where you basically 
 navigate between tables, but you are very free to do so. Read the 
 description firtst on 
 https://groups.google.com/g/tiddlywiki/c/Re11x96t-qI/m/WoqDEuJzGQAJ, 
 then try out on 
 https://bimlas.gitlab.io/demo/tw5/property-comparison.html

 https://zettelkasten.sorenbjornstad.com/#FullTextSearch

 Here is a very good description of the topic: 
 https://tefkos.comminfo.rutgers.edu/Courses/e530/Readings/Beal%202008%20full%20text%20searching.pdf

 https://zettelkasten.sorenbjornstad.com/#WritingFreesHeadspace

 I have found in myself that writing makes me more efficient, but my 
 memory has deteriorated a lot. It’s easier to describe something than to 
 remember it in the long run and I think it’s okay, but in the eyes of 
 those 
 around me, I seem like a forgetful person. Have you noticed anything like 
 this in yourself?

 My further thoughts on note-taking methods: 
 https://groups.google.com/g/tiddlywiki/c/2yRiVsbAv9g/m/vKBIC5CjBQAJ

>>>

-- 
You received this message because you are subscribed to 

[tw5] Re: A tour through my Zettelkasten

2021-05-05 Thread Jack Baty
This looks to have nothing to do with Soren's script. It fails simply doing 
this...

tiddlywiki rl-wiki --savewikifolder public-wiki/wiki

1680 of 2200 tiddlers are exported. Still don't know how to find the 
offending tiddler(s) though :)

On Wednesday, May 5, 2021 at 2:57:56 PM UTC-4 Jack Baty wrote:

> Thanks for this, Soren. I was practically hyperventilating while watching 
> the video as I watched you address one thing after another that I struggle 
> with. Namely, the public vs private distinction. Your approach is exactly 
> what I would like to use.
>
> Your script works great on a test subset of my wiki, but I am getting an 
> error running it with all 2000+ tidders. I used Tiddler Commander to tag 
> everything (non-System) with a Public tag, since everything so far has been 
> public. Running the update script I get the following error.
>
>
> ./scripts/publish.sh
> Exporting public tiddlers...
> node:internal/fs/utils:847
> throw new ERR_INVALID_ARG_TYPE(
> ^
>
> TypeError [ERR_INVALID_ARG_TYPE]: The "data" argument must be of type 
> string or an instance of Buffer, TypedArray, or DataView. Received undefined
> at Object.writeFileSync (node:fs:1545:5)
> at Object.exports.saveTiddlerToFileSync 
> ($:/core/modules/utils/filesystem.js:441:6)
> at WikiFolderMaker.saveTiddler 
> ($:/core/modules/commands/savewikifolder.js:165:12)
> at $:/core/modules/commands/savewikifolder.js:103:11
> at Object.$tw.utils.each 
> (/Users/jbaty/tmp/rudimentarylathe/node_modules/tiddlywiki/boot/boot.js:126:12)
> at WikiFolderMaker.save ($:/core/modules/commands/savewikifolder.js:79:12)
> at Command.execute ($:/core/modules/commands/savewikifolder.js:39:25)
> at Commander.executeNextCommand ($:/core/modules/commander.js:107:14)
> at Commander.execute ($:/core/modules/commander.js:64:7)
> at Object.exports.startup ($:/core/modules/startup/commands.js:34:12) {
> code: 'ERR_INVALID_ARG_TYPE'
> }
> Externalizing images...
> Compiling single HTML file...
> Not pushing the wiki to GitHub because the --push switch was not provided.
>
>
> I assume that there's a tiddler in there somewhere that's either badly 
> formed or missing something, but I have no idea how to track it down. If 
> anyone recognized this error or knows how I might find the problem, I'd 
> love to know about it.
>
> My other option is to recreate the wiki and import a handful at a time 
> until it breaks, but I'd like to avoid that if possible.
>
> Thanks,
>
> Jack
>
> On Tuesday, May 4, 2021 at 9:29:50 PM UTC-4 rika.s...@gmail.com wrote:
>
>> Hey, everyone! I'm passionate about Zettelkasten too. If you haven't seen 
>> Ross Ashby's digital Zettelkasten archive, it's worth checking out. 
>> http://rossashby.info/
>>
>> On Sunday, May 2, 2021 at 4:09:38 PM UTC-4 bimlas wrote:
>>
>>> Soren,
>>>
>>> Thank you for bringing the TiddlyWiki and Zettelkasten communities one 
>>> step closer. I think these two groups are very close to each other, just 
>>> the two parties just don’t know each other enough.
>>>
>>> I have read your notes and I would like to comment on a few:
>>>
>>> https://zettelkasten.sorenbjornstad.com/#DataAsKnowledgeGraph
>>>
>>> This may not be exactly what the description is about, but for some 
>>> reason the description is reminiscent of a solution where you basically 
>>> navigate between tables, but you are very free to do so. Read the 
>>> description firtst on 
>>> https://groups.google.com/g/tiddlywiki/c/Re11x96t-qI/m/WoqDEuJzGQAJ, 
>>> then try out on 
>>> https://bimlas.gitlab.io/demo/tw5/property-comparison.html
>>>
>>> https://zettelkasten.sorenbjornstad.com/#FullTextSearch
>>>
>>> Here is a very good description of the topic: 
>>> https://tefkos.comminfo.rutgers.edu/Courses/e530/Readings/Beal%202008%20full%20text%20searching.pdf
>>>
>>> https://zettelkasten.sorenbjornstad.com/#WritingFreesHeadspace
>>>
>>> I have found in myself that writing makes me more efficient, but my 
>>> memory has deteriorated a lot. It’s easier to describe something than to 
>>> remember it in the long run and I think it’s okay, but in the eyes of those 
>>> around me, I seem like a forgetful person. Have you noticed anything like 
>>> this in yourself?
>>>
>>> My further thoughts on note-taking methods: 
>>> https://groups.google.com/g/tiddlywiki/c/2yRiVsbAv9g/m/vKBIC5CjBQAJ
>>>
>>

-- 
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/bcfc0109-deda-4a45-a7f3-f565ed371780n%40googlegroups.com.


[tw5] Re: A tour through my Zettelkasten

2021-05-05 Thread Jack Baty
Thanks for this, Soren. I was practically hyperventilating while watching 
the video as I watched you address one thing after another that I struggle 
with. Namely, the public vs private distinction. Your approach is exactly 
what I would like to use.

Your script works great on a test subset of my wiki, but I am getting an 
error running it with all 2000+ tidders. I used Tiddler Commander to tag 
everything (non-System) with a Public tag, since everything so far has been 
public. Running the update script I get the following error.


./scripts/publish.sh
Exporting public tiddlers...
node:internal/fs/utils:847
throw new ERR_INVALID_ARG_TYPE(
^

TypeError [ERR_INVALID_ARG_TYPE]: The "data" argument must be of type 
string or an instance of Buffer, TypedArray, or DataView. Received undefined
at Object.writeFileSync (node:fs:1545:5)
at Object.exports.saveTiddlerToFileSync 
($:/core/modules/utils/filesystem.js:441:6)
at WikiFolderMaker.saveTiddler 
($:/core/modules/commands/savewikifolder.js:165:12)
at $:/core/modules/commands/savewikifolder.js:103:11
at Object.$tw.utils.each 
(/Users/jbaty/tmp/rudimentarylathe/node_modules/tiddlywiki/boot/boot.js:126:12)
at WikiFolderMaker.save ($:/core/modules/commands/savewikifolder.js:79:12)
at Command.execute ($:/core/modules/commands/savewikifolder.js:39:25)
at Commander.executeNextCommand ($:/core/modules/commander.js:107:14)
at Commander.execute ($:/core/modules/commander.js:64:7)
at Object.exports.startup ($:/core/modules/startup/commands.js:34:12) {
code: 'ERR_INVALID_ARG_TYPE'
}
Externalizing images...
Compiling single HTML file...
Not pushing the wiki to GitHub because the --push switch was not provided.


I assume that there's a tiddler in there somewhere that's either badly 
formed or missing something, but I have no idea how to track it down. If 
anyone recognized this error or knows how I might find the problem, I'd 
love to know about it.

My other option is to recreate the wiki and import a handful at a time 
until it breaks, but I'd like to avoid that if possible.

Thanks,

Jack

On Tuesday, May 4, 2021 at 9:29:50 PM UTC-4 rika.s...@gmail.com wrote:

> Hey, everyone! I'm passionate about Zettelkasten too. If you haven't seen 
> Ross Ashby's digital Zettelkasten archive, it's worth checking out. 
> http://rossashby.info/
>
> On Sunday, May 2, 2021 at 4:09:38 PM UTC-4 bimlas wrote:
>
>> Soren,
>>
>> Thank you for bringing the TiddlyWiki and Zettelkasten communities one 
>> step closer. I think these two groups are very close to each other, just 
>> the two parties just don’t know each other enough.
>>
>> I have read your notes and I would like to comment on a few:
>>
>> https://zettelkasten.sorenbjornstad.com/#DataAsKnowledgeGraph
>>
>> This may not be exactly what the description is about, but for some 
>> reason the description is reminiscent of a solution where you basically 
>> navigate between tables, but you are very free to do so. Read the 
>> description firtst on 
>> https://groups.google.com/g/tiddlywiki/c/Re11x96t-qI/m/WoqDEuJzGQAJ, 
>> then try out on 
>> https://bimlas.gitlab.io/demo/tw5/property-comparison.html
>>
>> https://zettelkasten.sorenbjornstad.com/#FullTextSearch
>>
>> Here is a very good description of the topic: 
>> https://tefkos.comminfo.rutgers.edu/Courses/e530/Readings/Beal%202008%20full%20text%20searching.pdf
>>
>> https://zettelkasten.sorenbjornstad.com/#WritingFreesHeadspace
>>
>> I have found in myself that writing makes me more efficient, but my 
>> memory has deteriorated a lot. It’s easier to describe something than to 
>> remember it in the long run and I think it’s okay, but in the eyes of those 
>> around me, I seem like a forgetful person. Have you noticed anything like 
>> this in yourself?
>>
>> My further thoughts on note-taking methods: 
>> https://groups.google.com/g/tiddlywiki/c/2yRiVsbAv9g/m/vKBIC5CjBQAJ
>>
>

-- 
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/c9588de4-05d9-491b-a083-b3ee40973344n%40googlegroups.com.


[tw5] Re: A tour through my Zettelkasten

2021-05-04 Thread Rika Sukenik
Hey, everyone! I'm passionate about Zettelkasten too. If you haven't seen 
Ross Ashby's digital Zettelkasten archive, it's worth checking 
out. http://rossashby.info/

On Sunday, May 2, 2021 at 4:09:38 PM UTC-4 bimlas wrote:

> Soren,
>
> Thank you for bringing the TiddlyWiki and Zettelkasten communities one 
> step closer. I think these two groups are very close to each other, just 
> the two parties just don’t know each other enough.
>
> I have read your notes and I would like to comment on a few:
>
> https://zettelkasten.sorenbjornstad.com/#DataAsKnowledgeGraph
>
> This may not be exactly what the description is about, but for some reason 
> the description is reminiscent of a solution where you basically navigate 
> between tables, but you are very free to do so. Read the description firtst 
> on https://groups.google.com/g/tiddlywiki/c/Re11x96t-qI/m/WoqDEuJzGQAJ, 
> then try out on https://bimlas.gitlab.io/demo/tw5/property-comparison.html
>
> https://zettelkasten.sorenbjornstad.com/#FullTextSearch
>
> Here is a very good description of the topic: 
> https://tefkos.comminfo.rutgers.edu/Courses/e530/Readings/Beal%202008%20full%20text%20searching.pdf
>
> https://zettelkasten.sorenbjornstad.com/#WritingFreesHeadspace
>
> I have found in myself that writing makes me more efficient, but my memory 
> has deteriorated a lot. It’s easier to describe something than to remember 
> it in the long run and I think it’s okay, but in the eyes of those around 
> me, I seem like a forgetful person. Have you noticed anything like this in 
> yourself?
>
> My further thoughts on note-taking methods: 
> https://groups.google.com/g/tiddlywiki/c/2yRiVsbAv9g/m/vKBIC5CjBQAJ
>

-- 
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/57942a6b-c015-4dc2-b5cf-9af9c3f3ec4fn%40googlegroups.com.


[tw5] Re: A tour through my Zettelkasten

2021-05-02 Thread bimlas
Soren,

Thank you for bringing the TiddlyWiki and Zettelkasten communities one step 
closer. I think these two groups are very close to each other, just the two 
parties just don’t know each other enough.

I have read your notes and I would like to comment on a few:

https://zettelkasten.sorenbjornstad.com/#DataAsKnowledgeGraph

This may not be exactly what the description is about, but for some reason 
the description is reminiscent of a solution where you basically navigate 
between tables, but you are very free to do so. Read the description firtst 
on https://groups.google.com/g/tiddlywiki/c/Re11x96t-qI/m/WoqDEuJzGQAJ, 
then try out on https://bimlas.gitlab.io/demo/tw5/property-comparison.html

https://zettelkasten.sorenbjornstad.com/#FullTextSearch

Here is a very good description of the 
topic: 
https://tefkos.comminfo.rutgers.edu/Courses/e530/Readings/Beal%202008%20full%20text%20searching.pdf

https://zettelkasten.sorenbjornstad.com/#WritingFreesHeadspace

I have found in myself that writing makes me more efficient, but my memory 
has deteriorated a lot. It’s easier to describe something than to remember 
it in the long run and I think it’s okay, but in the eyes of those around 
me, I seem like a forgetful person. Have you noticed anything like this in 
yourself?

My further thoughts on note-taking methods: 
https://groups.google.com/g/tiddlywiki/c/2yRiVsbAv9g/m/vKBIC5CjBQAJ

-- 
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/3baeedfe-d9c1-4d88-96a5-473a58fc553an%40googlegroups.com.


[tw5] Re: A tour through my Zettelkasten

2021-04-26 Thread David Gifford
If you like the booktools thing, and the only drawback is the conflict over 
'source,' just clone the booktools tiddlers, and change source to something 
distinct. Blessings.

On Sunday, April 25, 2021 at 12:08:19 PM UTC-5 ludwa6 wrote:

> Thanks @Odin for the pointer, but as i am not writing any academic papers 
> these days, and am already struggling with conflicting plugins, i'll have 
> to take a pass on "BibTeX importer" for now.
>
> For example: Dave G's "BookToolsSidebarAddon" tags each new entry as 
> "source", while Soren's Zettlekasten tags each new entry as "Source"...  So 
> now, tags being case-sensitive,  i have two different sets of sources, each 
> of which is referenced by a different bibliography feature (NB: i suspected 
> this might be the case, which is why i haven't brought BookTools into 
> Zettelkasten; i tested this by importing a few tiddlers tagged by BookTools 
> in another instance).
>
> Based on Soren's video tutorial, it looks like that has all the 
> affordances i need for managing Sources & Bibliographies, if only i could 
> get the latest skeleton version to work like the demo, but -as mentioned 
> above- this is an issue for me ATM.
> On Sunday, April 25, 2021 at 1:17:06 PM UTC+1 Odin wrote:
>
>> @ludwa6
>>
>> The Refnotes  plugin is best used 
>> in combination with the BibTeX importer 
>>  from 
>> the official plugin library. With this plugin, you can import BibTeX files 
>> that contain the information to reference. Every imported BibTeX is 
>> transformed into a tiddler that will show up in the bibliographies list.
>>
>> Mohammed included the "Process new Bibtex entries" button to give all 
>> BibTex-tiddlers a tag, and to transform uppercases to lowercase. I think 
>> this is to make them all the same for easier reference and filtering.
>> Op zondag 25 april 2021 om 11:59:33 UTC+2 schreef ludwa6:
>>
>>> Have just discovered that the "Process new Bibtex entries" feature i 
>>> mentioned in last post is actually a function of the "Refnotes" plugin [1] 
>>> -nothing to do with your Zettelkasten version, @Soren. Sorry to have 
>>> confused the issue!
>>>
>>> Still: i would very much like to know how to use the Sources and 
>>> Bibliographies that you have built into your Zettelkasten @Soren, because 
>>> it appears quite elegant in its simplicity, per your demo.
>>>
>>> [1] Regarding Refnotes: i installed this plugin because i wanted the 
>>> footnotes feature -another example of elegant simplicity- which i want to 
>>> keep external links listed at bottom of tiddler, to avoid comingling them 
>>> with the internal links that typically pepper my body texts... But since i 
>>> don't use its other features, i got used to ignoring all that stuff nested 
>>> under "Bibliography" tab, until now.  I've got some housecleaning to do 
>>> here, obviously, once i get this workflow working! 
>>>
>>> On Saturday, April 24, 2021 at 6:25:28 PM UTC+1 ludwa6 wrote:
>>>
 Building my instance off this template, i'm now trying to develop a few 
 topical Bibliographies, each with a list of Sources, but it's not working 
 the way you show in the video, @Soren.

 When i click the "Sources" tool, it opens up a "New Source" tiddler 
 that contains only the following set of fields by default; the 
 "Bibliography" field that appears at top of the list in your video at 
 min.24'54" does not show up in mine -neither by default nor in the 
 dropdown 
 list of Field Names with which i might customise the tiddler (tho i 
 suppose 
 this should be done at the level of a View Template, right)?

 Also: the "Bibliography" tab in SideBar appears rather enigmatic for 
 the new user of this skeleton Zettelkasten, who has no Bibliography as of 
 yet, no bibtex entries to "Process," and no clue as to how to make one.  I 
 tried using the Search box in that widget, using pulldown param "Author" 
 to 
 search for the Source i created using the "New Source" tool, but it does 
 not appear... And neither does it appear in the table on SourceList 
 tiddler 
 tho -being created via New Source tool- it is of course properly tagged.

 Of course: i could implement the "Reading List" feature that i built in 
 another instance, following your earlier video tutorial 
  -which works 
 great- but i'm trying to use this Zettelkasten instance as-is, without 
 introducing any new code.  To that end: am i missing something, or is 
 something missing from the this version, i wonder?

 /walt

 On Saturday, April 17, 2021 at 6:06:29 PM UTC+1 Soren Bjornstad wrote:

> The public version lacks some functionality that is important for 
> editing and has a bunch of settings changed that are a bit of a pain to 
> change back, so it'll 

[tw5] Re: A tour through my Zettelkasten

2021-04-26 Thread Soren Bjornstad
On Monday, April 26, 2021 at 9:08:31 AM UTC-5 Anjar wrote:

> This is amazing, Soren, thank you for sharing both the technical part and 
> your interesting thoughts! I thought your actual name was Søren Bjørnstad, 
> so I'm happy to have been corrected:)


It probably should be. Too many generations in America by now. :-) 

-- 
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/09a877f9-65f3-4961-b302-049a802f6f09n%40googlegroups.com.


[tw5] Re: A tour through my Zettelkasten

2021-04-26 Thread Anjar
This is amazing, Soren, thank you for sharing both the technical part and 
your interesting thoughts! I thought your actual name was Søren Bjørnstad, 
so I'm happy to have been corrected:)

Best,
Anders
søndag 25. april 2021 kl. 19:08:19 UTC+2 skrev ludwa6:

> Thanks @Odin for the pointer, but as i am not writing any academic papers 
> these days, and am already struggling with conflicting plugins, i'll have 
> to take a pass on "BibTeX importer" for now.
>
> For example: Dave G's "BookToolsSidebarAddon" tags each new entry as 
> "source", while Soren's Zettlekasten tags each new entry as "Source"...  So 
> now, tags being case-sensitive,  i have two different sets of sources, each 
> of which is referenced by a different bibliography feature (NB: i suspected 
> this might be the case, which is why i haven't brought BookTools into 
> Zettelkasten; i tested this by importing a few tiddlers tagged by BookTools 
> in another instance).
>
> Based on Soren's video tutorial, it looks like that has all the 
> affordances i need for managing Sources & Bibliographies, if only i could 
> get the latest skeleton version to work like the demo, but -as mentioned 
> above- this is an issue for me ATM.
> On Sunday, April 25, 2021 at 1:17:06 PM UTC+1 Odin wrote:
>
>> @ludwa6
>>
>> The Refnotes  plugin is best used 
>> in combination with the BibTeX importer 
>>  from 
>> the official plugin library. With this plugin, you can import BibTeX files 
>> that contain the information to reference. Every imported BibTeX is 
>> transformed into a tiddler that will show up in the bibliographies list.
>>
>> Mohammed included the "Process new Bibtex entries" button to give all 
>> BibTex-tiddlers a tag, and to transform uppercases to lowercase. I think 
>> this is to make them all the same for easier reference and filtering.
>> Op zondag 25 april 2021 om 11:59:33 UTC+2 schreef ludwa6:
>>
>>> Have just discovered that the "Process new Bibtex entries" feature i 
>>> mentioned in last post is actually a function of the "Refnotes" plugin [1] 
>>> -nothing to do with your Zettelkasten version, @Soren. Sorry to have 
>>> confused the issue!
>>>
>>> Still: i would very much like to know how to use the Sources and 
>>> Bibliographies that you have built into your Zettelkasten @Soren, because 
>>> it appears quite elegant in its simplicity, per your demo.
>>>
>>> [1] Regarding Refnotes: i installed this plugin because i wanted the 
>>> footnotes feature -another example of elegant simplicity- which i want to 
>>> keep external links listed at bottom of tiddler, to avoid comingling them 
>>> with the internal links that typically pepper my body texts... But since i 
>>> don't use its other features, i got used to ignoring all that stuff nested 
>>> under "Bibliography" tab, until now.  I've got some housecleaning to do 
>>> here, obviously, once i get this workflow working! 
>>>
>>> On Saturday, April 24, 2021 at 6:25:28 PM UTC+1 ludwa6 wrote:
>>>
 Building my instance off this template, i'm now trying to develop a few 
 topical Bibliographies, each with a list of Sources, but it's not working 
 the way you show in the video, @Soren.

 When i click the "Sources" tool, it opens up a "New Source" tiddler 
 that contains only the following set of fields by default; the 
 "Bibliography" field that appears at top of the list in your video at 
 min.24'54" does not show up in mine -neither by default nor in the 
 dropdown 
 list of Field Names with which i might customise the tiddler (tho i 
 suppose 
 this should be done at the level of a View Template, right)?

 Also: the "Bibliography" tab in SideBar appears rather enigmatic for 
 the new user of this skeleton Zettelkasten, who has no Bibliography as of 
 yet, no bibtex entries to "Process," and no clue as to how to make one.  I 
 tried using the Search box in that widget, using pulldown param "Author" 
 to 
 search for the Source i created using the "New Source" tool, but it does 
 not appear... And neither does it appear in the table on SourceList 
 tiddler 
 tho -being created via New Source tool- it is of course properly tagged.

 Of course: i could implement the "Reading List" feature that i built in 
 another instance, following your earlier video tutorial 
  -which works 
 great- but i'm trying to use this Zettelkasten instance as-is, without 
 introducing any new code.  To that end: am i missing something, or is 
 something missing from the this version, i wonder?

 /walt

 On Saturday, April 17, 2021 at 6:06:29 PM UTC+1 Soren Bjornstad wrote:

> The public version lacks some functionality that is important for 
> editing and has a bunch of settings changed that are a bit of a pain to 
> 

[tw5] Re: A tour through my Zettelkasten

2021-04-25 Thread ludwa6
Thanks @Odin for the pointer, but as i am not writing any academic papers 
these days, and am already struggling with conflicting plugins, i'll have 
to take a pass on "BibTeX importer" for now.

For example: Dave G's "BookToolsSidebarAddon" tags each new entry as 
"source", while Soren's Zettlekasten tags each new entry as "Source"...  So 
now, tags being case-sensitive,  i have two different sets of sources, each 
of which is referenced by a different bibliography feature (NB: i suspected 
this might be the case, which is why i haven't brought BookTools into 
Zettelkasten; i tested this by importing a few tiddlers tagged by BookTools 
in another instance).

Based on Soren's video tutorial, it looks like that has all the affordances 
i need for managing Sources & Bibliographies, if only i could get the 
latest skeleton version to work like the demo, but -as mentioned above- 
this is an issue for me ATM.
On Sunday, April 25, 2021 at 1:17:06 PM UTC+1 Odin wrote:

> @ludwa6
>
> The Refnotes  plugin is best used 
> in combination with the BibTeX importer 
>  from 
> the official plugin library. With this plugin, you can import BibTeX files 
> that contain the information to reference. Every imported BibTeX is 
> transformed into a tiddler that will show up in the bibliographies list.
>
> Mohammed included the "Process new Bibtex entries" button to give all 
> BibTex-tiddlers a tag, and to transform uppercases to lowercase. I think 
> this is to make them all the same for easier reference and filtering.
> Op zondag 25 april 2021 om 11:59:33 UTC+2 schreef ludwa6:
>
>> Have just discovered that the "Process new Bibtex entries" feature i 
>> mentioned in last post is actually a function of the "Refnotes" plugin [1] 
>> -nothing to do with your Zettelkasten version, @Soren. Sorry to have 
>> confused the issue!
>>
>> Still: i would very much like to know how to use the Sources and 
>> Bibliographies that you have built into your Zettelkasten @Soren, because 
>> it appears quite elegant in its simplicity, per your demo.
>>
>> [1] Regarding Refnotes: i installed this plugin because i wanted the 
>> footnotes feature -another example of elegant simplicity- which i want to 
>> keep external links listed at bottom of tiddler, to avoid comingling them 
>> with the internal links that typically pepper my body texts... But since i 
>> don't use its other features, i got used to ignoring all that stuff nested 
>> under "Bibliography" tab, until now.  I've got some housecleaning to do 
>> here, obviously, once i get this workflow working! 
>>
>> On Saturday, April 24, 2021 at 6:25:28 PM UTC+1 ludwa6 wrote:
>>
>>> Building my instance off this template, i'm now trying to develop a few 
>>> topical Bibliographies, each with a list of Sources, but it's not working 
>>> the way you show in the video, @Soren.
>>>
>>> When i click the "Sources" tool, it opens up a "New Source" tiddler that 
>>> contains only the following set of fields by default; the "Bibliography" 
>>> field that appears at top of the list in your video at min.24'54" does not 
>>> show up in mine -neither by default nor in the dropdown list of Field Names 
>>> with which i might customise the tiddler (tho i suppose this should be done 
>>> at the level of a View Template, right)?
>>>
>>> Also: the "Bibliography" tab in SideBar appears rather enigmatic for the 
>>> new user of this skeleton Zettelkasten, who has no Bibliography as of yet, 
>>> no bibtex entries to "Process," and no clue as to how to make one.  I tried 
>>> using the Search box in that widget, using pulldown param "Author" to 
>>> search for the Source i created using the "New Source" tool, but it does 
>>> not appear... And neither does it appear in the table on SourceList tiddler 
>>> tho -being created via New Source tool- it is of course properly tagged.
>>>
>>> Of course: i could implement the "Reading List" feature that i built in 
>>> another instance, following your earlier video tutorial 
>>>  -which works 
>>> great- but i'm trying to use this Zettelkasten instance as-is, without 
>>> introducing any new code.  To that end: am i missing something, or is 
>>> something missing from the this version, i wonder?
>>>
>>> /walt
>>>
>>> On Saturday, April 17, 2021 at 6:06:29 PM UTC+1 Soren Bjornstad wrote:
>>>
 The public version lacks some functionality that is important for 
 editing and has a bunch of settings changed that are a bit of a pain to 
 change back, so it'll be much better if I do a second build off of the 
 "real" private version. I've attached a first 15-minute attempt at this.

 Things that could use improvement here:

- There are no instructions at all, so you'll have to figure out 
how to get started on your own. Some of the conventions tiddlers are 
missing and would 

[tw5] Re: A tour through my Zettelkasten

2021-04-25 Thread Soren Bjornstad
On Saturday, April 24, 2021 at 12:25:28 PM UTC-5 ludwa6 wrote:

> Building my instance off this template, i'm now trying to develop a few 
> topical Bibliographies, each with a list of Sources, but it's not working 
> the way you show in the video, @Soren.
>
> When i click the "Sources" tool, it opens up a "New Source" tiddler that 
> contains only the following set of fields by default; the "Bibliography" 
> field that appears at top of the list in your video at min.24'54" does
>
not show up in mine -neither by default nor in the dropdown list of Field 
> Names with which i might customise the tiddler (tho i suppose this should 
> be done at the level of a View Template, right)?
>

Just add a field called "bibliography" to the source tiddler with whatever 
value you like -- it doesn't have to show up in the dropdown to use it. I 
think it's not in my default set of fields because plenty of my source 
tiddlers don't use one. Also, you have to create a bibliography tiddler for 
each bibliography, which has the same key in its *bibliography* field as 
the sources you want to include on it, and transcludes the template 
{{||$:/sib/BibliographyList}}.

I'm not sure what you're saying about the View Template. 

Also: the "Bibliography" tab in SideBar appears rather enigmatic for the 
> new user of this skeleton Zettelkasten,
>

Yeah, that's why I included a "no instructions" disclaimer when I posted 
this. :-)
 

> who has no Bibliography as of yet, no bibtex entries to "Process," and no 
> clue as to how to make one.  I tried using the Search box in that widget, 
> using pulldown param "Author" to search for the Source i created using the 
> "New Source" tool, but it does not appear... And neither does it appear in 
> the table on SourceList tiddler tho -being created via New Source tool- it 
> is of course properly tagged.
>

I don't know why that would be. The filter for SourceList is just 
`[tag[Source]]`, so there's not much room for issues here! Perhaps 
something to do with your confusion about the interaction of this with the 
refnotes plugin?

-- 
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/0b283a4a-e7b4-4c5e-a943-15e8bb7e8867n%40googlegroups.com.


[tw5] Re: A tour through my Zettelkasten

2021-04-25 Thread Soren Bjornstad
On Friday, April 23, 2021 at 4:52:26 PM UTC-5 psigu...@gmail.com wrote:

> There's one minor issue with the TiddlyStretch plugin, at least the 
> stretch-links widget. There is an extra line break in the rendering in 
> Firefox (Desktop version in Windows10). Should I report that as an issue on 
> the GitHub page? - For me it's no big deal but I thought you might want to 
> know.
>

I'm aware of this, but please do create an issue if there isn't one. It 
doesn't appear to be strictly linked to either browser or operating system, 
so I'm not quite sure what's up at the moment.
 

-- 
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/2810cfaf-7cfd-4e70-bcb8-e3e05192f1c6n%40googlegroups.com.


[tw5] Re: A tour through my Zettelkasten

2021-04-25 Thread Odin
@ludwa6

The Refnotes  plugin is best used in 
combination with the BibTeX importer 
 from the 
official plugin library. With this plugin, you can import BibTeX files that 
contain the information to reference. Every imported BibTeX is transformed 
into a tiddler that will show up in the bibliographies list.

Mohammed included the "Process new Bibtex entries" button to give all 
BibTex-tiddlers a tag, and to transform uppercases to lowercase. I think 
this is to make them all the same for easier reference and filtering.
Op zondag 25 april 2021 om 11:59:33 UTC+2 schreef ludwa6:

> Have just discovered that the "Process new Bibtex entries" feature i 
> mentioned in last post is actually a function of the "Refnotes" plugin [1] 
> -nothing to do with your Zettelkasten version, @Soren. Sorry to have 
> confused the issue!
>
> Still: i would very much like to know how to use the Sources and 
> Bibliographies that you have built into your Zettelkasten @Soren, because 
> it appears quite elegant in its simplicity, per your demo.
>
> [1] Regarding Refnotes: i installed this plugin because i wanted the 
> footnotes feature -another example of elegant simplicity- which i want to 
> keep external links listed at bottom of tiddler, to avoid comingling them 
> with the internal links that typically pepper my body texts... But since i 
> don't use its other features, i got used to ignoring all that stuff nested 
> under "Bibliography" tab, until now.  I've got some housecleaning to do 
> here, obviously, once i get this workflow working! 
>
> On Saturday, April 24, 2021 at 6:25:28 PM UTC+1 ludwa6 wrote:
>
>> Building my instance off this template, i'm now trying to develop a few 
>> topical Bibliographies, each with a list of Sources, but it's not working 
>> the way you show in the video, @Soren.
>>
>> When i click the "Sources" tool, it opens up a "New Source" tiddler that 
>> contains only the following set of fields by default; the "Bibliography" 
>> field that appears at top of the list in your video at min.24'54" does not 
>> show up in mine -neither by default nor in the dropdown list of Field Names 
>> with which i might customise the tiddler (tho i suppose this should be done 
>> at the level of a View Template, right)?
>>
>> Also: the "Bibliography" tab in SideBar appears rather enigmatic for the 
>> new user of this skeleton Zettelkasten, who has no Bibliography as of yet, 
>> no bibtex entries to "Process," and no clue as to how to make one.  I tried 
>> using the Search box in that widget, using pulldown param "Author" to 
>> search for the Source i created using the "New Source" tool, but it does 
>> not appear... And neither does it appear in the table on SourceList tiddler 
>> tho -being created via New Source tool- it is of course properly tagged.
>>
>> Of course: i could implement the "Reading List" feature that i built in 
>> another instance, following your earlier video tutorial 
>>  -which works 
>> great- but i'm trying to use this Zettelkasten instance as-is, without 
>> introducing any new code.  To that end: am i missing something, or is 
>> something missing from the this version, i wonder?
>>
>> /walt
>>
>> On Saturday, April 17, 2021 at 6:06:29 PM UTC+1 Soren Bjornstad wrote:
>>
>>> The public version lacks some functionality that is important for 
>>> editing and has a bunch of settings changed that are a bit of a pain to 
>>> change back, so it'll be much better if I do a second build off of the 
>>> "real" private version. I've attached a first 15-minute attempt at this.
>>>
>>> Things that could use improvement here:
>>>
>>>- There are no instructions at all, so you'll have to figure out how 
>>>to get started on your own. Some of the conventions tiddlers are missing 
>>>and would be nice to have.
>>>- I included all the red, yellow, and black tag tiddlers, but since 
>>>there is no content in this version, most of them are not tagging 
>>> anything, 
>>>so they don't show up in the tags list. Also, some of the tag tiddlers 
>>> have 
>>>content that probably won't be very useful for you in them.
>>>- There's a button for the ReadingInbox on the toolbar, but said 
>>>inbox is not included in the edition at present. You can hide or delete 
>>>that button tiddler.
>>>
>>> Please let me know what else does not work right – I'd love to add a 
>>> build of this edition to my standard publish process in the future.
>>> On Saturday, April 17, 2021 at 6:52:30 AM UTC-5 stan...@gmail.com wrote:
>>>
 +1 to Walt's post.  Thanks, Soren, for the great contribution to the 
 community. This really helped me understand how to implement a 
 Zettelkasten 
 in TW.  I, too, have been wondering how to filter out your content and 
 keep 
 the skeleton, if that is at all possible. Thanks again.

[tw5] Re: A tour through my Zettelkasten

2021-04-25 Thread ludwa6
Have just discovered that the "Process new Bibtex entries" feature i 
mentioned in last post is actually a function of the "Refnotes" plugin [1] 
-nothing to do with your Zettelkasten version, @Soren. Sorry to have 
confused the issue!

Still: i would very much like to know how to use the Sources and 
Bibliographies that you have built into your Zettelkasten @Soren, because 
it appears quite elegant in its simplicity, per your demo.

[1] Regarding Refnotes: i installed this plugin because i wanted the 
footnotes feature -another example of elegant simplicity- which i want to 
keep external links listed at bottom of tiddler, to avoid comingling them 
with the internal links that typically pepper my body texts... But since i 
don't use its other features, i got used to ignoring all that stuff nested 
under "Bibliography" tab, until now.  I've got some housecleaning to do 
here, obviously, once i get this workflow working! 

On Saturday, April 24, 2021 at 6:25:28 PM UTC+1 ludwa6 wrote:

> Building my instance off this template, i'm now trying to develop a few 
> topical Bibliographies, each with a list of Sources, but it's not working 
> the way you show in the video, @Soren.
>
> When i click the "Sources" tool, it opens up a "New Source" tiddler that 
> contains only the following set of fields by default; the "Bibliography" 
> field that appears at top of the list in your video at min.24'54" does not 
> show up in mine -neither by default nor in the dropdown list of Field Names 
> with which i might customise the tiddler (tho i suppose this should be done 
> at the level of a View Template, right)?
>
> Also: the "Bibliography" tab in SideBar appears rather enigmatic for the 
> new user of this skeleton Zettelkasten, who has no Bibliography as of yet, 
> no bibtex entries to "Process," and no clue as to how to make one.  I tried 
> using the Search box in that widget, using pulldown param "Author" to 
> search for the Source i created using the "New Source" tool, but it does 
> not appear... And neither does it appear in the table on SourceList tiddler 
> tho -being created via New Source tool- it is of course properly tagged.
>
> Of course: i could implement the "Reading List" feature that i built in 
> another instance, following your earlier video tutorial 
>  -which works great- 
> but i'm trying to use this Zettelkasten instance as-is, without introducing 
> any new code.  To that end: am i missing something, or is something missing 
> from the this version, i wonder?
>
> /walt
>
> On Saturday, April 17, 2021 at 6:06:29 PM UTC+1 Soren Bjornstad wrote:
>
>> The public version lacks some functionality that is important for editing 
>> and has a bunch of settings changed that are a bit of a pain to change 
>> back, so it'll be much better if I do a second build off of the "real" 
>> private version. I've attached a first 15-minute attempt at this.
>>
>> Things that could use improvement here:
>>
>>- There are no instructions at all, so you'll have to figure out how 
>>to get started on your own. Some of the conventions tiddlers are missing 
>>and would be nice to have.
>>- I included all the red, yellow, and black tag tiddlers, but since 
>>there is no content in this version, most of them are not tagging 
>> anything, 
>>so they don't show up in the tags list. Also, some of the tag tiddlers 
>> have 
>>content that probably won't be very useful for you in them.
>>- There's a button for the ReadingInbox on the toolbar, but said 
>>inbox is not included in the edition at present. You can hide or delete 
>>that button tiddler.
>>
>> Please let me know what else does not work right – I'd love to add a 
>> build of this edition to my standard publish process in the future.
>> On Saturday, April 17, 2021 at 6:52:30 AM UTC-5 stan...@gmail.com wrote:
>>
>>> +1 to Walt's post.  Thanks, Soren, for the great contribution to the 
>>> community. This really helped me understand how to implement a Zettelkasten 
>>> in TW.  I, too, have been wondering how to filter out your content and keep 
>>> the skeleton, if that is at all possible. Thanks again.
>>>
>>> Stan
>>>
>>> On Saturday, April 17, 2021 at 7:17:38 AM UTC-4 ludwa6 wrote:
>>>
 Wow.  For all the buzz around the Digital Gardening/ Mind-Mapping 
 space, this is so far and away beyond anything i have seen... An amazing 
 gift to the commons, Soren; i just gotta give your system a try.

 To that end, i have just one question: what would be the easiest way to 
 filter out & delete all your content from the downloaded .html file, 
 without losing any of the many useful functions that you have outlined & 
 demoed so well?



 /walt

 On Thursday, April 15, 2021 at 4:15:49 AM UTC+1 Soren Bjornstad wrote:

> For those who have been interested in my public Zettelkasten wiki 
> 

[tw5] Re: A tour through my Zettelkasten

2021-04-24 Thread ludwa6
Building my instance off this template, i'm now trying to develop a few 
topical Bibliographies, each with a list of Sources, but it's not working 
the way you show in the video, @Soren.

When i click the "Sources" tool, it opens up a "New Source" tiddler that 
contains only the following set of fields by default; the "Bibliography" 
field that appears at top of the list in your video at min.24'54" does not 
show up in mine -neither by default nor in the dropdown list of Field Names 
with which i might customise the tiddler (tho i suppose this should be done 
at the level of a View Template, right)?

Also: the "Bibliography" tab in SideBar appears rather enigmatic for the 
new user of this skeleton Zettelkasten, who has no Bibliography as of yet, 
no bibtex entries to "Process," and no clue as to how to make one.  I tried 
using the Search box in that widget, using pulldown param "Author" to 
search for the Source i created using the "New Source" tool, but it does 
not appear... And neither does it appear in the table on SourceList tiddler 
tho -being created via New Source tool- it is of course properly tagged.

Of course: i could implement the "Reading List" feature that i built in 
another instance, following your earlier video tutorial 
 -which works great- 
but i'm trying to use this Zettelkasten instance as-is, without introducing 
any new code.  To that end: am i missing something, or is something missing 
from the this version, i wonder?

/walt

On Saturday, April 17, 2021 at 6:06:29 PM UTC+1 Soren Bjornstad wrote:

> The public version lacks some functionality that is important for editing 
> and has a bunch of settings changed that are a bit of a pain to change 
> back, so it'll be much better if I do a second build off of the "real" 
> private version. I've attached a first 15-minute attempt at this.
>
> Things that could use improvement here:
>
>- There are no instructions at all, so you'll have to figure out how 
>to get started on your own. Some of the conventions tiddlers are missing 
>and would be nice to have.
>- I included all the red, yellow, and black tag tiddlers, but since 
>there is no content in this version, most of them are not tagging 
> anything, 
>so they don't show up in the tags list. Also, some of the tag tiddlers 
> have 
>content that probably won't be very useful for you in them.
>- There's a button for the ReadingInbox on the toolbar, but said inbox 
>is not included in the edition at present. You can hide or delete that 
>button tiddler.
>
> Please let me know what else does not work right – I'd love to add a build 
> of this edition to my standard publish process in the future.
> On Saturday, April 17, 2021 at 6:52:30 AM UTC-5 stan...@gmail.com wrote:
>
>> +1 to Walt's post.  Thanks, Soren, for the great contribution to the 
>> community. This really helped me understand how to implement a Zettelkasten 
>> in TW.  I, too, have been wondering how to filter out your content and keep 
>> the skeleton, if that is at all possible. Thanks again.
>>
>> Stan
>>
>> On Saturday, April 17, 2021 at 7:17:38 AM UTC-4 ludwa6 wrote:
>>
>>> Wow.  For all the buzz around the Digital Gardening/ Mind-Mapping space, 
>>> this is so far and away beyond anything i have seen... An amazing gift to 
>>> the commons, Soren; i just gotta give your system a try.
>>>
>>> To that end, i have just one question: what would be the easiest way to 
>>> filter out & delete all your content from the downloaded .html file, 
>>> without losing any of the many useful functions that you have outlined & 
>>> demoed so well?
>>>
>>>
>>>
>>> /walt
>>>
>>> On Thursday, April 15, 2021 at 4:15:49 AM UTC+1 Soren Bjornstad wrote:
>>>
 For those who have been interested in my public Zettelkasten wiki 
  in the past (or might be 
 interested in it now), I've just put up an extensive discussion of 
 Zettelkasten and how I've implemented it in my TiddlyWiki on my YouTube 
 channel:

 https://www.youtube.com/watch?v=GjpjE5pMZMI

 Here are the segments if you're curious:

 *About Zettelkasten:*
 0:00 Welcome and introduction
 1:00 Public and private versions of my Zettelkasten
 2:08 What is a Zettelkasten?
 4:16 What idea tiddlers look like and how we navigate through them
 6:28 Implementation evolves with the content

 *Organizing my Zettelkasten and relating ideas:*
 7:06 Why I use CamelCase names
 8:12 Expressing relationships by linking
 9:40 Expressing memberships by tagging
 10:07 Tags serve in many roles – topics/indexes, publicity level, 
 lists, types, pseudo-types, and maintenance
 15:42 Index tiddlers provide overviews of a topic area
 17:33 Transclusion can combine with the ‘description’ field to create 
 overviews
 18:42 Why I don’t use tags for all overviews
 19:28 

[tw5] Re: A tour through my Zettelkasten

2021-04-23 Thread Pall Sigurdsson
 Excellent stuff! I'm not even through the complete video yet. I'm taking 
notes in my TiddlyWiki while going through it and still digesting the 
information. I think the reference/idea explorer is awesome and I will 
definitely make an attempt to build something similar myself based on the 
shared zettelkasten. I hope that part is also in the public version - I 
haven't looked yet. I've already imported the TiddlyStretch plugin and 
CMplus. Both are awesome.

There's one minor issue with the TiddlyStretch plugin, at least the 
stretch-links widget. There is an extra line break in the rendering in 
Firefox (Desktop version in Windows10). Should I report that as an issue on 
the GitHub page? - For me it's no big deal but I thought you might want to 
know.
On Thursday, April 15, 2021 at 5:15:49 AM UTC+2 Soren Bjornstad wrote:

> For those who have been interested in my public Zettelkasten wiki 
>  in the past (or might be 
> interested in it now), I've just put up an extensive discussion of 
> Zettelkasten and how I've implemented it in my TiddlyWiki on my YouTube 
> channel:
>
> https://www.youtube.com/watch?v=GjpjE5pMZMI
>
> Here are the segments if you're curious:
>
> *About Zettelkasten:*
> 0:00 Welcome and introduction
> 1:00 Public and private versions of my Zettelkasten
> 2:08 What is a Zettelkasten?
> 4:16 What idea tiddlers look like and how we navigate through them
> 6:28 Implementation evolves with the content
>
> *Organizing my Zettelkasten and relating ideas:*
> 7:06 Why I use CamelCase names
> 8:12 Expressing relationships by linking
> 9:40 Expressing memberships by tagging
> 10:07 Tags serve in many roles – topics/indexes, publicity level, lists, 
> types, pseudo-types, and maintenance
> 15:42 Index tiddlers provide overviews of a topic area
> 17:33 Transclusion can combine with the ‘description’ field to create 
> overviews
> 18:42 Why I don’t use tags for all overviews
> 19:28 Stretchtext creates interactive, expandable overviews
> 20:42 Subtiddlers aggregate tightly coupled content
> 23:58 Bibliographies aggregate related sources
> 25:38 The Write tab highlights fruitful areas for further work (stubs, 
> missing, needing attention, needing excision, to-dos, open questions)
> 29:58 The Reference Explorer shows related tiddlers (backlinks and forward 
> links) in a concise table
> 34:48 Graph theory and Zettelkästen; link graph
> 37:11 Types of tiddlers; why I include non-idea tiddlers, unlike classic 
> Zettelkasten
>
> *Plugins and custom TiddlyWiki logic:*
> 41:04 Interesting TiddlyWiki plugins I use
> 47:17 Publishing only part of a TiddlyWiki (public/private switch): 
> Marking tiddlers
> 49:05 Public/private: The PrivateChunk
> 51:28 Public/private: The build process (shell script)
> 54:18 Custom copy-title and permalink buttons
> 55:38 GIS (mapping) support for places
> 57:55 The missing-tiddler helper
> 58:36 Quick reading-list import by pasting a URL
> 59:30 Reading inbox
> 1:00:15 Simple Analytics and raw markup snippets
> 1:01:05 Sorting tags by color and putting them in columns
>
> *Philosophy:*
> 1:03:01 Just get started and then continuously improve
> 1:05:20 The Three-Links Heuristic for determining whether ideas are 
> effectively linked together
> 1:07:02 A Zettelkasten never walks backwards: consistency doesn’t matter 
> that much
> 1:08:56 Why I default to open and publish my Zettelkasten
> 1:11:25 Polyspecialize your Zettelkasten, include variety
> 1:13:34 Prioritize; you won’t have time to write about everything
> 1:14:55 Using the flexibility and user-programmability of TiddlyWiki to 
> your advantage
>
>

-- 
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/a3d76c5b-51c8-457f-a3d4-68703a6532d9n%40googlegroups.com.


Re: [tw5] Re: A tour through my Zettelkasten

2021-04-22 Thread Ray Vermey
How do you create that Idea Explorer under each tiddler?
That looks great!

Ray

Op do 22 apr. 2021 om 04:47 schreef Soren Bjornstad <
soren.bjorns...@gmail.com>:

> I have a separate work wiki, which wasn't much of a question because I
> don't want to have company data mixed in with my personal stuff. Those two
> are 95% of my TiddlyWiki usage at the moment, though I have several other
> documentation and journal projects I'm considering bringing over at some
> point. I haven't decided whether those would get commingled or not.
>
> On Wednesday, April 21, 2021 at 4:03:33 PM UTC-5 si wrote:
>
>> Thanks for this Soren, really interesting. This is slightly off topic but
>> I'm curious, do you use TiddlyWiki for anything other than Zettelkasten? If
>> so why did you decide to use separate wikis over one super-notebook?
>>
>> On Thursday, 15 April 2021 at 04:15:49 UTC+1 Soren Bjornstad wrote:
>>
>>> For those who have been interested in my public Zettelkasten wiki
>>>  in the past (or might be
>>> interested in it now), I've just put up an extensive discussion of
>>> Zettelkasten and how I've implemented it in my TiddlyWiki on my YouTube
>>> channel:
>>>
>>> https://www.youtube.com/watch?v=GjpjE5pMZMI
>>>
>>> Here are the segments if you're curious:
>>>
>>> *About Zettelkasten:*
>>> 0:00 Welcome and introduction
>>> 1:00 Public and private versions of my Zettelkasten
>>> 2:08 What is a Zettelkasten?
>>> 4:16 What idea tiddlers look like and how we navigate through them
>>> 6:28 Implementation evolves with the content
>>>
>>> *Organizing my Zettelkasten and relating ideas:*
>>> 7:06 Why I use CamelCase names
>>> 8:12 Expressing relationships by linking
>>> 9:40 Expressing memberships by tagging
>>> 10:07 Tags serve in many roles – topics/indexes, publicity level, lists,
>>> types, pseudo-types, and maintenance
>>> 15:42 Index tiddlers provide overviews of a topic area
>>> 17:33 Transclusion can combine with the ‘description’ field to create
>>> overviews
>>> 18:42 Why I don’t use tags for all overviews
>>> 19:28 Stretchtext creates interactive, expandable overviews
>>> 20:42 Subtiddlers aggregate tightly coupled content
>>> 23:58 Bibliographies aggregate related sources
>>> 25:38 The Write tab highlights fruitful areas for further work (stubs,
>>> missing, needing attention, needing excision, to-dos, open questions)
>>> 29:58 The Reference Explorer shows related tiddlers (backlinks and
>>> forward links) in a concise table
>>> 34:48 Graph theory and Zettelkästen; link graph
>>> 37:11 Types of tiddlers; why I include non-idea tiddlers, unlike classic
>>> Zettelkasten
>>>
>>> *Plugins and custom TiddlyWiki logic:*
>>> 41:04 Interesting TiddlyWiki plugins I use
>>> 47:17 Publishing only part of a TiddlyWiki (public/private switch):
>>> Marking tiddlers
>>> 49:05 Public/private: The PrivateChunk
>>> 51:28 Public/private: The build process (shell script)
>>> 54:18 Custom copy-title and permalink buttons
>>> 55:38 GIS (mapping) support for places
>>> 57:55 The missing-tiddler helper
>>> 58:36 Quick reading-list import by pasting a URL
>>> 59:30 Reading inbox
>>> 1:00:15 Simple Analytics and raw markup snippets
>>> 1:01:05 Sorting tags by color and putting them in columns
>>>
>>> *Philosophy:*
>>> 1:03:01 Just get started and then continuously improve
>>> 1:05:20 The Three-Links Heuristic for determining whether ideas are
>>> effectively linked together
>>> 1:07:02 A Zettelkasten never walks backwards: consistency doesn’t matter
>>> that much
>>> 1:08:56 Why I default to open and publish my Zettelkasten
>>> 1:11:25 Polyspecialize your Zettelkasten, include variety
>>> 1:13:34 Prioritize; you won’t have time to write about everything
>>> 1:14:55 Using the flexibility and user-programmability of TiddlyWiki to
>>> your advantage
>>>
>>> --
> 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/940599c1-da65-46a8-9e30-acb6115c2238n%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/CAAF_p9BtRw29VmtosN8KDRHiiZJ2gteZScdrJL7iLk%3DMg_7_sA%40mail.gmail.com.


[tw5] Re: A tour through my Zettelkasten

2021-04-21 Thread Soren Bjornstad
I have a separate work wiki, which wasn't much of a question because I 
don't want to have company data mixed in with my personal stuff. Those two 
are 95% of my TiddlyWiki usage at the moment, though I have several other 
documentation and journal projects I'm considering bringing over at some 
point. I haven't decided whether those would get commingled or not.

On Wednesday, April 21, 2021 at 4:03:33 PM UTC-5 si wrote:

> Thanks for this Soren, really interesting. This is slightly off topic but 
> I'm curious, do you use TiddlyWiki for anything other than Zettelkasten? If 
> so why did you decide to use separate wikis over one super-notebook?
>
> On Thursday, 15 April 2021 at 04:15:49 UTC+1 Soren Bjornstad wrote:
>
>> For those who have been interested in my public Zettelkasten wiki 
>>  in the past (or might be 
>> interested in it now), I've just put up an extensive discussion of 
>> Zettelkasten and how I've implemented it in my TiddlyWiki on my YouTube 
>> channel:
>>
>> https://www.youtube.com/watch?v=GjpjE5pMZMI
>>
>> Here are the segments if you're curious:
>>
>> *About Zettelkasten:*
>> 0:00 Welcome and introduction
>> 1:00 Public and private versions of my Zettelkasten
>> 2:08 What is a Zettelkasten?
>> 4:16 What idea tiddlers look like and how we navigate through them
>> 6:28 Implementation evolves with the content
>>
>> *Organizing my Zettelkasten and relating ideas:*
>> 7:06 Why I use CamelCase names
>> 8:12 Expressing relationships by linking
>> 9:40 Expressing memberships by tagging
>> 10:07 Tags serve in many roles – topics/indexes, publicity level, lists, 
>> types, pseudo-types, and maintenance
>> 15:42 Index tiddlers provide overviews of a topic area
>> 17:33 Transclusion can combine with the ‘description’ field to create 
>> overviews
>> 18:42 Why I don’t use tags for all overviews
>> 19:28 Stretchtext creates interactive, expandable overviews
>> 20:42 Subtiddlers aggregate tightly coupled content
>> 23:58 Bibliographies aggregate related sources
>> 25:38 The Write tab highlights fruitful areas for further work (stubs, 
>> missing, needing attention, needing excision, to-dos, open questions)
>> 29:58 The Reference Explorer shows related tiddlers (backlinks and 
>> forward links) in a concise table
>> 34:48 Graph theory and Zettelkästen; link graph
>> 37:11 Types of tiddlers; why I include non-idea tiddlers, unlike classic 
>> Zettelkasten
>>
>> *Plugins and custom TiddlyWiki logic:*
>> 41:04 Interesting TiddlyWiki plugins I use
>> 47:17 Publishing only part of a TiddlyWiki (public/private switch): 
>> Marking tiddlers
>> 49:05 Public/private: The PrivateChunk
>> 51:28 Public/private: The build process (shell script)
>> 54:18 Custom copy-title and permalink buttons
>> 55:38 GIS (mapping) support for places
>> 57:55 The missing-tiddler helper
>> 58:36 Quick reading-list import by pasting a URL
>> 59:30 Reading inbox
>> 1:00:15 Simple Analytics and raw markup snippets
>> 1:01:05 Sorting tags by color and putting them in columns
>>
>> *Philosophy:*
>> 1:03:01 Just get started and then continuously improve
>> 1:05:20 The Three-Links Heuristic for determining whether ideas are 
>> effectively linked together
>> 1:07:02 A Zettelkasten never walks backwards: consistency doesn’t matter 
>> that much
>> 1:08:56 Why I default to open and publish my Zettelkasten
>> 1:11:25 Polyspecialize your Zettelkasten, include variety
>> 1:13:34 Prioritize; you won’t have time to write about everything
>> 1:14:55 Using the flexibility and user-programmability of TiddlyWiki to 
>> your advantage
>>
>>

-- 
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/940599c1-da65-46a8-9e30-acb6115c2238n%40googlegroups.com.


[tw5] Re: A tour through my Zettelkasten

2021-04-21 Thread si
Thanks for this Soren, really interesting. This is slightly off topic but 
I'm curious, do you use TiddlyWiki for anything other than Zettelkasten? If 
so why did you decide to use separate wikis over one super-notebook?

On Thursday, 15 April 2021 at 04:15:49 UTC+1 Soren Bjornstad wrote:

> For those who have been interested in my public Zettelkasten wiki 
>  in the past (or might be 
> interested in it now), I've just put up an extensive discussion of 
> Zettelkasten and how I've implemented it in my TiddlyWiki on my YouTube 
> channel:
>
> https://www.youtube.com/watch?v=GjpjE5pMZMI
>
> Here are the segments if you're curious:
>
> *About Zettelkasten:*
> 0:00 Welcome and introduction
> 1:00 Public and private versions of my Zettelkasten
> 2:08 What is a Zettelkasten?
> 4:16 What idea tiddlers look like and how we navigate through them
> 6:28 Implementation evolves with the content
>
> *Organizing my Zettelkasten and relating ideas:*
> 7:06 Why I use CamelCase names
> 8:12 Expressing relationships by linking
> 9:40 Expressing memberships by tagging
> 10:07 Tags serve in many roles – topics/indexes, publicity level, lists, 
> types, pseudo-types, and maintenance
> 15:42 Index tiddlers provide overviews of a topic area
> 17:33 Transclusion can combine with the ‘description’ field to create 
> overviews
> 18:42 Why I don’t use tags for all overviews
> 19:28 Stretchtext creates interactive, expandable overviews
> 20:42 Subtiddlers aggregate tightly coupled content
> 23:58 Bibliographies aggregate related sources
> 25:38 The Write tab highlights fruitful areas for further work (stubs, 
> missing, needing attention, needing excision, to-dos, open questions)
> 29:58 The Reference Explorer shows related tiddlers (backlinks and forward 
> links) in a concise table
> 34:48 Graph theory and Zettelkästen; link graph
> 37:11 Types of tiddlers; why I include non-idea tiddlers, unlike classic 
> Zettelkasten
>
> *Plugins and custom TiddlyWiki logic:*
> 41:04 Interesting TiddlyWiki plugins I use
> 47:17 Publishing only part of a TiddlyWiki (public/private switch): 
> Marking tiddlers
> 49:05 Public/private: The PrivateChunk
> 51:28 Public/private: The build process (shell script)
> 54:18 Custom copy-title and permalink buttons
> 55:38 GIS (mapping) support for places
> 57:55 The missing-tiddler helper
> 58:36 Quick reading-list import by pasting a URL
> 59:30 Reading inbox
> 1:00:15 Simple Analytics and raw markup snippets
> 1:01:05 Sorting tags by color and putting them in columns
>
> *Philosophy:*
> 1:03:01 Just get started and then continuously improve
> 1:05:20 The Three-Links Heuristic for determining whether ideas are 
> effectively linked together
> 1:07:02 A Zettelkasten never walks backwards: consistency doesn’t matter 
> that much
> 1:08:56 Why I default to open and publish my Zettelkasten
> 1:11:25 Polyspecialize your Zettelkasten, include variety
> 1:13:34 Prioritize; you won’t have time to write about everything
> 1:14:55 Using the flexibility and user-programmability of TiddlyWiki to 
> your advantage
>
>

-- 
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/1b68a2ce-050c-4e19-8b38-2b0d05198dadn%40googlegroups.com.


Re: [tw5] Re: A tour through my Zettelkasten

2021-04-21 Thread Rika Sukenik
Perfect. Thanks, Soren.

Best,
Rika Sukenik


On Wed, Apr 21, 2021 at 9:32 AM Soren Bjornstad 
wrote:

> You can adjust the buttons on the page toolbar just by checking/unchecking
> them on the *Tools* tab. For the tabs, you manipulate those by changing
> the set of tiddlers tagged $:/tags/SideBar.
>
> On Wednesday, April 21, 2021 at 11:18:15 AM UTC-5 rika.s...@gmail.com
> wrote:
>
>> Hey Soren, I love your Zettelkasten! Great work. I'm curious, how do you
>> display a custom sidebar? I noticed that items like Control Panel and some
>> toolbar items are hidden. Are you using a plugin?
>>
>> On Sunday, April 18, 2021 at 11:48:29 PM UTC-7 ludwa6 wrote:
>>
>>> Makes sense, Soren, if we couch our TODOs in the form of a single
>>> sentence -a good rule to follow in any case- AND if we don't use any of
>>> those terminal punctuation marks within that sentence.  This would preclude
>>> possibility of not only domain names and IP addresses (which by definition
>>> must contain at least one period), but also some other "accidentals" -e.g.
>>> abbreviations, ellipses, etc...  Guess i can live w/ that (must do, since i
>>> cannot conceive of a programming logic that would accommodate such uses!).
>>>  /walt
>>>
>>> On Sunday, April 18, 2021 at 8:19:45 PM UTC+1 Soren Bjornstad wrote:
>>>
 The filter that pulls the snippet stops when it reaches the first
 period, question mark, or exclamation mark, so that it only pulls the
 sentence after the TODO. In your case, you have a link to youtu.be
 within the first sentence, so when it hits the . after 'youtu', it stops,
 and the result isn't valid wikitext. If you wanted to have a different way
 of indicating where the TODO ended so you can have more freedom in what you
 put in the snippet, you could adjust the *splitre *accordingly.

 On Sunday, April 18, 2021 at 1:05:54 PM UTC-5 ludwa6 wrote:

> Ah, nice: that's got it working. Nifty affordance, that!
>
> Now as it happens: this reveals to me another curious thing (what you
> might have covered in the video, Soren; if so i apologise. So much detail
> in that to master!): following standard wikitext notation, i embedded that
> link to your video above, i.e.- [[Soren's video at 28'47"|
> https://youtu.be/GjpjE5pMZMI?t=1727]] -in a topical tiddler flagged
> with [[TODO]] on that line.  The link shows up & works as it should in the
> source tiddler... But then where it gets transcluded by the TODO tiddler,
> it shows up like this- *TODO:* See if i can get this working as
> indicated [[in Soren's video at 28'47"|https://youtu.-with a little
> padlock icon that i can't reproduce here inserted right after the pipe,
> just before that truncated URL, which doesn't work when clicked, of
> course.  What's up w/ that, i wonder?
>
> /walt
>
>
> On Sunday, April 18, 2021 at 4:55:35 PM UTC+1 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:'' <>.
>> 
>> 
>> 
>>
>> ...
>>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "TiddlyWiki" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/tiddlywiki/cfKfrAzHZyg/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> tiddlywiki+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/16e3c509-0abc-46f0-871b-e41762d9e43en%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/CALSoQA2UwW-HZatEoRoEXK57YYXBbmbgsiL0T1%3DRmW3j5S2z4Q%40mail.gmail.com.


[tw5] Re: A tour through my Zettelkasten

2021-04-21 Thread Soren Bjornstad
You can adjust the buttons on the page toolbar just by checking/unchecking 
them on the *Tools* tab. For the tabs, you manipulate those by changing the 
set of tiddlers tagged $:/tags/SideBar.

On Wednesday, April 21, 2021 at 11:18:15 AM UTC-5 rika.s...@gmail.com wrote:

> Hey Soren, I love your Zettelkasten! Great work. I'm curious, how do you 
> display a custom sidebar? I noticed that items like Control Panel and some 
> toolbar items are hidden. Are you using a plugin? 
>
> On Sunday, April 18, 2021 at 11:48:29 PM UTC-7 ludwa6 wrote:
>
>> Makes sense, Soren, if we couch our TODOs in the form of a single 
>> sentence -a good rule to follow in any case- AND if we don't use any of 
>> those terminal punctuation marks within that sentence.  This would preclude 
>> possibility of not only domain names and IP addresses (which by definition 
>> must contain at least one period), but also some other "accidentals" -e.g. 
>> abbreviations, ellipses, etc...  Guess i can live w/ that (must do, since i 
>> cannot conceive of a programming logic that would accommodate such uses!).  
>>  /walt
>>
>> On Sunday, April 18, 2021 at 8:19:45 PM UTC+1 Soren Bjornstad wrote:
>>
>>> The filter that pulls the snippet stops when it reaches the first 
>>> period, question mark, or exclamation mark, so that it only pulls the 
>>> sentence after the TODO. In your case, you have a link to youtu.be 
>>> within the first sentence, so when it hits the . after 'youtu', it stops, 
>>> and the result isn't valid wikitext. If you wanted to have a different way 
>>> of indicating where the TODO ended so you can have more freedom in what you 
>>> put in the snippet, you could adjust the *splitre *accordingly.
>>>
>>> On Sunday, April 18, 2021 at 1:05:54 PM UTC-5 ludwa6 wrote:
>>>
 Ah, nice: that's got it working. Nifty affordance, that!  

 Now as it happens: this reveals to me another curious thing (what you 
 might have covered in the video, Soren; if so i apologise. So much detail 
 in that to master!): following standard wikitext notation, i embedded that 
 link to your video above, i.e.- [[Soren's video at 28'47"|
 https://youtu.be/GjpjE5pMZMI?t=1727]] -in a topical tiddler flagged 
 with [[TODO]] on that line.  The link shows up & works as it should in the 
 source tiddler... But then where it gets transcluded by the TODO tiddler, 
 it shows up like this- *TODO:* See if i can get this working as 
 indicated [[in Soren's video at 28'47"|https://youtu.-with a little 
 padlock icon that i can't reproduce here inserted right after the pipe, 
 just before that truncated URL, which doesn't work when clicked, of 
 course.  What's up w/ that, i wonder?

 /walt


 On Sunday, April 18, 2021 at 4:55:35 PM UTC+1 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:'' <>.
> 
> 
> 
>
> ...
>


-- 
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/16e3c509-0abc-46f0-871b-e41762d9e43en%40googlegroups.com.


[tw5] Re: A tour through my Zettelkasten

2021-04-21 Thread Rika Sukenik
Hey Soren, I love your Zettelkasten! Great work. I'm curious, how do you 
display a custom sidebar? I noticed that items like Control Panel and some 
toolbar items are hidden. Are you using a plugin? 

On Sunday, April 18, 2021 at 11:48:29 PM UTC-7 ludwa6 wrote:

> Makes sense, Soren, if we couch our TODOs in the form of a single sentence 
> -a good rule to follow in any case- AND if we don't use any of those 
> terminal punctuation marks within that sentence.  This would preclude 
> possibility of not only domain names and IP addresses (which by definition 
> must contain at least one period), but also some other "accidentals" -e.g. 
> abbreviations, ellipses, etc...  Guess i can live w/ that (must do, since i 
> cannot conceive of a programming logic that would accommodate such uses!).  
>  /walt
>
> On Sunday, April 18, 2021 at 8:19:45 PM UTC+1 Soren Bjornstad wrote:
>
>> The filter that pulls the snippet stops when it reaches the first period, 
>> question mark, or exclamation mark, so that it only pulls the sentence 
>> after the TODO. In your case, you have a link to youtu.be within the 
>> first sentence, so when it hits the . after 'youtu', it stops, and the 
>> result isn't valid wikitext. If you wanted to have a different way of 
>> indicating where the TODO ended so you can have more freedom in what you 
>> put in the snippet, you could adjust the *splitre *accordingly.
>>
>> On Sunday, April 18, 2021 at 1:05:54 PM UTC-5 ludwa6 wrote:
>>
>>> Ah, nice: that's got it working. Nifty affordance, that!  
>>>
>>> Now as it happens: this reveals to me another curious thing (what you 
>>> might have covered in the video, Soren; if so i apologise. So much detail 
>>> in that to master!): following standard wikitext notation, i embedded that 
>>> link to your video above, i.e.- [[Soren's video at 28'47"|
>>> https://youtu.be/GjpjE5pMZMI?t=1727]] -in a topical tiddler flagged 
>>> with [[TODO]] on that line.  The link shows up & works as it should in the 
>>> source tiddler... But then where it gets transcluded by the TODO tiddler, 
>>> it shows up like this- *TODO:* See if i can get this working as 
>>> indicated [[in Soren's video at 28'47"|https://youtu.-with a little 
>>> padlock icon that i can't reproduce here inserted right after the pipe, 
>>> just before that truncated URL, which doesn't work when clicked, of 
>>> course.  What's up w/ that, i wonder?
>>>
>>> /walt
>>>
>>>
>>> On Sunday, April 18, 2021 at 4:55:35 PM UTC+1 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:'' <>.
 
 
 

 ...

>>>

-- 
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/9d17cc39-d21f-4e71-8e91-bb444850b0c1n%40googlegroups.com.


[tw5] Re: A tour through my Zettelkasten

2021-04-19 Thread ludwa6
Makes sense, Soren, if we couch our TODOs in the form of a single sentence 
-a good rule to follow in any case- AND if we don't use any of those 
terminal punctuation marks within that sentence.  This would preclude 
possibility of not only domain names and IP addresses (which by definition 
must contain at least one period), but also some other "accidentals" -e.g. 
abbreviations, ellipses, etc...  Guess i can live w/ that (must do, since i 
cannot conceive of a programming logic that would accommodate such uses!).  
 /walt

On Sunday, April 18, 2021 at 8:19:45 PM UTC+1 Soren Bjornstad wrote:

> The filter that pulls the snippet stops when it reaches the first period, 
> question mark, or exclamation mark, so that it only pulls the sentence 
> after the TODO. In your case, you have a link to youtu.be within the 
> first sentence, so when it hits the . after 'youtu', it stops, and the 
> result isn't valid wikitext. If you wanted to have a different way of 
> indicating where the TODO ended so you can have more freedom in what you 
> put in the snippet, you could adjust the *splitre *accordingly.
>
> On Sunday, April 18, 2021 at 1:05:54 PM UTC-5 ludwa6 wrote:
>
>> Ah, nice: that's got it working. Nifty affordance, that!  
>>
>> Now as it happens: this reveals to me another curious thing (what you 
>> might have covered in the video, Soren; if so i apologise. So much detail 
>> in that to master!): following standard wikitext notation, i embedded that 
>> link to your video above, i.e.- [[Soren's video at 28'47"|
>> https://youtu.be/GjpjE5pMZMI?t=1727]] -in a topical tiddler flagged with 
>> [[TODO]] on that line.  The link shows up & works as it should in the 
>> source tiddler... But then where it gets transcluded by the TODO tiddler, 
>> it shows up like this- *TODO:* See if i can get this working as 
>> indicated [[in Soren's video at 28'47"|https://youtu.-with a little 
>> padlock icon that i can't reproduce here inserted right after the pipe, 
>> just before that truncated URL, which doesn't work when clicked, of 
>> course.  What's up w/ that, i wonder?
>>
>> /walt
>>
>>
>> On Sunday, April 18, 2021 at 4:55:35 PM UTC+1 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:'' <>.
>>> 
>>> 
>>> 
>>>
>>> ...
>>>
>>

-- 
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/b6f69e16-ed72-4872-9fad-af62b62bebe1n%40googlegroups.com.


[tw5] Re: A tour through my Zettelkasten

2021-04-18 Thread Soren Bjornstad
The filter that pulls the snippet stops when it reaches the first period, 
question mark, or exclamation mark, so that it only pulls the sentence 
after the TODO. In your case, you have a link to youtu.be within the first 
sentence, so when it hits the . after 'youtu', it stops, and the result 
isn't valid wikitext. If you wanted to have a different way of indicating 
where the TODO ended so you can have more freedom in what you put in the 
snippet, you could adjust the *splitre *accordingly.

On Sunday, April 18, 2021 at 1:05:54 PM UTC-5 ludwa6 wrote:

> Ah, nice: that's got it working. Nifty affordance, that!  
>
> Now as it happens: this reveals to me another curious thing (what you 
> might have covered in the video, Soren; if so i apologise. So much detail 
> in that to master!): following standard wikitext notation, i embedded that 
> link to your video above, i.e.- [[Soren's video at 28'47"|
> https://youtu.be/GjpjE5pMZMI?t=1727]] -in a topical tiddler flagged with 
> [[TODO]] on that line.  The link shows up & works as it should in the 
> source tiddler... But then where it gets transcluded by the TODO tiddler, 
> it shows up like this- *TODO:* See if i can get this working as indicated 
> [[in Soren's video at 28'47"|https://youtu.-with a little padlock icon 
> that i can't reproduce here inserted right after the pipe, just before that 
> truncated URL, which doesn't work when clicked, of course.  What's up w/ 
> that, i wonder?
>
> /walt
>
>
> On Sunday, April 18, 2021 at 4:55:35 PM UTC+1 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:'' <>.
>> 
>> 
>> 
>>
>> ...
>>
>

-- 
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/dd9a0d48-70b7-4e5e-897c-ad22d2ddacb3n%40googlegroups.com.


[tw5] Re: A tour through my Zettelkasten

2021-04-18 Thread ludwa6
Ah, nice: that's got it working. Nifty affordance, that!  

Now as it happens: this reveals to me another curious thing (what you might 
have covered in the video, Soren; if so i apologise. So much detail in that 
to master!): following standard wikitext notation, i embedded that link to 
your video above, i.e.- [[Soren's video at 
28'47"|https://youtu.be/GjpjE5pMZMI?t=1727]] -in a topical tiddler flagged 
with [[TODO]] on that line.  The link shows up & works as it should in the 
source tiddler... But then where it gets transcluded by the TODO tiddler, 
it shows up like this- *TODO:* See if i can get this working as indicated 
[[in Soren's video at 28'47"|https://youtu.-with a little padlock icon that 
i can't reproduce here inserted right after the pipe, just before that 
truncated URL, which doesn't work when clicked, of course.  What's up w/ 
that, i wonder?

/walt


On Sunday, April 18, 2021 at 4:55:35 PM UTC+1 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:'' <>.
> 
> 
> 
>
> ...
>

-- 
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/979322ef-c627-4041-9fe3-1623ee5651e0n%40googlegroups.com.


[tw5] Re: A tour through my Zettelkasten

2021-04-18 Thread Soren Bjornstad
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 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/4f12dac0-b621-436f-be03-169eb4d1e878n%40googlegroups.com.


[tw5] Re: A tour through my Zettelkasten

2021-04-18 Thread ludwa6
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 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/48aec381-d411-409f-93bc-12d6943d670en%40googlegroups.com.


[tw5] Re: A tour through my Zettelkasten

2021-04-18 Thread Soren Bjornstad
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 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/9528cd62-a66c-4299-b57a-1d9b9b0b3895n%40googlegroups.com.


[tw5] Re: A tour through my Zettelkasten

2021-04-18 Thread ludwa6
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 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/378cafb6-53c4-4df4-b56c-073c7e50c81an%40googlegroups.com.


[tw5] Re: A tour through my Zettelkasten

2021-04-18 Thread Soren Bjornstad
Minor correction: in the list of setup steps (second code block from the 
bottom), add this line at the end:

mkdir wiki

On Sunday, April 18, 2021 at 7:35:05 AM UTC-5 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.
>
> Wherever you keep your wiki, your folder tree should look like this:
>
> My Zettelkasten
> |- zk-wiki
> |- public-wiki
> |- scripts
>|- publish.sh
>
> ...where publish.sh is the script below, and public-wiki is an empty 
> folder that your public wiki will be built into. If you don't like 
> "zk-wiki" or "public-wiki" as names, you can change them in the constants 
> block just below.
>
> #!/bin/bash
>
> ### Change these constants to taste. (Don't remove the quotation marks at 
> the beginning and end of any value.) ###
> PRIV_FOLDER="zk-wiki"
> PUB_FOLDER="public-wiki"
> FILT='[is[system]] [tag[Public]] -[[$:/plugins/tiddlywiki/tiddlyweb]] 
> -[[$:/plugins/tiddlywiki/filesystem]] -[prefix[$:/temp]] 
> -[prefix[$:/state]] -[prefix[$:/sib/StorySaver/saved]] 
> +[!field:title[$:/sib/WriteSideBar]]'
> WIKI_NAME="index.html"
> ext_image_folder="extimage"
>
> ### Various sanity checks to ensure we're able to start building the wiki 
> without breaking anything. ###
> pub_wiki="${PUB_FOLDER:?eek}/wiki"
> pub_ghpages="${PUB_FOLDER:?eek}/pages"
>
> die() {
> ret=$?
> printf "%s\\n" "$@" >&2
> exit $ret
> }
>
> cd "$(dirname "$0")/.." || die "Script in unexpected location. Please 
> check script."
> [ -f "package.json" ] || die "cd to project root failed. Please check 
> script."
>
>
> ### Do the build. ###
> echo "Exporting public tiddlers..."
> rm -rf "$pub_wiki"
> "$(npm bin)/tiddlywiki" "$PRIV_FOLDER" --savewikifolder "$pub_wiki" "$FILT"
>
> echo "Externalizing images..."
> "$(npm bin)/tiddlywiki" "$pub_wiki" --savetiddlers "[is[image]]" 
> "$ext_image_folder"
> # Note: images are saved here but aren't replaced with references until 
> next command.
>
> echo "Compiling single HTML file..."
> "$(npm bin)/tiddlywiki" "$pub_wiki" \
> --setfield "[is[image]]" _canonical_uri 
> '$:/core/templates/canonical-uri-external-image' text/plain \
> --setfield "[is[image]]" text "" text/plain \
> --render "$:/core/save/all" "$WIKI_NAME" text/plain
> cp -r "$pub_wiki/output"/* "$pub_ghpages"
>
>
> ### Publish built wiki to the web. ###
> if [ "$1" = "--push" ]; then
> echo "Pushing compiled wiki to GitHub..."
> cd "$pub_ghpages" || exit 1
> git add .
> git commit -m "publish checkpoint"
> git push
> else
> echo "Not pushing the wiki to GitHub because the --push switch was not 
> provided."
> fi
>
> Once you have this file created, go into your *My Zettelkasten* folder, 
> open Git Bash, and type the following to make your script executable and 
> clone your GitHub Pages repository to a location where the script can find 
> it:
>
> chmod +x scripts/publish.sh
> mkdir public-wiki
> cd public-wiki
> git clone https://your/repository/clone/url pages
>
> After initial setup, whenever you want to publish, you just start Git Bash 
> in the *My Zettelkasten* folder and say:
>
> scripts/publish.sh --push
>
> On Sunday, April 18, 2021 at 5:54:03 AM UTC-5 ludwa6 wrote:
>
>> Cool -editor works fine now- so i've make this my personal github.io repo 
>> , where i'll try to document my journey of 
>> learning with Zettelkasten as i go.  Have not yet found a good way to 
>> export just the Public (i.e. not tagged "private") tiddlers for push to 
>> Github; was kinda hoping the standard "export all" tool might serve for 
>> that purpose,  but it seems not.  If anyone can suggest a good low-friction 
>> workflow for this (ideally w/o any command line voodoo involved :-), i'd be 
>> much obliged!
>>
>> /walt
>>
>> On Sunday, April 18, 2021 at 12:18:53 AM UTC+1 Soren Bjornstad wrote:
>>
>>> Haha, sorry, I forgot to turn off the vim keybindings. PMario has 
>>> explained how to do that.
>>>
>>> On Saturday, April 17, 2021 at 1:30:57 PM UTC-5 ludwa6 wrote:
>>>
>> OK, after struggling w/ this a bit, i have to stop and ask: is there 
 something that would cause the editor widget to behave very differently 
 from standard TW5?...
>>>
>>>
 On Saturday, April 17, 2021 at 6:06:29 PM UTC+1 

[tw5] Re: A tour through my Zettelkasten

2021-04-18 Thread Soren Bjornstad
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.

Wherever you keep your wiki, your folder tree should look like this:

My Zettelkasten
|- zk-wiki
|- public-wiki
|- scripts
   |- publish.sh

...where publish.sh is the script below, and public-wiki is an empty folder 
that your public wiki will be built into. If you don't like "zk-wiki" or 
"public-wiki" as names, you can change them in the constants block just 
below.

#!/bin/bash

### Change these constants to taste. (Don't remove the quotation marks at 
the beginning and end of any value.) ###
PRIV_FOLDER="zk-wiki"
PUB_FOLDER="public-wiki"
FILT='[is[system]] [tag[Public]] -[[$:/plugins/tiddlywiki/tiddlyweb]] 
-[[$:/plugins/tiddlywiki/filesystem]] -[prefix[$:/temp]] 
-[prefix[$:/state]] -[prefix[$:/sib/StorySaver/saved]] 
+[!field:title[$:/sib/WriteSideBar]]'
WIKI_NAME="index.html"
ext_image_folder="extimage"

### Various sanity checks to ensure we're able to start building the wiki 
without breaking anything. ###
pub_wiki="${PUB_FOLDER:?eek}/wiki"
pub_ghpages="${PUB_FOLDER:?eek}/pages"

die() {
ret=$?
printf "%s\\n" "$@" >&2
exit $ret
}

cd "$(dirname "$0")/.." || die "Script in unexpected location. Please check 
script."
[ -f "package.json" ] || die "cd to project root failed. Please check 
script."


### Do the build. ###
echo "Exporting public tiddlers..."
rm -rf "$pub_wiki"
"$(npm bin)/tiddlywiki" "$PRIV_FOLDER" --savewikifolder "$pub_wiki" "$FILT"

echo "Externalizing images..."
"$(npm bin)/tiddlywiki" "$pub_wiki" --savetiddlers "[is[image]]" 
"$ext_image_folder"
# Note: images are saved here but aren't replaced with references until 
next command.

echo "Compiling single HTML file..."
"$(npm bin)/tiddlywiki" "$pub_wiki" \
--setfield "[is[image]]" _canonical_uri 
'$:/core/templates/canonical-uri-external-image' text/plain \
--setfield "[is[image]]" text "" text/plain \
--render "$:/core/save/all" "$WIKI_NAME" text/plain
cp -r "$pub_wiki/output"/* "$pub_ghpages"


### Publish built wiki to the web. ###
if [ "$1" = "--push" ]; then
echo "Pushing compiled wiki to GitHub..."
cd "$pub_ghpages" || exit 1
git add .
git commit -m "publish checkpoint"
git push
else
echo "Not pushing the wiki to GitHub because the --push switch was not 
provided."
fi

Once you have this file created, go into your *My Zettelkasten* folder, 
open Git Bash, and type the following to make your script executable and 
clone your GitHub Pages repository to a location where the script can find 
it:

chmod +x scripts/publish.sh
mkdir public-wiki
cd public-wiki
git clone https://your/repository/clone/url pages

After initial setup, whenever you want to publish, you just start Git Bash 
in the *My Zettelkasten* folder and say:

scripts/publish.sh --push

On Sunday, April 18, 2021 at 5:54:03 AM UTC-5 ludwa6 wrote:

> Cool -editor works fine now- so i've make this my personal github.io repo 
> , where i'll try to document my journey of 
> learning with Zettelkasten as i go.  Have not yet found a good way to 
> export just the Public (i.e. not tagged "private") tiddlers for push to 
> Github; was kinda hoping the standard "export all" tool might serve for 
> that purpose,  but it seems not.  If anyone can suggest a good low-friction 
> workflow for this (ideally w/o any command line voodoo involved :-), i'd be 
> much obliged!
>
> /walt
>
> On Sunday, April 18, 2021 at 12:18:53 AM UTC+1 Soren Bjornstad wrote:
>
>> Haha, sorry, I forgot to turn off the vim keybindings. PMario has 
>> explained how to do that.
>>
>> On Saturday, April 17, 2021 at 1:30:57 PM UTC-5 ludwa6 wrote:
>>
> OK, after struggling w/ this a bit, i have to stop and ask: is there 
>>> something that would cause the editor widget to behave very differently 
>>> from standard TW5?...
>>
>>
>>> On Saturday, April 17, 2021 at 6:06:29 PM UTC+1 Soren Bjornstad wrote:
>>>
>> The public version lacks some functionality that is important for editing 
 and has a bunch of settings changed that are a bit of a pain to change 
 back, so it'll be much better if I do a second build off of the "real" 
 private version. I've attached a first 15-minute attempt at this.

 Things that could use improvement here:

- There are 

[tw5] Re: A tour through my Zettelkasten

2021-04-18 Thread ludwa6
Cool -editor works fine now- so i've make this my personal github.io repo 
, where i'll try to document my journey of 
learning with Zettelkasten as i go.  Have not yet found a good way to 
export just the Public (i.e. not tagged "private") tiddlers for push to 
Github; was kinda hoping the standard "export all" tool might serve for 
that purpose,  but it seems not.  If anyone can suggest a good low-friction 
workflow for this (ideally w/o any command line voodoo involved :-), i'd be 
much obliged!

/walt

On Sunday, April 18, 2021 at 12:18:53 AM UTC+1 Soren Bjornstad wrote:

> Haha, sorry, I forgot to turn off the vim keybindings. PMario has 
> explained how to do that.
>
> On Saturday, April 17, 2021 at 1:30:57 PM UTC-5 ludwa6 wrote:
>
>> OK, after struggling w/ this a bit, i have to stop and ask: is there 
>> something that would cause the editor widget to behave very differently 
>> from standard TW5?...
>> On Saturday, April 17, 2021 at 6:06:29 PM UTC+1 Soren Bjornstad wrote:
>>
>>> The public version lacks some functionality that is important for 
>>> editing and has a bunch of settings changed that are a bit of a pain to 
>>> change back, so it'll be much better if I do a second build off of the 
>>> "real" private version. I've attached a first 15-minute attempt at this.
>>>
>>> Things that could use improvement here:
>>>
>>>- There are no instructions at all, so you'll have to figure out how 
>>>to get started on your own. Some of the conventions tiddlers are missing 
>>>and would be nice to have.
>>>- I included all the red, yellow, and black tag tiddlers, but since 
>>>there is no content in this version, most of them are not tagging 
>>> anything, 
>>>so they don't show up in the tags list. Also, some of the tag tiddlers 
>>> have 
>>>content that probably won't be very useful for you in them.
>>>- There's a button for the ReadingInbox on the toolbar, but said 
>>>inbox is not included in the edition at present. You can hide or delete 
>>>that button tiddler.
>>>
>>> Please let me know what else does not work right – I'd love to add a 
>>> build of this edition to my standard publish process in the future
>>>
>>

-- 
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/052d4c56-d70b-4eda-a9b6-b25b85e87d97n%40googlegroups.com.


[tw5] Re: A tour through my Zettelkasten

2021-04-18 Thread ludwa6
Ah- that was easy. Thanks Mario!   /walt

On Saturday, April 17, 2021 at 10:21:45 PM UTC+1 PMario wrote:

> On Saturday, April 17, 2021 at 8:30:57 PM UTC+2 ludwa6 wrote:
> ...
>
>> I really love the system overall, but just can't get the hang of this 
>> text editor variant, so if there's any way to make it revert to standard, 
>> i'd sure like to know how.
>>
>
> First delete $:/config/codemirror/keyMap 
> You can go to the control-panel and delete the codemirror-keymap-vim 
> tiddler. 
> Install codemirror-keymap-sublime or emacs  from the official plugin 
> library
> Then set the keymap config to sublime or emacs. 
>
> -mario
>
>

-- 
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/4a5421b5-a893-496e-ba2c-acb99c7768c7n%40googlegroups.com.


[tw5] Re: A tour through my Zettelkasten

2021-04-17 Thread Soren Bjornstad
Haha, sorry, I forgot to turn off the vim keybindings. PMario has explained 
how to do that.

On Saturday, April 17, 2021 at 1:30:57 PM UTC-5 ludwa6 wrote:

> OK, after struggling w/ this a bit, i have to stop and ask: is there 
> something that would cause the editor widget to behave very differently 
> from standard TW5?  Triple-click on a tiddler to edit (new one on me, but 
> that's cool), and then -instead of opening into a typical text box- it's a 
> single line edit widget, with a blinking green box instead of simple cursor 
> (flashback to ye ole VT100 term-em days :-) that does not respond to key 
> commands as usual: hitting space bar or backspace key moves the cursor as 
> though i were hitting forward and back arrows.  So i wonder: is this maybe 
> configured for external editor control, somehow?  I really love the system 
> overall, but just can't get the hang of this text editor variant, so if 
> there's any way to make it revert to standard, i'd sure like to know how.
> On Saturday, April 17, 2021 at 6:06:29 PM UTC+1 Soren Bjornstad wrote:
>
>> The public version lacks some functionality that is important for editing 
>> and has a bunch of settings changed that are a bit of a pain to change 
>> back, so it'll be much better if I do a second build off of the "real" 
>> private version. I've attached a first 15-minute attempt at this.
>>
>> Things that could use improvement here:
>>
>>- There are no instructions at all, so you'll have to figure out how 
>>to get started on your own. Some of the conventions tiddlers are missing 
>>and would be nice to have.
>>- I included all the red, yellow, and black tag tiddlers, but since 
>>there is no content in this version, most of them are not tagging 
>> anything, 
>>so they don't show up in the tags list. Also, some of the tag tiddlers 
>> have 
>>content that probably won't be very useful for you in them.
>>- There's a button for the ReadingInbox on the toolbar, but said 
>>inbox is not included in the edition at present. You can hide or delete 
>>that button tiddler.
>>
>> Please let me know what else does not work right – I'd love to add a 
>> build of this edition to my standard publish process in the future.
>> On Saturday, April 17, 2021 at 6:52:30 AM UTC-5 stan...@gmail.com wrote:
>>
>>> +1 to Walt's post.  Thanks, Soren, for the great contribution to the 
>>> community. This really helped me understand how to implement a Zettelkasten 
>>> in TW.  I, too, have been wondering how to filter out your content and keep 
>>> the skeleton, if that is at all possible. Thanks again.
>>>
>>> Stan
>>>
>>> On Saturday, April 17, 2021 at 7:17:38 AM UTC-4 ludwa6 wrote:
>>>
 Wow.  For all the buzz around the Digital Gardening/ Mind-Mapping 
 space, this is so far and away beyond anything i have seen... An amazing 
 gift to the commons, Soren; i just gotta give your system a try.

 To that end, i have just one question: what would be the easiest way to 
 filter out & delete all your content from the downloaded .html file, 
 without losing any of the many useful functions that you have outlined & 
 demoed so well?



 /walt

 On Thursday, April 15, 2021 at 4:15:49 AM UTC+1 Soren Bjornstad wrote:

> For those who have been interested in my public Zettelkasten wiki 
>  in the past (or might be 
> interested in it now), I've just put up an extensive discussion of 
> Zettelkasten and how I've implemented it in my TiddlyWiki on my YouTube 
> channel:
>
> https://www.youtube.com/watch?v=GjpjE5pMZMI
>
> Here are the segments if you're curious:
>
> *About Zettelkasten:*
> 0:00 Welcome and introduction
> 1:00 Public and private versions of my Zettelkasten
> 2:08 What is a Zettelkasten?
> 4:16 What idea tiddlers look like and how we navigate through them
> 6:28 Implementation evolves with the content
>
> *Organizing my Zettelkasten and relating ideas:*
> 7:06 Why I use CamelCase names
> 8:12 Expressing relationships by linking
> 9:40 Expressing memberships by tagging
> 10:07 Tags serve in many roles – topics/indexes, publicity level, 
> lists, types, pseudo-types, and maintenance
> 15:42 Index tiddlers provide overviews of a topic area
> 17:33 Transclusion can combine with the ‘description’ field to create 
> overviews
> 18:42 Why I don’t use tags for all overviews
> 19:28 Stretchtext creates interactive, expandable overviews
> 20:42 Subtiddlers aggregate tightly coupled content
> 23:58 Bibliographies aggregate related sources
> 25:38 The Write tab highlights fruitful areas for further work (stubs, 
> missing, needing attention, needing excision, to-dos, open questions)
> 29:58 The Reference Explorer shows related tiddlers (backlinks and 
> forward links) in a concise table
> 34:48 Graph 

[tw5] Re: A tour through my Zettelkasten

2021-04-17 Thread PMario
On Saturday, April 17, 2021 at 8:30:57 PM UTC+2 ludwa6 wrote:
...

> I really love the system overall, but just can't get the hang of this text 
> editor variant, so if there's any way to make it revert to standard, i'd 
> sure like to know how.
>

First delete $:/config/codemirror/keyMap 
You can go to the control-panel and delete the codemirror-keymap-vim 
tiddler. 
Install codemirror-keymap-sublime or emacs  from the official plugin library
Then set the keymap config to sublime or emacs. 

-mario

-- 
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/c1e7bdbc-5c56-48f4-9f72-23cc95b88b0dn%40googlegroups.com.


[tw5] Re: A tour through my Zettelkasten

2021-04-17 Thread ludwa6
OK, after struggling w/ this a bit, i have to stop and ask: is there 
something that would cause the editor widget to behave very differently 
from standard TW5?  Triple-click on a tiddler to edit (new one on me, but 
that's cool), and then -instead of opening into a typical text box- it's a 
single line edit widget, with a blinking green box instead of simple cursor 
(flashback to ye ole VT100 term-em days :-) that does not respond to key 
commands as usual: hitting space bar or backspace key moves the cursor as 
though i were hitting forward and back arrows.  So i wonder: is this maybe 
configured for external editor control, somehow?  I really love the system 
overall, but just can't get the hang of this text editor variant, so if 
there's any way to make it revert to standard, i'd sure like to know how.
On Saturday, April 17, 2021 at 6:06:29 PM UTC+1 Soren Bjornstad wrote:

> The public version lacks some functionality that is important for editing 
> and has a bunch of settings changed that are a bit of a pain to change 
> back, so it'll be much better if I do a second build off of the "real" 
> private version. I've attached a first 15-minute attempt at this.
>
> Things that could use improvement here:
>
>- There are no instructions at all, so you'll have to figure out how 
>to get started on your own. Some of the conventions tiddlers are missing 
>and would be nice to have.
>- I included all the red, yellow, and black tag tiddlers, but since 
>there is no content in this version, most of them are not tagging 
> anything, 
>so they don't show up in the tags list. Also, some of the tag tiddlers 
> have 
>content that probably won't be very useful for you in them.
>- There's a button for the ReadingInbox on the toolbar, but said inbox 
>is not included in the edition at present. You can hide or delete that 
>button tiddler.
>
> Please let me know what else does not work right – I'd love to add a build 
> of this edition to my standard publish process in the future.
> On Saturday, April 17, 2021 at 6:52:30 AM UTC-5 stan...@gmail.com wrote:
>
>> +1 to Walt's post.  Thanks, Soren, for the great contribution to the 
>> community. This really helped me understand how to implement a Zettelkasten 
>> in TW.  I, too, have been wondering how to filter out your content and keep 
>> the skeleton, if that is at all possible. Thanks again.
>>
>> Stan
>>
>> On Saturday, April 17, 2021 at 7:17:38 AM UTC-4 ludwa6 wrote:
>>
>>> Wow.  For all the buzz around the Digital Gardening/ Mind-Mapping space, 
>>> this is so far and away beyond anything i have seen... An amazing gift to 
>>> the commons, Soren; i just gotta give your system a try.
>>>
>>> To that end, i have just one question: what would be the easiest way to 
>>> filter out & delete all your content from the downloaded .html file, 
>>> without losing any of the many useful functions that you have outlined & 
>>> demoed so well?
>>>
>>>
>>>
>>> /walt
>>>
>>> On Thursday, April 15, 2021 at 4:15:49 AM UTC+1 Soren Bjornstad wrote:
>>>
 For those who have been interested in my public Zettelkasten wiki 
  in the past (or might be 
 interested in it now), I've just put up an extensive discussion of 
 Zettelkasten and how I've implemented it in my TiddlyWiki on my YouTube 
 channel:

 https://www.youtube.com/watch?v=GjpjE5pMZMI

 Here are the segments if you're curious:

 *About Zettelkasten:*
 0:00 Welcome and introduction
 1:00 Public and private versions of my Zettelkasten
 2:08 What is a Zettelkasten?
 4:16 What idea tiddlers look like and how we navigate through them
 6:28 Implementation evolves with the content

 *Organizing my Zettelkasten and relating ideas:*
 7:06 Why I use CamelCase names
 8:12 Expressing relationships by linking
 9:40 Expressing memberships by tagging
 10:07 Tags serve in many roles – topics/indexes, publicity level, 
 lists, types, pseudo-types, and maintenance
 15:42 Index tiddlers provide overviews of a topic area
 17:33 Transclusion can combine with the ‘description’ field to create 
 overviews
 18:42 Why I don’t use tags for all overviews
 19:28 Stretchtext creates interactive, expandable overviews
 20:42 Subtiddlers aggregate tightly coupled content
 23:58 Bibliographies aggregate related sources
 25:38 The Write tab highlights fruitful areas for further work (stubs, 
 missing, needing attention, needing excision, to-dos, open questions)
 29:58 The Reference Explorer shows related tiddlers (backlinks and 
 forward links) in a concise table
 34:48 Graph theory and Zettelkästen; link graph
 37:11 Types of tiddlers; why I include non-idea tiddlers, unlike 
 classic Zettelkasten

 *Plugins and custom TiddlyWiki logic:*
 41:04 Interesting TiddlyWiki plugins I use
 47:17 Publishing only part of a 

[tw5] Re: A tour through my Zettelkasten

2021-04-17 Thread ludwa6
Thanks, Soren!  I'm on it now -just trying to figure out how i can make 
this my home repo at github.io.  I think i've got to convert it from single 
file to node wiki (right?), but i've never done this. Should be fun! :-)

/walt

On Saturday, April 17, 2021 at 6:06:29 PM UTC+1 Soren Bjornstad wrote:

> The public version lacks some functionality that is important for editing 
> and has a bunch of settings changed that are a bit of a pain to change 
> back, so it'll be much better if I do a second build off of the "real" 
> private version. I've attached a first 15-minute attempt at this.
>
> Things that could use improvement here:
>
>- There are no instructions at all, so you'll have to figure out how 
>to get started on your own. Some of the conventions tiddlers are missing 
>and would be nice to have.
>- I included all the red, yellow, and black tag tiddlers, but since 
>there is no content in this version, most of them are not tagging 
> anything, 
>so they don't show up in the tags list. Also, some of the tag tiddlers 
> have 
>content that probably won't be very useful for you in them.
>- There's a button for the ReadingInbox on the toolbar, but said inbox 
>is not included in the edition at present. You can hide or delete that 
>button tiddler.
>
> Please let me know what else does not work right – I'd love to add a build 
> of this edition to my standard publish process in the future.
> On Saturday, April 17, 2021 at 6:52:30 AM UTC-5 stan...@gmail.com wrote:
>
>> +1 to Walt's post.  Thanks, Soren, for the great contribution to the 
>> community. This really helped me understand how to implement a Zettelkasten 
>> in TW.  I, too, have been wondering how to filter out your content and keep 
>> the skeleton, if that is at all possible. Thanks again.
>>
>> Stan
>>
>> On Saturday, April 17, 2021 at 7:17:38 AM UTC-4 ludwa6 wrote:
>>
>>> Wow.  For all the buzz around the Digital Gardening/ Mind-Mapping space, 
>>> this is so far and away beyond anything i have seen... An amazing gift to 
>>> the commons, Soren; i just gotta give your system a try.
>>>
>>> To that end, i have just one question: what would be the easiest way to 
>>> filter out & delete all your content from the downloaded .html file, 
>>> without losing any of the many useful functions that you have outlined & 
>>> demoed so well?
>>>
>>>
>>>
>>> /walt
>>>
>>> On Thursday, April 15, 2021 at 4:15:49 AM UTC+1 Soren Bjornstad wrote:
>>>
 For those who have been interested in my public Zettelkasten wiki 
  in the past (or might be 
 interested in it now), I've just put up an extensive discussion of 
 Zettelkasten and how I've implemented it in my TiddlyWiki on my YouTube 
 channel:

 https://www.youtube.com/watch?v=GjpjE5pMZMI

 Here are the segments if you're curious:

 *About Zettelkasten:*
 0:00 Welcome and introduction
 1:00 Public and private versions of my Zettelkasten
 2:08 What is a Zettelkasten?
 4:16 What idea tiddlers look like and how we navigate through them
 6:28 Implementation evolves with the content

 *Organizing my Zettelkasten and relating ideas:*
 7:06 Why I use CamelCase names
 8:12 Expressing relationships by linking
 9:40 Expressing memberships by tagging
 10:07 Tags serve in many roles – topics/indexes, publicity level, 
 lists, types, pseudo-types, and maintenance
 15:42 Index tiddlers provide overviews of a topic area
 17:33 Transclusion can combine with the ‘description’ field to create 
 overviews
 18:42 Why I don’t use tags for all overviews
 19:28 Stretchtext creates interactive, expandable overviews
 20:42 Subtiddlers aggregate tightly coupled content
 23:58 Bibliographies aggregate related sources
 25:38 The Write tab highlights fruitful areas for further work (stubs, 
 missing, needing attention, needing excision, to-dos, open questions)
 29:58 The Reference Explorer shows related tiddlers (backlinks and 
 forward links) in a concise table
 34:48 Graph theory and Zettelkästen; link graph
 37:11 Types of tiddlers; why I include non-idea tiddlers, unlike 
 classic Zettelkasten

 *Plugins and custom TiddlyWiki logic:*
 41:04 Interesting TiddlyWiki plugins I use
 47:17 Publishing only part of a TiddlyWiki (public/private switch): 
 Marking tiddlers
 49:05 Public/private: The PrivateChunk
 51:28 Public/private: The build process (shell script)
 54:18 Custom copy-title and permalink buttons
 55:38 GIS (mapping) support for places
 57:55 The missing-tiddler helper
 58:36 Quick reading-list import by pasting a URL
 59:30 Reading inbox
 1:00:15 Simple Analytics and raw markup snippets
 1:01:05 Sorting tags by color and putting them in columns

 *Philosophy:*
 1:03:01 Just get started and then continuously improve
 1:05:20 

Re: [tw5] Re: A tour through my Zettelkasten

2021-04-17 Thread Mohammad Rahmani
Thank you for sharing the empty version!


Best wishes
Mohammad


On Sat, Apr 17, 2021 at 9:36 PM Soren Bjornstad 
wrote:

> The public version lacks some functionality that is important for editing
> and has a bunch of settings changed that are a bit of a pain to change
> back, so it'll be much better if I do a second build off of the "real"
> private version. I've attached a first 15-minute attempt at this.
>
> Things that could use improvement here:
>
>- There are no instructions at all, so you'll have to figure out how
>to get started on your own. Some of the conventions tiddlers are missing
>and would be nice to have.
>- I included all the red, yellow, and black tag tiddlers, but since
>there is no content in this version, most of them are not tagging anything,
>so they don't show up in the tags list. Also, some of the tag tiddlers have
>content that probably won't be very useful for you in them.
>- There's a button for the ReadingInbox on the toolbar, but said inbox
>is not included in the edition at present. You can hide or delete that
>button tiddler.
>
> Please let me know what else does not work right – I'd love to add a build
> of this edition to my standard publish process in the future.
> On Saturday, April 17, 2021 at 6:52:30 AM UTC-5 stan...@gmail.com wrote:
>
>> +1 to Walt's post.  Thanks, Soren, for the great contribution to the
>> community. This really helped me understand how to implement a Zettelkasten
>> in TW.  I, too, have been wondering how to filter out your content and keep
>> the skeleton, if that is at all possible. Thanks again.
>>
>> Stan
>>
>> On Saturday, April 17, 2021 at 7:17:38 AM UTC-4 ludwa6 wrote:
>>
>>> Wow.  For all the buzz around the Digital Gardening/ Mind-Mapping space,
>>> this is so far and away beyond anything i have seen... An amazing gift to
>>> the commons, Soren; i just gotta give your system a try.
>>>
>>> To that end, i have just one question: what would be the easiest way to
>>> filter out & delete all your content from the downloaded .html file,
>>> without losing any of the many useful functions that you have outlined &
>>> demoed so well?
>>>
>>>
>>>
>>> /walt
>>>
>>> On Thursday, April 15, 2021 at 4:15:49 AM UTC+1 Soren Bjornstad wrote:
>>>
 For those who have been interested in my public Zettelkasten wiki
  in the past (or might be
 interested in it now), I've just put up an extensive discussion of
 Zettelkasten and how I've implemented it in my TiddlyWiki on my YouTube
 channel:

 https://www.youtube.com/watch?v=GjpjE5pMZMI

 Here are the segments if you're curious:

 *About Zettelkasten:*
 0:00 Welcome and introduction
 1:00 Public and private versions of my Zettelkasten
 2:08 What is a Zettelkasten?
 4:16 What idea tiddlers look like and how we navigate through them
 6:28 Implementation evolves with the content

 *Organizing my Zettelkasten and relating ideas:*
 7:06 Why I use CamelCase names
 8:12 Expressing relationships by linking
 9:40 Expressing memberships by tagging
 10:07 Tags serve in many roles – topics/indexes, publicity level,
 lists, types, pseudo-types, and maintenance
 15:42 Index tiddlers provide overviews of a topic area
 17:33 Transclusion can combine with the ‘description’ field to create
 overviews
 18:42 Why I don’t use tags for all overviews
 19:28 Stretchtext creates interactive, expandable overviews
 20:42 Subtiddlers aggregate tightly coupled content
 23:58 Bibliographies aggregate related sources
 25:38 The Write tab highlights fruitful areas for further work (stubs,
 missing, needing attention, needing excision, to-dos, open questions)
 29:58 The Reference Explorer shows related tiddlers (backlinks and
 forward links) in a concise table
 34:48 Graph theory and Zettelkästen; link graph
 37:11 Types of tiddlers; why I include non-idea tiddlers, unlike
 classic Zettelkasten

 *Plugins and custom TiddlyWiki logic:*
 41:04 Interesting TiddlyWiki plugins I use
 47:17 Publishing only part of a TiddlyWiki (public/private switch):
 Marking tiddlers
 49:05 Public/private: The PrivateChunk
 51:28 Public/private: The build process (shell script)
 54:18 Custom copy-title and permalink buttons
 55:38 GIS (mapping) support for places
 57:55 The missing-tiddler helper
 58:36 Quick reading-list import by pasting a URL
 59:30 Reading inbox
 1:00:15 Simple Analytics and raw markup snippets
 1:01:05 Sorting tags by color and putting them in columns

 *Philosophy:*
 1:03:01 Just get started and then continuously improve
 1:05:20 The Three-Links Heuristic for determining whether ideas are
 effectively linked together
 1:07:02 A Zettelkasten never walks backwards: consistency doesn’t
 matter that much
 1:08:56 Why I default to 

[tw5] Re: A tour through my Zettelkasten

2021-04-17 Thread stan...@gmail.com
+1 to Walt's post.  Thanks, Soren, for the great contribution to the 
community. This really helped me understand how to implement a Zettelkasten 
in TW.  I, too, have been wondering how to filter out your content and keep 
the skeleton, if that is at all possible. Thanks again.

Stan

On Saturday, April 17, 2021 at 7:17:38 AM UTC-4 ludwa6 wrote:

> Wow.  For all the buzz around the Digital Gardening/ Mind-Mapping space, 
> this is so far and away beyond anything i have seen... An amazing gift to 
> the commons, Soren; i just gotta give your system a try.
>
> To that end, i have just one question: what would be the easiest way to 
> filter out & delete all your content from the downloaded .html file, 
> without losing any of the many useful functions that you have outlined & 
> demoed so well?
>
>
>
> /walt
>
> On Thursday, April 15, 2021 at 4:15:49 AM UTC+1 Soren Bjornstad wrote:
>
>> For those who have been interested in my public Zettelkasten wiki 
>>  in the past (or might be 
>> interested in it now), I've just put up an extensive discussion of 
>> Zettelkasten and how I've implemented it in my TiddlyWiki on my YouTube 
>> channel:
>>
>> https://www.youtube.com/watch?v=GjpjE5pMZMI
>>
>> Here are the segments if you're curious:
>>
>> *About Zettelkasten:*
>> 0:00 Welcome and introduction
>> 1:00 Public and private versions of my Zettelkasten
>> 2:08 What is a Zettelkasten?
>> 4:16 What idea tiddlers look like and how we navigate through them
>> 6:28 Implementation evolves with the content
>>
>> *Organizing my Zettelkasten and relating ideas:*
>> 7:06 Why I use CamelCase names
>> 8:12 Expressing relationships by linking
>> 9:40 Expressing memberships by tagging
>> 10:07 Tags serve in many roles – topics/indexes, publicity level, lists, 
>> types, pseudo-types, and maintenance
>> 15:42 Index tiddlers provide overviews of a topic area
>> 17:33 Transclusion can combine with the ‘description’ field to create 
>> overviews
>> 18:42 Why I don’t use tags for all overviews
>> 19:28 Stretchtext creates interactive, expandable overviews
>> 20:42 Subtiddlers aggregate tightly coupled content
>> 23:58 Bibliographies aggregate related sources
>> 25:38 The Write tab highlights fruitful areas for further work (stubs, 
>> missing, needing attention, needing excision, to-dos, open questions)
>> 29:58 The Reference Explorer shows related tiddlers (backlinks and 
>> forward links) in a concise table
>> 34:48 Graph theory and Zettelkästen; link graph
>> 37:11 Types of tiddlers; why I include non-idea tiddlers, unlike classic 
>> Zettelkasten
>>
>> *Plugins and custom TiddlyWiki logic:*
>> 41:04 Interesting TiddlyWiki plugins I use
>> 47:17 Publishing only part of a TiddlyWiki (public/private switch): 
>> Marking tiddlers
>> 49:05 Public/private: The PrivateChunk
>> 51:28 Public/private: The build process (shell script)
>> 54:18 Custom copy-title and permalink buttons
>> 55:38 GIS (mapping) support for places
>> 57:55 The missing-tiddler helper
>> 58:36 Quick reading-list import by pasting a URL
>> 59:30 Reading inbox
>> 1:00:15 Simple Analytics and raw markup snippets
>> 1:01:05 Sorting tags by color and putting them in columns
>>
>> *Philosophy:*
>> 1:03:01 Just get started and then continuously improve
>> 1:05:20 The Three-Links Heuristic for determining whether ideas are 
>> effectively linked together
>> 1:07:02 A Zettelkasten never walks backwards: consistency doesn’t matter 
>> that much
>> 1:08:56 Why I default to open and publish my Zettelkasten
>> 1:11:25 Polyspecialize your Zettelkasten, include variety
>> 1:13:34 Prioritize; you won’t have time to write about everything
>> 1:14:55 Using the flexibility and user-programmability of TiddlyWiki to 
>> your advantage
>>
>>

-- 
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/44bfbd33-cecb-4401-ba4b-1ca2059dea8bn%40googlegroups.com.


[tw5] Re: A tour through my Zettelkasten

2021-04-17 Thread ludwa6
Wow.  For all the buzz around the Digital Gardening/ Mind-Mapping space, 
this is so far and away beyond anything i have seen... An amazing gift to 
the commons, Soren; i just gotta give your system a try.

To that end, i have just one question: what would be the easiest way to 
filter out & delete all your content from the downloaded .html file, 
without losing any of the many useful functions that you have outlined & 
demoed so well?



/walt

On Thursday, April 15, 2021 at 4:15:49 AM UTC+1 Soren Bjornstad wrote:

> For those who have been interested in my public Zettelkasten wiki 
>  in the past (or might be 
> interested in it now), I've just put up an extensive discussion of 
> Zettelkasten and how I've implemented it in my TiddlyWiki on my YouTube 
> channel:
>
> https://www.youtube.com/watch?v=GjpjE5pMZMI
>
> Here are the segments if you're curious:
>
> *About Zettelkasten:*
> 0:00 Welcome and introduction
> 1:00 Public and private versions of my Zettelkasten
> 2:08 What is a Zettelkasten?
> 4:16 What idea tiddlers look like and how we navigate through them
> 6:28 Implementation evolves with the content
>
> *Organizing my Zettelkasten and relating ideas:*
> 7:06 Why I use CamelCase names
> 8:12 Expressing relationships by linking
> 9:40 Expressing memberships by tagging
> 10:07 Tags serve in many roles – topics/indexes, publicity level, lists, 
> types, pseudo-types, and maintenance
> 15:42 Index tiddlers provide overviews of a topic area
> 17:33 Transclusion can combine with the ‘description’ field to create 
> overviews
> 18:42 Why I don’t use tags for all overviews
> 19:28 Stretchtext creates interactive, expandable overviews
> 20:42 Subtiddlers aggregate tightly coupled content
> 23:58 Bibliographies aggregate related sources
> 25:38 The Write tab highlights fruitful areas for further work (stubs, 
> missing, needing attention, needing excision, to-dos, open questions)
> 29:58 The Reference Explorer shows related tiddlers (backlinks and forward 
> links) in a concise table
> 34:48 Graph theory and Zettelkästen; link graph
> 37:11 Types of tiddlers; why I include non-idea tiddlers, unlike classic 
> Zettelkasten
>
> *Plugins and custom TiddlyWiki logic:*
> 41:04 Interesting TiddlyWiki plugins I use
> 47:17 Publishing only part of a TiddlyWiki (public/private switch): 
> Marking tiddlers
> 49:05 Public/private: The PrivateChunk
> 51:28 Public/private: The build process (shell script)
> 54:18 Custom copy-title and permalink buttons
> 55:38 GIS (mapping) support for places
> 57:55 The missing-tiddler helper
> 58:36 Quick reading-list import by pasting a URL
> 59:30 Reading inbox
> 1:00:15 Simple Analytics and raw markup snippets
> 1:01:05 Sorting tags by color and putting them in columns
>
> *Philosophy:*
> 1:03:01 Just get started and then continuously improve
> 1:05:20 The Three-Links Heuristic for determining whether ideas are 
> effectively linked together
> 1:07:02 A Zettelkasten never walks backwards: consistency doesn’t matter 
> that much
> 1:08:56 Why I default to open and publish my Zettelkasten
> 1:11:25 Polyspecialize your Zettelkasten, include variety
> 1:13:34 Prioritize; you won’t have time to write about everything
> 1:14:55 Using the flexibility and user-programmability of TiddlyWiki to 
> your advantage
>
>

-- 
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/11413573-8b75-452b-8d9c-08743dbaf1dcn%40googlegroups.com.


[tw5] Re: A tour through my Zettelkasten

2021-04-15 Thread dieg...@gmail.com
Soren,

You've done it again! I think this is wonderful. I especially liked the 
end, a tour into your Zet philosophy! This should be shared on the 
Tiddlywiki twitter and main site! 

On Wednesday, April 14, 2021 at 10:15:49 PM UTC-5 Soren Bjornstad wrote:

> For those who have been interested in my public Zettelkasten wiki 
>  in the past (or might be 
> interested in it now), I've just put up an extensive discussion of 
> Zettelkasten and how I've implemented it in my TiddlyWiki on my YouTube 
> channel:
>
> https://www.youtube.com/watch?v=GjpjE5pMZMI
>
> Here are the segments if you're curious:
>
> *About Zettelkasten:*
> 0:00 Welcome and introduction
> 1:00 Public and private versions of my Zettelkasten
> 2:08 What is a Zettelkasten?
> 4:16 What idea tiddlers look like and how we navigate through them
> 6:28 Implementation evolves with the content
>
> *Organizing my Zettelkasten and relating ideas:*
> 7:06 Why I use CamelCase names
> 8:12 Expressing relationships by linking
> 9:40 Expressing memberships by tagging
> 10:07 Tags serve in many roles – topics/indexes, publicity level, lists, 
> types, pseudo-types, and maintenance
> 15:42 Index tiddlers provide overviews of a topic area
> 17:33 Transclusion can combine with the ‘description’ field to create 
> overviews
> 18:42 Why I don’t use tags for all overviews
> 19:28 Stretchtext creates interactive, expandable overviews
> 20:42 Subtiddlers aggregate tightly coupled content
> 23:58 Bibliographies aggregate related sources
> 25:38 The Write tab highlights fruitful areas for further work (stubs, 
> missing, needing attention, needing excision, to-dos, open questions)
> 29:58 The Reference Explorer shows related tiddlers (backlinks and forward 
> links) in a concise table
> 34:48 Graph theory and Zettelkästen; link graph
> 37:11 Types of tiddlers; why I include non-idea tiddlers, unlike classic 
> Zettelkasten
>
> *Plugins and custom TiddlyWiki logic:*
> 41:04 Interesting TiddlyWiki plugins I use
> 47:17 Publishing only part of a TiddlyWiki (public/private switch): 
> Marking tiddlers
> 49:05 Public/private: The PrivateChunk
> 51:28 Public/private: The build process (shell script)
> 54:18 Custom copy-title and permalink buttons
> 55:38 GIS (mapping) support for places
> 57:55 The missing-tiddler helper
> 58:36 Quick reading-list import by pasting a URL
> 59:30 Reading inbox
> 1:00:15 Simple Analytics and raw markup snippets
> 1:01:05 Sorting tags by color and putting them in columns
>
> *Philosophy:*
> 1:03:01 Just get started and then continuously improve
> 1:05:20 The Three-Links Heuristic for determining whether ideas are 
> effectively linked together
> 1:07:02 A Zettelkasten never walks backwards: consistency doesn’t matter 
> that much
> 1:08:56 Why I default to open and publish my Zettelkasten
> 1:11:25 Polyspecialize your Zettelkasten, include variety
> 1:13:34 Prioritize; you won’t have time to write about everything
> 1:14:55 Using the flexibility and user-programmability of TiddlyWiki to 
> your advantage
>
>

-- 
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/16544083-026c-404c-8444-76ede8728a5en%40googlegroups.com.


[tw5] Re: A tour through my Zettelkasten

2021-04-15 Thread PMario
Hi Soren, 
Very nice work. .. The only thing I saw, which wasn't nice, where the 
scrollbars.

You may have a look at the 
https://wikilabs.github.io/editions/thin-scrollbars/ plugin. It's mainly a 
little bit of CSS. 
So you can copy it [1], or include the plugin [2]. 

have fun!
mario
[1] 
https://wikilabs.github.io/editions/thin-scrollbars/#%24%3A%2Fplugins%2Fwikilabs%2Fthin-scrollbars%2Fstyles
[2] How to include the plugin library configuration 
https://wikilabs.github.io/#GettingStarted

-- 
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/94e915f4-0cd9-4009-aa7d-b5cfbff4179en%40googlegroups.com.