Did you consider a dynamic "Magic" sidebar tab instead of the popup?
--
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 tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/3859d919-84a3-47ae-8f94-3b1a7496a995%40googlegroups.com.
* It helps to identify the primitives we might need to make a “production” version
I know that CodeMirror has a bunch of features for adding autocomplete to the editor, and I wonder if that might be the quickest route to something really usable.
Am I supposed to be able to insert stuff with this? Or just look at it? So far nothing I have done actually inserts text. Perhaps there's a magic step I'm missing?Once I've typed in <table or <table> or <table> </table> , the bar on the right is stuck and I'm not able to use EM any more. How do I clear it without actually deleting text?
Am I supposed to be able to insert stuff with this? Or just look at it? So far nothing I have done actually inserts text. Perhaps there's a magic step I'm missing?
IMO, a key aspect is to separate the popup mechanism from the popup content. If there is a mechanism to show/appear things on command in the editor, then what is shown is a separate matter.
Example two, [[ completion. I type [[Ab and then click on the "About" link that appears on the right. Nothing is inserted.
If this is as good as your humour it will be a welcome addition!
Trying it in TiddlyDesktop. How is the trigger supposed to distinguish between looking upwidget documentation and an actual widget? Both use <$ . Is there some way to forcea widget selection?
It is a method by which to construct a macro or widget call where by first you select the widget (Formulae) then a dialogue/modal appears as guided selection even entry of the parameters relevant to the given widget and the values of those parameters. At the end click inserts the full "statement".
Have you thought of using modals to simplify the interface with the editor? We would want to insert a result in the modal back to the editing tiddler.
[Update: Firefox has issues with this that are resolved in 5.1.22]
where you can see macros on the right.
When will it be a stable relese? I'd like to use in my wiki!
There was a [[cat in a hat]] that [[sat on the mat
--
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 tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/73b7a129-261d-4792-9582-4d15c6041130%40googlegroups.com.
In notion's latest version, when you type / , a dowpdown menu full of searchable macros are shown at caret position. Several other note app also adapt this design. If you can achieve this, it would be great!
And maybe I can help with Regex, I'm quite good at that.
How do you develop your plugin? I didn't find the Github link.