> The attributes used by tiddlysnip for example tsnip.url contains > *dots*, this attribute name causes a parsing error. > I can work around this by replacing the dot with a underscore, but I > would like to know if there is a specific reason for this dot usage ?
I take it by attributes here you mean extended fields*? Using the dot for (pseudo-)namespacing is just a convention which probably arose due to the resemblance to regular JavaScript objects. For example, the adaptor mechanism uses server.type, server.host and server.workspace. At which point do you get a parsing error? Could you perhaps escape those dots? -- F. * http://tiddlywiki.org/wiki/Extended_Fields --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/TiddlyWikiDev?hl=en -~----------~----~----~----~------~----~------~--~---
