Solved it!

I edit now sections. I edit now a section of the same tiddler and do not 
create a new one.

Example: <<editSection "##Documentation Issues" "Issues?" "List all 
Documentation Issues found">>
<<tiddler RenderPlain with: "myTiddler##Documentation Issues">>

For this I needed to add to the stylesheets: .hidden { display:none; }

As the sections are inserted in the form:

{{hidden{
> !Documentation Issues
> test
> !end
> }}}
>

Things are a bit complicated as I generate my tiddler's content with 
another tiddler.

So what I have now is:

*[[Delivery]]*

<<tiddler "CI" with: "documentation"
    "Documentation"
        "Check that all required documentation is provided and okay."
>><<tiddler "CI" with: "releasenotes"
    "Release Notes"
        "Check that the release notes are provided and okay."
>>

*[[CI]]*

;<<checkbox $1>> $2
: $3 <<editSection "##$1 Issues" "Issues?" "List all issues with $2">>
: <<tiddler RenderPlain with:  {{ tiddler.title + "##$1 Issues"}}>>

*[[RenderPlain]]*

<<tiddler RenderPlain##OUT with: {{
    var t=store.getTiddlerText('$1');
    t == null ? '' :
    '{{{\n' + t + '\n}\}\}';
}}>>/%
!OUT 
$1
!END

I find it 
 

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