Ticket #617 (closed enhancement: wontfix)
raw view macro
| Reported by: | psd | Owned by: | FND |
|---|---|---|---|
| Priority: | trivial | Milestone: | 2011.cleanup |
| Component: | core | Version: | |
| Severity: | trivial | Keywords: | view macro |
| Cc: |
Description
In RippleRap?, we use a "raw" mode to the "view text" macro to display HTML imported from the Flickr RSS feed as-is:
<pre>{{blog_item{<<view text raw>>}}}</pre>
http://svn.tiddlywiki.org/Trunk/contributors/PaulDowney/plugins/RawViewMacroPlugin.js
config.macros.view.views.raw = function(value,place,params,wikifier,paramString,tiddler) {
createTiddlyElement(place,"span",null,null).innerHTML = value;
};
There may be a better name for the view than "raw", but it does seem like a worthy addition to the core.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

