> Is there an option for <<tiddler>>, or some other macro, to just show
> the tiddler text, without wrapping it in a <span> tag?

The tiddler macro doesn't support this at the moment. A wrapper is 
required is to ensure the content is updated when the transcluded 
tiddler is modified (see config.macros.tiddler.handler for details).

> Use case: I'm making a plugin that reads URLs from slice values.
> Normally, it would be a standard HTTP URL, but if it's a long data:
> URI, the user might prefer to dump the full data: URI in a separate
> tiddler.

It sounds like you are retrieving data from the DOM instead of from the 
tiddler object. Is there a particular reason for that?
If you used the built-in TiddlyWiki.prototype.getTiddlerText method, 
you'd get support for ::slices and ##sections notation for free.


-- F.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to