sysescool
sysescool
Hello, developers. I am using Katex in joplin. It show `KaTeX parse error: Undefined control sequence: \ifx at position 143: ......` If there `ifx` doesn't support. What codes written in...
I need this function too. I'm using joplin, and which use abcjs. Staff (music) is hard to me, while numbered musical notation is easy. May you make it is available...
@paulrosen I would like to incorporate numbered musical notation. Could you please assign this task to me? However, before I commence work on it, I have a few questions for...
Thank you, I will try it today.
I notice this days ago, hope to be fixed.
hi, varlar. it's doesn't work for this condition: "\033[031m RED TEXT \033[0m". I notice this issue: https://github.com/variar/klogg/issues/338 but it's for ANSI: "1;31m [1;31m Test" it doesn't work for linux terminal...
There is a question. one format (url image): `[more about Evernote import](https://joplinapp.org/help/#importing-from-evernote)` another format (attachment image): `` If you download it, then drag into joplin note, it'll be the second...
Hi, @Zibri. Read this: https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getDisplayMedia Just use it like `navigator.mediaDevices.getUserMedia`. ```javascript navigator.mediaDevices.getUserMedia(constraints) .then(getMediaStream) .catch(handleError); ``` ```javascript navigator.mediaDevices.getDisplayMedia(constraints) .then(getDeskStream) .catch(handleError); ```
If assign me, I will add it.
If my description is not clear enough, please ask me again.