Re: [tw5] A tour through my Zettelkasten

2021-06-09 Thread PMario
It should have looked like this: 

On Wednesday, June 9, 2021 at 9:35:39 AM UTC+2 PMario wrote:

If you --init a node-js server with the command *tiddlywiki ./test --init 
> server*, the 2 plugins are added. The tiddlywiki/highlight plugin is also 
> added, but not needed by the system. So you can safely remove it, if you 
> don't need it. 
>
-m

-- 
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/b1ea1a98-05a3-4e07-86e8-803c8ccae841n%40googlegroups.com.


Re: [tw5] A tour through my Zettelkasten

2021-06-09 Thread PMario
On Wednesday, June 9, 2021 at 2:16:13 AM UTC+2 Tully Hansen wrote:

> Hi all, and thanks Soren for so generously sharing your script and 
> workflow here! I've got it mostly up and running on my Mac (macOS 10.14.6, 
> Homebrew something-or-other), but not without running into a few issues - 
> thought I'd note theme here for posterity (and anyone else who tries to get 
> this up and running):
>
>
>1. After decompiling the flat file to Node version (tiddlywiki --load 
>path/to/single/file.html --savewikifolder path/to/output/folder), I 
>was getting an error message when starting the TiddlyWiki server locally 
>with tiddlywiki --listen that read Warning: Plugins required for 
>client-server operation ("tiddlywiki/filesystem" and 
>"tiddlywiki/tiddlyweb") are missing from tiddlywiki.info file. Adding 
>these lines to the plugins listed in *tiddlywiki.info 
> *seemed to do the trick, though I've no idea 
>what that did/does.
>
> If you convert a single-file wiki into a nodejs-wiki, the 2 plugins are 
missing, since the former doesn't need them. ..

If you --init a node-js server with the command tiddlywiki ./test --init 
server, the 2 plugins are added. The tiddlywiki/highlight plugin is also 
added, but not needed by the system. So you can safely remove it, if you 
don't need it. 
 


>1. should be 4) Finally, I was getting some errors auth'ing 
>git/Github, which I was being prompted to do on the command line – this 
> was 
>because of having 2FA enabled, which meant creating a personal access 
>token 
>
> 
>  
>rather than using my password. I just gave it every scope, probably 
>overkill…
>
> That's definitely overkill. .. I didin't read the rest of the thread, so I 
don't know what is pushed, but I'm pretty sure you only need "*public_repo
Access public repositories*". All the *other *elements can be *unchecked*. 

I assume you did follow: 
https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line

It's the 4th element from the top as shown in the animated gif from the 
link. 

The token should have the least rights as possible, because who every has 
it can basically do what they want. ... *In your name*. And that's a big 
problem ... At least it would be for me ;)

-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/83d9a5a3-853a-4832-a717-cb558722f596n%40googlegroups.com.


Re: [tw5] A tour through my Zettelkasten

2021-06-08 Thread Soren Bjornstad
#1 is because for some reason I don't understand, initing a new TiddlyWiki 
doesn't add those plugins. They basically implement the saver for the 
Node.js wiki.

#2 and #3 I believe you could fix by doing "npm init" in the directory one 
up from TiddlyWiki. For #2 you could also totally just remove the 
check...the purpose is just to make sure the script is being run from the 
right folder so that all the relative paths work correctly, and the 
*package.json* file being in that directory was a convenient way to check.

On Tuesday, June 8, 2021 at 7:16:13 PM UTC-5 Tully Hansen wrote:

