[tw] [TW5] Node.js Install: Launching 'tiddlywiki --server' on startup.

2014-01-12 Thread Wildscot
I've installed TW5 with node.js on a VPS running Ubuntu Server 12.04. I'm looking for the best way to have the 'tiddlywiki --server' launch when I boot the server, rather than manually. I'm new to node.js and from having a quick look it seems I want to be looking at 'forever' and an upstart scr

[tw] Re: [TW5] Node.js Install: Launching 'tiddlywiki --server' on startup.

2014-01-12 Thread Wildscot
On Sunday, 12 January 2014 23:10:59 UTC, Wildscot wrote: > > I've installed TW5 on a VPS (running Ubuntu Server 12.04), with node.js. > Thrilled with it, especially the smooth functionality on mobile. > I've had a quick Google on starting a node.js server on boot, rather than > manually, and it

[tw] [TW5] Node.js Install: Launching 'tiddlywiki --server' on startup.

2014-01-12 Thread Wildscot
I've installed TW5 on a VPS with node.js. Thrilled with it, especially the smooth functionality on mobile. I've had a quick Google on starting a node.js server on boot, rather than manually, and it seems upstart and forever are what I need to be getting my head around? I've not worked with node.

[tw] [TW5] Templates

2014-01-12 Thread Lorenzo
Hi! This is my *$:/core/ui/ViewTemplate/body* (there aren't comments and indentation in the real template, I added them here for readability): <$list filter="[is[current]!tag[view-type-1] is[current]!tag[view-type-2 ]]"> <$transclude /> <$list filter="[is[current]tag[view-type

Re: [tw] Re: TW5: Has anyone created something to replace KeePass2?

2014-01-12 Thread Jeremy Ruston
> IMO an other one will be a "new TW5 feature" that will use browser local > storage to prevent data loss. So your tiddler content in edit mode may be > saved as plain text to the disk. ... @Jeremy did you think about this > problem? > Yes, absolutely, it is privacy concerns that make that a hard

[tw] Re: TW5: Has anyone created something to replace KeePass2?

2014-01-12 Thread PMario
On Sunday, January 12, 2014 12:03:43 PM UTC+1, Lyall wrote: > I am re-visiting TW5 and am keen to see if I can discard KeePass2. > > Has anyone created a TW5 that is aimed at credential storage? > Hopefully not. IMO TW5 primary goal is to be a wiki. KeePass2's primary goal is to be a secure data

Re: [tw] importing Delicious bookmarks into TiddlyWiki5

2014-01-12 Thread FND
>> I've been experiencing some wonky behavior with drafts and other >> state being restored at unexpected times, but have yet to come up >> with a reliable way to reproduce (or even just articulate) the issue > > I've now had a two or three reports of what sounds like the same > problem [...] Any h

Re: [tw] TW5 - rationale for node.js

2014-01-12 Thread Jeremy Ruston
Hi Andrew On Fri, Jan 10, 2014 at 2:36 PM, Andrew Lister wrote: > I got TW5 working under node.js without any difficulties, and was pleased > to discover that in this form each toddler gets saved as a text file. Why? > One of the dilemmas I've had with TW is that it interferes with my filing >

Re: [tw] Build TiddlyWiki5 from individual tiddlers

2014-01-12 Thread Jeremy Ruston
Hi Marc I've just tested it again on my Mac OS X laptop, and the process as described in the documentation is working for me. Can you send through a copy of the HTML file that is generated? Have you tried to view it in other browsers? Best wishes Jeremy On Sat, Jan 11, 2014 at 7:58 PM, Marc

[tw] Re: TW5: Has anyone created something to replace KeePass2?

2014-01-12 Thread Stephan Hradek
Am Sonntag, 12. Januar 2014 12:03:43 UTC+1 schrieb Lyall: > > Also, I would like to create a 'template' which I fill in the fields and > can click a 'button' which I will place in the sidebar, which opens a new > tiddler with all the tiddler type set appropriately, and the 'left side:' > compo

Re: [tw] TW5: Has anyone created something to replace KeePass2?

2014-01-12 Thread Jeremy Ruston
> Alternatively, is there a way to make dictionaries display as they show in > the editor, not as a single line of text? > I've committed a change for 5.0.7 so that data dictionaries are displayed in plain text: https://github.com/Jermolene/TiddlyWiki5/commit/b7a1db1e9fb651928a4f86e1881959150dd66

[tw] TW5: Has anyone created something to replace KeePass2?

2014-01-12 Thread Lyall
I am re-visiting TW5 and am keen to see if I can discard KeePass2. Has anyone created a TW5 that is aimed at credential storage? I have been fiddling with fields, dictionaries, etc and I think that a Tiddler for each host/user/password tagged with 'Credentials' then some sort of 'Display' tiddl

Re: [tw] Re: TW5 - Making a "global" macro

2014-01-12 Thread Stephan Hradek
Am Samstag, 11. Januar 2014 23:00:57 UTC+1 schrieb Jeremy Ruston: > > On Fri, Jan 10, 2014 at 3:58 PM, Stephan Hradek > > > wrote: > >> I created a bookmarklet which should be able to transform a WikiText >> macro into JavaScript code. Maybe you want to try? >> > > Stephan, thank you, once aga