TonyM,

OK I will update you once we get some experience. So far it's been a slow 
start but no issues.

I work in an engineering company, and the plan is that our engineers could 
write these TiddlyWiki HTAs about certain not-too-narrow but not-too-wide 
topics, and save them to our network share. We use standardized corporate 
laptops so IExplorer is not an issue here.

HTA backups can be taken to local disk for offline usage. This may be 
necessary during field work, travelling, commissioning trips. Keeping the 
versions in sync if you update something offline might become a minor 
headache, but hey that's life.

In most out-of-office cases we have at least some kind of internet 
connection and VPN tunnel to our office network. You can notice that 
TiddlyWiki is at least 4MB because each time you save a tiddler via VPN it 
takes 5-15 seconds, depending on the connection speed. Minor issue again.

I created our own TiddlyWiki "base version" with a front page template 
tiddler, and a link to another tiddler that briefly describes what 
TiddlyWiki is, how to use it, how to find external help, this forum and 
some cheat sheets, and what customizations were done (list below).

//antti

!! Modifications

The following has been modified after downloading an empty TiddlyWiki from 
the Internet:

* Windows Explorer > change file extension to .HTA > Properties > Unblock
* Wiki Control Panel
** Info > Basics
*** Title
*** Subtitle
*** Default tiddlers: Main
*** Title of journal: YYYY-MM-DD
** Appearance > Toolbars
*** Edit: hide Delete
*** Page: show also Home, Close all, Fold all, Unfold all
*** View: show More, Edit, Fold others, Close others, Fold, Close
** Appearance > Tweaks
*** Sidebar layout: Fluid story
*** Story right: 570px
*** Story width: 570px
*** Tiddler width: 486px
*** Sidebar breakpoint: 760px
** Settings > disable auto-CamelCase
* [[$:/palettes/Vanilla]] > Edit > dark blue code, dark green external 
link, gray-blue internal link
** code-foreground: #000044
** external-link-foreground-visited: #006600
** external-link-foreground: #006600
** primary: #4060c0
* [[$:/themes/tiddlywiki/vanilla/base]] > Edit > dark red broken link
** a.tc-tiddlylink-missing { color: #880000; }
* [[$:/core/modules/parsers/wikiparser/rules/prettyextlink.js]] > Edit > 
show URL in tooltip
** after this: node.attributes.href = {type: "string", value: URL};
** add this: node.attribute.title=  {type: "string", value: URL};
* [[$:/core/modules/parsers/wikiparser/rules/prettylink.js]] > Edit > show 
URL in tooltip
** after this: href: {type: "string", value: link},
** add this: title: {type: "string", value: link},
* https://welford.github.io > htalink > drag&drop
** open external links in default browser instead if IE (HTA itself always 
runs in IE)

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
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/941ac16d-4b23-4d13-83c0-2206e9df85a3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to