On Oct 9, 8:47 am, wolfgang <[email protected]> wrote:
> It's the default behavior of TiddlerTabsPlugin to close all other open
> tiddlers when clicking *twice* on a tab in short succession. Just as
> using the 'close other' toolbar command.
>
> However, that shouldn't close any tiddlers in edit mode, and I never
> experienced such a mistake. There must be something else interfering.
>
> Regards..
>
Thanks, everyone. By going to through the regressions I had, the
problem seems to be coming from the EditTemplate I am using.
The one that works fine (and came with the Notestorm) reads:
<!--{{{-->
<div class='toolbar' macro='toolbar
[[ToolbarCommands::EditToolbar]]'></div>
<div class='title' macro='view title'></div>
<div class='editor' macro='edit title'></div>
<div macro='annotations'></div>
<div macro='tiddler QuickEditToolbar'></div>
<div class='editor' macro='edit tags'></div>
<div macro='showWhen tiddler.tags.contains("Note") || tiddler.title
=="New Note"'>[[NoteNote]]</div>
<div class='editor' macro='edit text'></div>
<!--}}}-->
-------------------------------------
The one that is prematurely closing the editor is coming with the
following EditTemplate:
<div>
<span class='title' macro='view title' style='margin-right: 1.0em;' ></
span>
<span class='subtitle'>
<span macro='message views.wikified.createdPrompt' style='margin-left:
0.2em'></span>
<span macro='view created date MM-DD-YYYY'> </span>
</span>
<span class='toolbar' macro='toolbar +closeOthers' style='margin-left:
1.0em;'></span>
<span class='toolbar' macro='toolbar cancelTiddler' style='margin-
left: 1.0em;'></span>
</div>
<div class='SlTidIDEStyles' macro='tidIDE +edit:here'></div>
---------------------------------------------------
When I customized it, I did not test it enough - obviously :-(. It
could also be coming from TidIDE - I have not tested it yet. But if
something jumps out at you, please let me know.
Thanks!
Cheers; 'best,
shankar
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---