On Monday, January 5, 2015 11:43:23 PM UTC+1, James Anderson wrote: > > Is there a nicer way of doing this other than me just having to remember > to edit there files each time I update? Not that I mind doing this, i was > just wondering if there was a nicer way of doing it? >
You can use [ext[myprotocol://link]]. see: http://tiddlywiki.com/#Linking%20in%20WikiText If you modify the core, your links will be broken, if your tiddlers are imported into an other TW, without the modifications. So a more generic mechanism would be needed. IMO hacking, workaround-plugins only cause wikitext incompatibility and problems in the future! There have been discussions, to enable "domain specific languages" with plugins and / or macros. ... At the moment, there isn't a mechanism, that lets you specify such dependencies. The TW tiddler MIME type is text/vnd.tiddlywiki It is possible to add parameters. eg: text/vnd.tiddlywiki;language-extension="my-new-protocols" So the core TW would need to define a mechanism, how to deal with the MIME parameter definition. If properly done, the TW core would be able to handle user defined language extensions in a backwards compatible and generic way. ... There has been some discussion, but imo no consensus was reached. I can't find the links at the moment. have fun! mario -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" 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 http://groups.google.com/group/tiddlywikidev. For more options, visit https://groups.google.com/d/optout.
