sysescool

Results 18 comments of 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...

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  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): `![image-20210411153337965.png](:/bcc1e7272a894e83bff542729af5df7b)` 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 my description is not clear enough, please ask me again.