[tw] Re: Implementing a directed acyclical graph with TiddlyWiki5

2013-12-03 Thread PMario
Hi Jim, I think what you describe is the standard TW tagging mechanism. eg: - if you create a tiddler named "task" .. and - several tiddlers eg: - "Go to Mordor" - "Get the Ring" - tag those tiddlers as "task" What you get is a "parent" child relation between "task" = "parent" and "Go

[tw] Re: Implementing a directed acyclical graph with TiddlyWiki5

2013-12-03 Thread James Weaver
Thanks Mario. A hierarchical structure of tags that you described should work for my purposes. I'll need to be able to distinguish between a tiddler that is a tag (used for categorization) and a tiddler that isn't a tag (used for content). I suppose I could do this with a naming convention,

[tw] Re: Implementing a directed acyclical graph with TiddlyWiki5

2013-12-03 Thread James Weaver
I think that I'm answering my own question here: It seems that a tiddler is only a tag when it is tagging a tiddler; it can't be defined as a tag explicitly. If this is incorrect, please advise. Thanks, Jim Weaver On Tuesday, December 3, 2013 2:39:49 PM UTC-5, James Weaver wrote: > > Thanks M

Re: [tw] Re: Implementing a directed acyclical graph with TiddlyWiki5

2013-12-03 Thread Jeremy Ruston
Hi Jim On Tue, Dec 3, 2013 at 8:51 PM, James Weaver wrote: > I think that I'm answering my own question here: It seems that a tiddler > is only a tag when it is tagging a tiddler; it can't be defined as a tag > explicitly. If this is incorrect, please advise. > That's correct. Tags themselves

Re: [tw] Re: Implementing a directed acyclical graph with TiddlyWiki5

2013-12-03 Thread Jim Weaver
Nice! Thanks Jeremy and Mario for your help. Regards, Jim Weaver > On Dec 3, 2013, at 4:17 PM, Jeremy Ruston wrote: > > Hi Jim > >> On Tue, Dec 3, 2013 at 8:51 PM, James Weaver >> wrote: >> I think that I'm answering my own question here: It seems that a tiddler is >> only a tag when it is

Re: [tw] Re: Implementing a directed acyclical graph with TiddlyWiki5

2013-12-03 Thread Jeremy Ruston
Hi Mario I haven't come across ArangoDB, looks interesting thanks. It would be great to start experimenting with these things. As I think we've discussed during the hangouts, I think wiki.js could do with a bit of refactoring to make the tiddlers[] hashmap private so that it's easier to substitute