(I think I saw someone else asking about setting a type for the editor, so this might be related:)
Alain Dutechs made the fantastic
Edit-Comp Text plugin, i.e a plugin that triggers when you type in [[ and presents you with a dropdown list of available tiddler titles. In tiddler edit mode, mind you!
I wish to use this in
EditTextWidget.
In the installation instructions to Alains plugin, he explains that one should:
"...in
$:/ControlPanel -> Advanced -> Editor Type -> text/vnd.tiddlywiki you must chose
comptext instead of
text. "
i.e this says (I think?) that the default text type in TW5 should use the comptext editor rather than the standard text editor.
...but how do I set this to be valid also for the
EditTextWidget?
It is apparently possibly to
type blocks in WikiText, but my primitive attempts to do so for the EditTextWidget fail. Basically I tried to surround the EditTextWidget with $$$comptext and I've tried using the type attribute in the EdiTextWidget but I suspect that refers to something completely different.
Any help on this would be very much appreciated!!!!!
Thank you!
<:-)