Kara Plugin: First Public Release

Is there any reason you dont use of Todo smart tab? Every tiddler has such a tab!
By design any tiddler has a todo smart tab! That is the reason I did not add styles for checklist in comment tiddler!

But it is fair to have also such checklists in comments too!

Thanks @Mohammad for the great plugin. It might be a bug. In the reverse mode, interstitial overwrite variable currentTiddler. For example, the attached tiddler defines a macro to show the title of currentTiddler, but shows reverse instead.

\define test-currenttiddler()
<$text text=<<currentTiddler>>/>
\end

<<test-currenttiddler>>

@@.interstitial
* ''15:12'' <<test-currenttiddler>>
@@


<<interstitial tiddler:"" showInput:"" focus:"no" mode:"reverse">>

It is working in the normal mode.

<<interstitial tiddler:"" showInput:"" focus:"no">>

Test currentTiddler.json (336 Bytes)

Put your macro in a tiddler tagged with $:/tags/Macro.
See what is the result.

I have the same result.

Okay! This is a bug!
Fix is there. I pushed a new update.
Test Kara 0.8.1 and let me know the result.

2 Likes

Thanks for quick fix. It is working for me now.

1 Like