> Hi all, and thanks Soren for so generously sharing your script and 
> workflow here! I've got it mostly up and running on my Mac (macOS 10.14.6, 
> Homebrew something-or-other), but not without running into a few issues - 
> thought I'd note theme here for posterity (and anyone else who tries to get 
> this up and running):
>
>
>1. After decompiling the flat file to Node version (tiddlywiki --load 
>path/to/single/file.html --savewikifolder path/to/output/folder), I 
>was getting an error message when starting the TiddlyWiki server locally 
>with tiddlywiki --listen that read Warning: Plugins required for 
>client-server operation ("tiddlywiki/filesystem" and 
>"tiddlywiki/tiddlyweb") are missing from tiddlywiki.info file. Adding 
>these lines to the plugins listed in *tiddlywiki.info 
> *seemed to do the trick, though I've no idea 
>what that did/does.
>2. After that (or perhaps even before?) I was getting an error when 
>running scripts/publish.sh --push saying cd to project root failed. 
>Please check script. The script seemed to be looking for a 
>*package.json* file in root that I… didn't have? I know enough only to 
>know/Google that this is some Node thing, so I created this file in the 
> *My 
>Zettelkasten* folder containing a pair of empty curly braces (per 
>https://nodejs.dev/learn/the-package-json-guide). Seemed to work, and 
>seems to fail if I get rid of it, so *package.json* lives there now 
>permanently.
>3. The next exciting error was scripts/publish.sh: line 27: 
>/Users/tully/Dropbox (Personal)/tid/My 
>Zettelkasten/node_modules/.bin/tiddlywiki: No such file or directory when 
>running scripts/publish.sh --push. Looked like Node looking for 
>something in the wrong place, Googled 
>, poked at the script 
>some and ended up adding the --global flag to the three npm bins at 
>lines 27, 30, and 34. (Find npm bin and replace npm bin --global.)
>4. Finally, I was getting some errors auth'ing git/Github, which I was 
>being prompted to do on the command line – this was because of having 2FA 
>enabled, which meant creating a personal access token 
>
> 
>  
>rather than using my password. I just gave it every scope, probably 
>overkill…
>
> Hope this helps any future semitechnical Sorentiddlers get set up! And if 
> anyone wants to explain what I've done (or done wrong) above, I'm all ears. 
> Thanks again!
>
> On Thursday, 13 May 2021 at 15:05:01 UTC+10 Mohammad wrote:
>
>> Thank you for clarification! I myself use ideas/tasks and then extra tags 
>> like reading!
>> But your suggested categories make things more clear!
>> I think it is very important to get used to this new methodology and 
>> continuously do that!
>>
>>
>> On Thu, May 13, 2021 at 4:39 AM Soren Bjornstad  
>> wrote:
>>
>>> I walked through them in the video, but here's a quick summary of what 
>>> they're for:
>>>
>>>- Stubs – ideas that I haven't written about yet, usually with just 
>>>a title, or a quote, or a sentence or two describing what it will be 
>>> (items 
>>>tagged Stub)
>>>- Missing – same as in stock TW
>>>- Needing attention – some unspecified work needs to be done on the 
>>>tiddler, often I don't agree with the contents anymore, or it needs 
>>>reorganization
>>>- Needing excision – the tiddler turned into a bunch of confused 
>>>ideas put together and I need to think about what those are and split it 
>>> up 
>>>(items tagged NeedsExcision)
>>>- To-do items – anywhere I link to TODO, the tiddler is added to the 
>>>list, along with  the phrase after the link, so I get a nice list of 
>>>specific things that need to be fixed/added to
>>>- Open questions – things I don't know the answer to, but would like 
>>>to review periodically in case I have new experiences that might provide 
>>>answers (links to OpenQuestion)
>>>
>>> Side note: is anyone else experiencing a problem with the new Google 
>>> Groups while editing a post, where sometimes most of the screen will go 
>>> blank after pressing Page Down, leaving only a tiny sliver at the top 

Re: [tw5] A tour through my Zettelkasten

2021-06-08 Thread Tully Hansen
Hi all, and thanks Soren for so generously sharing your script and workflow 
here! I've got it mostly up and running on my Mac (macOS 10.14.6, Homebrew 
something-or-other), but not without running into a few issues - thought 
I'd note theme here for posterity (and anyone else who tries to get this up 
and running):


   1. After decompiling the flat file to Node version (tiddlywiki --load 
   path/to/single/file.html --savewikifolder path/to/output/folder), I was 
   getting an error message when starting the TiddlyWiki server locally with 
