> <<editSection [[My Notes]]>>
> !!!!!My Notes
> some text
> !!!!!
> How can I have it just display the text I entered, ie; "some text"
>
> I don't want:
> (1) The empty line between "edit section.." and "My Notes"
> (2) The text "My Notes"
> (3) The empty line after "some text"
You need to create a "hidden section" by using TW comment markers (/%
and %/). The enclosing /% and %/ prevent TW from *rendering* the
hidden section, but it will still be recognized as a data source for
section references.
You also need to correctly refer to the section within the current
tiddler:
* [[Some Name]] is a reference to a separate, stand-alone tiddler
* [[TiddlerName##SectionName]]" is a reference to a section within a
given tiddler.
For convenience, EditSectionPlugin supports an abbreviated form of
section reference that *implies* the current tiddler title:
"[[##SectionName]]". This makes it easy to rename the containing
tiddler, (or copy the content to another tiddler), without having to
edit the macro parameter to change the referenced tiddler title.
Thus:
<<editSection [[##MyNotes]]>>/%
!!!!!My Notes
some text
!!!!!
%/
enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios
----------
Was this answer useful? If so, please help support TiddlyTools:
TiddlyTools direct contributions: (paypal)
http://www.TiddlyTools.com/#Donate
UnaMesa tax-deductible contributions:
http://about.unamesa.org/Participate (paypal)
TiddlyWiki consulting:
http://www.TiddlyTools.com/#ELSDesignStudios
http://www.TiddlyTools.com/#Contact
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" 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/tiddlywiki?hl=en.