Hi TT ,
Posting here so you won't think I've dropped off the edge of the earth. Yet.
Your code looks really good! You've obviously spent a lot of time putting
things together. The only thing that needed changing was the "publisher"
(matching set) quote
marks that you used around the title. The code wants "terminal" quotes
(non-matching). Not sure what the terminology is.
I found some code that can read and parse an ini file, so I'm working on
inserting that so that we can share the core code without having to paste
in our own
personal settings values each time.
Tony's idea re a wikis directory is interesting. It occurs to me that you
could run two instances of 9-lives, one in each mode.
Re the name, thinking maybe nein-lives (humour intended) or neun-lives just
to avoid trademark infringement with the cat food company.
Thanks!
-- Mark
On Saturday, June 29, 2019 at 11:42:44 AM UTC-7, @TiddlyTweeter wrote:
>
> Ciao Mark S. & interested cats
>
> I attach my revised experimental PS1 script, version "b". Its still
> largely a wrapper around your original script.
>
> I added a load of settings, but most of them are "internal" (i.e. will
> never need to be in a seperate settings file) and unproblemmatic. The only
> "USER SETTING" I added was for an address to a "parent" directory
> (recursive) for TiddlyWiki files (optional). Its *"T - TiddlyWiki" *on
> the menu.
>
> I'm not sure that was a good idea as it assumes users have their TW all
> under one directory structure. On the other hand, it does no harm as its
> just informational.
>
> Its working well for me but I'm concerned to see whether the script works
> for others.
>
> *USER SETTINGS*
>
> FYI, the User Settings look like this ...
>
> # USER SETTINGS -------------------------------
> # Note: ??User Settings may eventually be in an external file??
>
> # --- WIKI STEM NAMES: list of wiki stem names
> # Wiki name stem must be unique!! Case sensitive naming!!
> $stemlist = @("wiki1","wiki2")
>
> # --- WIKI PATHS: list in same order as stem names
> $dirlist = @("C:\scrap\wiki1","C:\scrap\test\wiki2")
>
> # --- DOWNLOADS DIRECTORY: where browser downloads go
> # Example path is the usual Windows location
> $downloaddir = "C:\Users\$Env:Username\Downloads"
>
> # --- WIKIS DIRECTORY (optional): useful if all wiki nest under one
> directory
> $wikidir = "C:\bag\tw5\tws"
>
> # --- TIMING: seconds to wait between checks
> $waitSeconds = 60
>
>
> Hope its of interest!
> Josiah
>
>
--
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/ccf9780a-23b4-432e-88fd-755263023b0c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.