tiddlywiki 
   --listen that read Warning: Plugins required for client-server operation 
   ("tiddlywiki/filesystem" and "tiddlywiki/tiddlyweb") are missing from 
   tiddlywiki.info file. Adding these lines to the plugins listed in 
*tiddlywiki.info 
   *seemed to do the trick, though I've no idea what that did/does.
   2. After that (or perhaps even before?) I was getting an error when 
   running scripts/publish.sh --push saying cd to project root failed. 
   Please check script. The script seemed to be looking for a *package.json* 
   file in root that I… didn't have? I know enough only to know/Google that 
   this is some Node thing, so I created this file in the *My Zettelkasten* 
folder 
   containing a pair of empty curly braces 
   (per https://nodejs.dev/learn/the-package-json-guide). Seemed to work, and 
   seems to fail if I get rid of it, so *package.json* lives there now 
   permanently.
   3. The next exciting error was scripts/publish.sh: line 27: 
   /Users/tully/Dropbox (Personal)/tid/My 
   Zettelkasten/node_modules/.bin/tiddlywiki: No such file or directory when 
   running scripts/publish.sh --push. Looked like Node looking for 
   something in the wrong place, Googled 
   , poked at the script 
   some and ended up adding the --global flag to the three npm bins at 
   lines 27, 30, and 34. (Find npm bin and replace npm bin --global.)
   4. Finally, I was getting some errors auth'ing git/Github, which I was 
   being prompted to do on the command line – this was because of having 2FA 
   enabled, which meant creating a personal access token 
   

 
   rather than using my password. I just gave it every scope, probably 
   overkill…

Hope this helps any future semitechnical Sorentiddlers get set up! And if 
anyone wants to explain what I've done (or done wrong) above, I'm all ears. 
Thanks again!

On Thursday, 13 May 2021 at 15:05:01 UTC+10 Mohammad wrote:

> Thank you for clarification! I myself use ideas/tasks and then extra tags 
> like reading!
> But your suggested categories make things more clear!
> I think it is very important to get used to this new methodology and 
> continuously do that!
>
>
> On Thu, May 13, 2021 at 4:39 AM Soren Bjornstad  
> wrote:
>
>> I walked through them in the video, but here's a quick summary of what 
>> they're for:
>>
>>- Stubs – ideas that I haven't written about yet, usually with just a 
>>title, or a quote, or a sentence or two describing what it will be (items 
>>tagged Stub)
>>- Missing – same as in stock TW
>>- Needing attention – some unspecified work needs to be done on the 
>>tiddler, often I don't agree with the contents anymore, or it needs 
>>reorganization
>>- Needing excision – the tiddler turned into a bunch of confused 
>>ideas put together and I need to think about what those are and split it 
>> up 
>>(items tagged NeedsExcision)
>>- To-do items – anywhere I link to TODO, the tiddler is added to the 
>>list, along with  the phrase after the link, so I get a nice list of 
>>specific things that need to be fixed/added to
>>- Open questions – things I don't know the answer to, but would like 
>>to review periodically in case I have new experiences that might provide 
>>answers (links to OpenQuestion)
>>
>> Side note: is anyone else experiencing a problem with the new Google 
>> Groups while editing a post, where sometimes most of the screen will go 
>> blank after pressing Page Down, leaving only a tiny sliver at the top of 
>> the screen to display the thread? Super annoying.
>> On Monday, May 10, 2021 at 10:45:38 PM UTC-5 Mohammad wrote:
>>
>>> Hi Soren,
>>>
>>> On Tue, May 11, 2021 at 2:45 AM Soren Bjornstad  
>>> wrote:
>>>
 On Monday, May 10, 2021 at 2:43:34 PM UTC-5 Mohammad wrote:

> One question: How do you select the categories in the Write tab? I 
> mean for Ztellkasten point of view?
> I watch the viedo but not quite understand your philosophy here!
>

 I'm not sure I understand the question – are you asking how, 
 technically, the contents of each tab are aggregated, or why I chose that 
 list of "looking for attention" conditions?

>>>
>>> No, I do not mean technical implementation! but I ask about names 

Re: [tw5] A tour through my Zettelkasten

2021-05-12 Thread Mohammad Rahmani
Thank you for clarification! I myself use ideas/tasks and then extra tags
like reading!
But your suggested categories make things more clear!
I think it is very important to get used to this new methodology and
continuously do that!


On Thu, May 13, 2021 at 4:39 AM Soren Bjornstad 
wrote:

> I walked through them in the video, but here's a quick summary of what
> they're for:
>
>- Stubs – ideas that I haven't written about yet, usually with just a
>title, or a quote, or a sentence or two describing what it will be (items
>tagged Stub)
>- Missing – same as in stock TW
>- Needing attention – some unspecified work needs to be done on the
>tiddler, often I don't agree with the contents anymore, or it needs
>reorganization
>- Needing excision – the tiddler turned into a bunch of confused ideas
>put together and I need to think about what those are and split it up
>(items tagged NeedsExcision)
>- To-do items – anywhere I link to TODO, the tiddler is added to the
>list, along with  the phrase after the link, so I get a nice list of
>specific things that need to be fixed/added to
>- Open questions – things I don't know the answer to, but would like
>to review periodically in case I have new experiences that might provide
>answers (links to OpenQuestion)
>
> Side note: is anyone else experiencing a problem with the new Google
> Groups while editing a post, where sometimes most of the screen will go
> blank after pressing Page Down, leaving only a tiny sliver at the top of
> the screen to display the thread? Super annoying.
> On Monday, May 10, 2021 at 10:45:38 PM UTC-5 Mohammad wrote:
>
>> Hi Soren,
>>
>> On Tue, May 11, 2021 at 2:45 AM Soren Bjornstad 
>> wrote:
>>
>>> On Monday, May 10, 2021 at 2:43:34 PM UTC-5 Mohammad wrote:
>>>
 One question: How do you select the categories in the Write tab? I mean
 for Ztellkasten point of view?
 I watch the viedo but not quite understand your philosophy here!

>>>
>>> I'm not sure I understand the question – are you asking how,
>>> technically, the contents of each tab are aggregated, or why I chose that
>>> list of "looking for attention" conditions?
>>>
>>
>> No, I do not mean technical implementation! but I ask about names of
>> those categories like "open questions", "stubs"? Are those some recommended
>> categories or names?
>>
>>
>>
>>>
>>>
 Also the Explorer while we have the More Tab!

>>>
>>> The Explorer is intended to be a simplified version of the More tab for
>>> use in the public wiki. I just haven't bothered to hide it in the private
>>> one because it hasn't gotten in my way, but it would likely make sense to
>>> do so now that I've stopped making changes to it frequently.
>>>
>>
>> That makes sense: a simple more tab for the public, for those who visit
>> the page but do not know Tiddlywiki. Instead of hiding parts of More tab,
>> create a separate tab!
>> Good idea!
>>
>>
>>
>>>
>>>
 I like to adopt the tiddler reference explorer in minimal yet flexible
 form and sidebar extra tabs in a plugin (using a different taste).
 I cannot see any license in your wiki, so I want to get permission if I
 am allowed to use both these ideas in a new plugin!

>>>
>>> MIT license:
>>> https://zettelkasten.sorenbjornstad.com/#PublicHomepage/Copyright
>>>
>>
>> Ah, yes! I did not see that! System tiddlers under MIT license!
>> Zettelkasten and effective note taking is your area of expertise, so
>> please go ahead!
>> Looking forward to seeing more from you!
>>
>>> --
>>> 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+...@googlegroups.com.
>>>
>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/tiddlywiki/19af44e2-d653-4fb4-9c94-2d7e1f0b0267n%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/26ec5e37-6f23-4dc7-95ae-278726c6afbbn%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 

Re: [tw5] A tour through my Zettelkasten

2021-05-12 Thread Soren Bjornstad
I walked through them in the video, but here's a quick summary of what 
they're for:

   - Stubs – ideas that I haven't written about yet, usually with just a 
   title, or a quote, or a sentence or two describing what it will be (items 
   tagged Stub)
   - Missing – same as in stock TW
   - Needing attention – some unspecified work needs to be done on the 
   tiddler, often I don't agree with the contents anymore, or it needs 
   reorganization
   - Needing excision – the tiddler turned into a bunch of confused ideas 
   put together and I need to think about what those are and split it up 
   (items tagged NeedsExcision)
   - To-do items – anywhere I link to TODO, the tiddler is added to the 
   list, along with  the phrase after the link, so I get a nice list of 
   specific things that need to be fixed/added to
   - Open questions – things I don't know the answer to, but would like to 
   review periodically in case I have new experiences that might provide 
   answers (links to OpenQuestion)

Side note: is anyone else experiencing a problem with the new Google Groups 
while editing a post, where sometimes most of the screen will go blank 
after pressing Page Down, leaving only a tiny sliver at the top of the 
screen to display the thread? Super annoying.
On Monday, May 10, 2021 at 10:45:38 PM UTC-5 Mohammad wrote:

> Hi Soren,
>
> On Tue, May 11, 2021 at 2:45 AM Soren Bjornstad  
> wrote:
>
>> On Monday, May 10, 2021 at 2:43:34 PM UTC-5 Mohammad wrote:
>>
>>> One question: How do you select the categories in the Write tab? I mean 
>>> for Ztellkasten point of view?
>>> I watch the viedo but not quite understand your philosophy here!
>>>
>>
>> I'm not sure I understand the question – are you asking how, technically, 
>> the contents of each tab are aggregated, or why I chose that list of 
>> "looking for attention" conditions?
>>
>
> No, I do not mean technical implementation! but I ask about names of those 
> categories like "open questions", "stubs"? Are those some recommended 
> categories or names?
>
>  
>
>>  
>>
>>> Also the Explorer while we have the More Tab!
>>>
>>
>> The Explorer is intended to be a simplified version of the More tab for 
>> use in the public wiki. I just haven't bothered to hide it in the private 
>> one because it hasn't gotten in my way, but it would likely make sense to 
>> do so now that I've stopped making changes to it frequently.
>>
>
> That makes sense: a simple more tab for the public, for those who visit 
> the page but do not know Tiddlywiki. Instead of hiding parts of More tab, 
> create a separate tab!
> Good idea!
>
>  
>
>>  
>>
>>> I like to adopt the tiddler reference explorer in minimal yet flexible 
>>> form and sidebar extra tabs in a plugin (using a different taste).
>>> I cannot see any license in your wiki, so I want to get permission if I 
>>> am allowed to use both these ideas in a new plugin!
>>>
>>
>> MIT license: 
>> https://zettelkasten.sorenbjornstad.com/#PublicHomepage/Copyright
>>
>
> Ah, yes! I did not see that! System tiddlers under MIT license! 
> Zettelkasten and effective note taking is your area of expertise, so 
> please go ahead!
> Looking forward to seeing more from you!
>
>> -- 
>> 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+...@googlegroups.com.
>>
> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/tiddlywiki/19af44e2-d653-4fb4-9c94-2d7e1f0b0267n%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/26ec5e37-6f23-4dc7-95ae-278726c6afbbn%40googlegroups.com.


Re: [tw5] A tour through my Zettelkasten

2021-05-10 Thread Mohammad Rahmani
Hi Soren,

On Tue, May 11, 2021 at 2:45 AM Soren Bjornstad 
wrote:

> On Monday, May 10, 2021 at 2:43:34 PM UTC-5 Mohammad wrote:
>
>> One question: How do you select the categories in the Write tab? I mean
>> for Ztellkasten point of view?
>> I watch the viedo but not quite understand your philosophy here!
>>
>
> I'm not sure I understand the question – are you asking how, technically,
> the contents of each tab are aggregated, or why I chose that list of
> "looking for attention" conditions?
>

No, I do not mean technical implementation! but I ask about names of those
categories like "open questions", "stubs"? Are those some recommended
categories or names?



>
>
>> Also the Explorer while we have the More Tab!
>>
>
> The Explorer is intended to be a simplified version of the More tab for
> use in the public wiki. I just haven't bothered to hide it in the private
> one because it hasn't gotten in my way, but it would likely make sense to
> do so now that I've stopped making changes to it frequently.
>

That makes sense: a simple more tab for the public, for those who visit the
page but do not know Tiddlywiki. Instead of hiding parts of More tab,
create a separate tab!
Good idea!



>
>
>> I like to adopt the tiddler reference explorer in minimal yet flexible
>> form and sidebar extra tabs in a plugin (using a different taste).
>> I cannot see any license in your wiki, so I want to get permission if I
>> am allowed to use both these ideas in a new plugin!
>>
>
> MIT license:
> https://zettelkasten.sorenbjornstad.com/#PublicHomepage/Copyright
>

Ah, yes! I did not see that! System tiddlers under MIT license!
Zettelkasten and effective note taking is your area of expertise, so please
go ahead!
Looking forward to seeing more from you!

> --
> 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/19af44e2-d653-4fb4-9c94-2d7e1f0b0267n%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/CAAV1gMDGJYJ3owviU3upJ%3D5sbN19DQy5Z8oRFoDYPRa6N18eWA%40mail.gmail.com.


Re: [tw5] A tour through my Zettelkasten

2021-05-10 Thread Soren Bjornstad
On Monday, May 10, 2021 at 2:43:34 PM UTC-5 Mohammad wrote:

> One question: How do you select the categories in the Write tab? I mean 
> for Ztellkasten point of view?
> I watch the viedo but not quite understand your philosophy here!
>

I'm not sure I understand the question – are you asking how, technically, 
the contents of each tab are aggregated, or why I chose that list of 
"looking for attention" conditions?
 

> Also the Explorer while we have the More Tab!
>

The Explorer is intended to be a simplified version of the More tab for use 
in the public wiki. I just haven't bothered to hide it in the private one 
because it hasn't gotten in my way, but it would likely make sense to do so 
now that I've stopped making changes to it frequently.
 

> I like to adopt the tiddler reference explorer in minimal yet flexible 
> form and sidebar extra tabs in a plugin (using a different taste).
> I cannot see any license in your wiki, so I want to get permission if I am 
> allowed to use both these ideas in a new plugin!
>

MIT license: 
https://zettelkasten.sorenbjornstad.com/#PublicHomepage/Copyright

-- 
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/19af44e2-d653-4fb4-9c94-2d7e1f0b0267n%40googlegroups.com.


Re: [tw5] A tour through my Zettelkasten

2021-05-10 Thread Mohammad Rahmani
Hi Soren,

One question: How do you select the categories in the Write tab? I mean for
Ztellkasten point of view?
I watch the viedo but not quite understand your philosophy here! Also the
Explorer while we have the More Tab!

[image: image.png]


I like to adopt the tiddler reference explorer in minimal yet flexible form
and sidebar extra tabs in a plugin (using a different taste).
I cannot see any license in your wiki, so I want to get permission if I am
allowed to use both these ideas in a new plugin!
Feel free to say no! If you're gonna keep this or further develop in
another edition/plugin.

Best wishes
Mohammad


On Thu, Apr 15, 2021 at 7:45 AM 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/836c46ea-f0ef-4ba9-adcc-641019205ca9n%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/CAAV1gMAhhs-0w6QAeDyvd%3DRLHEEjiguudsLYn55gvnzG0kfeDQ%40mail.gmail.com.


Re: [tw5] A tour through my Zettelkasten

2021-04-17 Thread Mohammad Rahmani
>
>
> Curious – what tiddlers do you think don't need a link summary?
>
>
> I have attached some images to answer this question! I think
shadows/systems may not need such a summary!

[image: img_76_chrome.png]



[image: img_75_chrome.png]


I also noted favicon does not work! (It uses a uri to local file)

-- 
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/CAAV1gMAkDKG4HzVMwMg3zO2wSkZcPvHaCd0D29V_Sv8GdbADbg%40mail.gmail.com.


Re: [tw5] A tour through my Zettelkasten

2021-04-15 Thread Mohammad Rahmani
Hi Soren,
 Thank you for clarification!

I watched the video given +1.

It has a lot to learn for the way one can use Tiddlywiki for information
management!

The minimal design, uniformity and consistency is highly appreciated!
One thing I like very much is, how the current design of Tiddlywiki can be
used effectively!

It may be useful to let users download an empty version. I may recommend to
use Flibbles Uglify plugin to minimize the empty-Zettelkasten.html for
distribution.


Best wishes
Mohammad


On Thu, Apr 15, 2021 at 4:32 PM Soren Bjornstad 
wrote:

> On Wednesday, April 14, 2021 at 11:36:17 PM UTC-5 Mohammad wrote:
>
>>
>> Hi Soren,
>>  Very impressive project and one really can learn alot both from
>> Tiddlywiki point of view and also knowledge/information management.
>>   While I always have to change the pallet to something lighter (I cannot
>> read some text or find some icons due to low contrast for me = this is
>> partially because of issues in the official palette),
>>
>
> Yeah, this is definitely an issue with many of the official palettes
> (though I've seen issues with some of the light ones too). The only things
> I can't read clearly the way I have it set up are the modified date, which
> I barely ever use, and body text expanded within the reference explorer,
> which I only look at for a few seconds at a time, so I'm pretty happy with
> this overall.
>
>
>> 23:58 Bibliographies aggregate related sources
>>>
>>
>> You know Refnotes! There we use the Bibtex plus APA7. The benefit is you
>> can import Bibliography for different sources and there is no need to enter
>> them manually (error prone, tedious)
>> ViewTemplates can be used as you did, and one can decide what to show and
>> how to show fields.
>>
>> While I think bibliography on the web and hypertext media can be totally
>> different, do you think sticking to some standards is better or not?
>> I do not have a specific opinion here and I want to see what is the best
>> solution!
>>
>
> I haven't used the ref-management part of Refnotes. I don't think it would
> work with the framework I've set up from what I can see because I want
> sources to be first-class citizens with their own tiddlers. I don't usually
> do inline citations because I tend to paraphrase and generalize quite a bit
> (though there are exceptions). And while I like BibTeX, I don't think I
> read enough articles from sources that provide bibliography downloads to
> make it more efficient than entering the couple of fields I care about
> myself.
>
> Still, thanks for the reminder about this plugin -- I've found the
> footnotes very useful in the past and I could see that bibliography
> mechanism being helpful in the future.
>
>
>> 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
>>>
>>
>> Wonderful! While I think not all tiddlers need that! I saw it can be
>> customized
>>
>
> Curious – what tiddlers do you think don't need a link summary?
>
> --
> 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/56770607-6adf-42b5-bf01-74ec46ea6bd0n%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/CAAV1gMBPg%3DpJGKRvBiT2TO%2BKjCjvEKPXjmg%2Bcb7GBvOfipmOsw%40mail.gmail.com.


Re: [tw5] A tour through my Zettelkasten

2021-04-15 Thread Soren Bjornstad
On Wednesday, April 14, 2021 at 11:36:17 PM UTC-5 Mohammad wrote:

>
> Hi Soren,
>  Very impressive project and one really can learn alot both from 
> Tiddlywiki point of view and also knowledge/information management.
>   While I always have to change the pallet to something lighter (I cannot 
> read some text or find some icons due to low contrast for me = this is 
> partially because of issues in the official palette),
>

Yeah, this is definitely an issue with many of the official palettes 
(though I've seen issues with some of the light ones too). The only things 
I can't read clearly the way I have it set up are the modified date, which 
I barely ever use, and body text expanded within the reference explorer, 
which I only look at for a few seconds at a time, so I'm pretty happy with 
this overall.
 

> 23:58 Bibliographies aggregate related sources
>>
>
> You know Refnotes! There we use the Bibtex plus APA7. The benefit is you 
> can import Bibliography for different sources and there is no need to enter 
> them manually (error prone, tedious)
> ViewTemplates can be used as you did, and one can decide what to show and 
> how to show fields.
>
> While I think bibliography on the web and hypertext media can be totally 
> different, do you think sticking to some standards is better or not?
> I do not have a specific opinion here and I want to see what is the best 
> solution!
>

I haven't used the ref-management part of Refnotes. I don't think it would 
work with the framework I've set up from what I can see because I want 
sources to be first-class citizens with their own tiddlers. I don't usually 
do inline citations because I tend to paraphrase and generalize quite a bit 
(though there are exceptions). And while I like BibTeX, I don't think I 
read enough articles from sources that provide bibliography downloads to 
make it more efficient than entering the couple of fields I care about 
myself.

Still, thanks for the reminder about this plugin -- I've found the 
footnotes very useful in the past and I could see that bibliography 
mechanism being helpful in the future.
 

> 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
>>
>
> Wonderful! While I think not all tiddlers need that! I saw it can be 
> customized
>

Curious – what tiddlers do you think don't need a link summary?

-- 
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/56770607-6adf-42b5-bf01-74ec46ea6bd0n%40googlegroups.com.


Re: [tw5] A tour through my Zettelkasten

2021-04-14 Thread Mohammad Rahmani
Hi Sorn,
 Very impressive project and one really can learn alot both from Tiddlywiki
point of view and also knowledge/information management.
  While I always have to change the pallet to something lighter (I cannot
read some text or find some icons due to low contrast for me = this is
partially because of issues in the official palette), your design is great
and I love it! Importantly you keep the spirit of Tiddlywiki in your design!

Some questions on design part NOT Zettelkasten part, as I have not watched
the video thoroughly!


On Thu, Apr 15, 2021 at 7:45 AM 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
>

Lovely!



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

You know Refnotes! There we use the Bibtex plus APA7. The benefit is you
can import Bibliography for different sources and there is no need to enter
them manually (error prone, tedious)
ViewTemplates can be used as you did, and one can decide what to show and
how to show fields.

While I think bibliography on the web and hypertext media can be totally
different, do you think sticking to some standards is better or not?
I do not have a specific opinion here and I want to see what is the best
solution!



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

Wonderful! While I think not all tiddlers need that! I saw it can be
customized



> 34:48 Graph theory and Zettelkästen; link graph
> 37:11 Types of tiddlers; why I include non-idea tiddlers, unlike classic
> Zettelkasten
>

Using Dynamic Tables is great here! Love it!



>
> *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
>


Great job! I will watch the video and I will write you then!

>
> --
> 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/836c46ea-f0ef-4ba9-adcc-641019205ca9n%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 

[tw5] A tour through my Zettelkasten

2021-04-14 Thread Soren Bjornstad
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/836c46ea-f0ef-4ba9-adcc-641019205ca9n%40googlegroups.com.