-
Hi all, i'm currently working an some custom code-completion behaviour in CodeMirror and was wondering if it is possible to find out the name of the tiddler currently working on (aka <currentTiddler>) inside of my hint-function (imagine my "working-area" like Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
saqimtiaz
Jun 24, 2022
Replies: 1 comment 1 reply
-
It has been a long time since I worked with CodeMirror but try this: |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
rimi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It has been a long time since I worked with CodeMirror but try this:
editor.options.editWidget.getVariable("currentTiddler")