Thanks for the point out, though it doesn't seem to be able to solve my 
last issue.

---From the plugin ---
"The TW core support for HTML does not let you put ANY wiki-style syntax 
(including TW macros) *inside* the <html>...</html> block. Everything 
between <html> and </html> is handed to the browser for processing and that 
is it.

However, not all wiki syntax can be safely passed through the browser's 
parser. Specifically, any TW macros inside the HTML will get 'eaten' by the 
browser since the macro brackets, <<...>> use the "<" and ">" that normally 
delimit the HTML/XML syntax recognized by the browser's parser."
----

#1 I'm not actually trying to work inside <html></html> blocks per say (or 
at least I don't think I am) I just used it as an example earlier since I 
don't really know how to phrase  where I'm actually working... I'm trying 
to modify a plugin that makes a treelist so that I can make buttons/links 
at the end of each tree object to open the tiddler, and that would create a 
tiddler that has a tag that is the name of the tiddler it was clicked by. 
[o] = Open tiddler button [+] Create new sub node button
- Folder node tiddler [o] [+]
- - Document node tiddler [o] [+]
- - Document node tiddler [o] [+]

Currently I use the "newHere" plugin but for it to work you have to open 
the tiddler and than hit the button, which adds a lot of time and hassle 
over the long run. 
I know the newTiddler macro can do what I want I just need to know how to 
call it as a real function... 

Obviously thanks to Eric the Open tiddler button works great now, which I 
wanted so that I could open tiddlers with that button instead of clicking 
on the tree node/folder nodes which caused them to collapse or expand as 
well as open the tiddler.

And the only thing left to figure out is how to pretty much make a 
<<newTiddler title:"NewSubNode" tag:"ParentNodeName"'>>
Macro into a  onclick= Function

Which I've tried looking around and trying a few dozen combos that I 
thought might work, but I just have so little experience reading and 
understanding JavaScript still to know where I should really be looking... 
 ^^;
I have been learning a lot doing this though and now I'm thinking in the 
not so distance future really want to free up some time and get into 
studying JavaScript, it seems to be a pretty awesome tool to know.



On Tuesday, January 29, 2013 2:47:14 PM UTC-8, Tobias Beer wrote:
>
> Hi Sticky Notes,
>
> While Eric is around, I believe his HTMLFormattingPlugin [1] might be of 
> interest to you. It allows you to weave Wiki syntax inside <html> blocks.
>
> Cheers, Tobias.
>
> [1] http://tiddlytools.com/#HTMLFormattingPluginInfo
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" 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/tiddlywiki?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to