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
<https://docs.npmjs.com/cli/v7/commands/npm-bin>, 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
<https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/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 <[email protected]>
> 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 <[email protected]>
>>> 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 [email protected].
>>>>
>>> To view this discussion on the web visit
>>>> https://groups.google.com/d/msgid/tiddlywiki/19af44e2-d653-4fb4-9c94-2d7e1f0b0267n%40googlegroups.com
>>>>
>>>> <https://groups.google.com/d/msgid/tiddlywiki/19af44e2-d653-4fb4-9c94-2d7e1f0b0267n%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>> .
>>>>
>>> --
>> 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 [email protected].
>>
> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/tiddlywiki/26ec5e37-6f23-4dc7-95ae-278726c6afbbn%40googlegroups.com
>>
>> <https://groups.google.com/d/msgid/tiddlywiki/26ec5e37-6f23-4dc7-95ae-278726c6afbbn%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>
--
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/e141e67c-63d2-4986-a910-e39bbb72df66n%40googlegroups.com.