This is a little hacky, and I'm sure someone could come up with something
more attractive, but I use the text below in a tiddler called "TE" (for
template-edit).
After excision, I add ||TE}} . That is, the excision might look like
{{mytiddler||TE}}. This puts a button next to the text, that lets me open
it up for editing.
Using this approach, you can even do excisions inside of excised tiddlers,
and so on.
I imagine it wouldn't be too hard to hack the excise button so that it
automatically adds the ||TE to the transclusion text, if it's of interest.
Good luck!
<$reveal state=<<qualify "TE">> type="nomatch" text="edit"><$transclude
mode="block"/> <$button class="mybuttons" set=<<qualify "TE">>
setTo="edit">Edit</$button>
</$reveal>
<$reveal state=<<qualify "TE">> type="match" text="edit"><$transclude
tiddler="$:/core/ui/EditTemplate" /> <$button class="mybuttons" set=<
<qualify "TE">> setTo="show">Show</$button></$reveal>
On Friday, December 13, 2019 at 5:30:12 AM UTC-8, DemoniWaari wrote:
>
> Are there any good methods of quickly opening an excised tiddler from
> inclusion? Oftentimes when I excise a tiddler, I would like to edit it
> afterwards but the only way to do this is to go to search and type in the
> title of the excised tiddler and open it from there. I'd like to do
> something like, highlight the text inside {{}} and it would directly open
> the tiddler with that title, with a hotkey or something for example.
>
> Thanks.
>
--
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 view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/6c16ba67-e613-4794-80d8-637ee41a5e7f%40googlegroups.com.