Karlo Milicic
Karlo Milicic
It would be nice if we could add a task description from todoist as well
The app couldn't automatically find my Spotify Cache folder on Windows, and I didn't find it immediately obvious to which folder to point the `--cache` option to. It might be...
The command `%%vskip 2cm` doesn't have any effect for me in Obsidian but does in an [online abc-music editor](https://www.abcjs.net/abcjs-editor.html). Abcjs seems to support the command so could it be this...
## Problem The problem came with the [CodeMirror Release 0.20.0](https://discuss.codemirror.net/t/release-0-20-0/4302) because it changed the iterate signature: > If you’re using [iterate 30](https://lezer.codemirror.net/docs/ref/#common.Tree.iterate) on syntax trees, the signature of the enter/leave...
Instead of only searching over markdown files, now Obsidian searches over all files, which will also include `.jsx` and `.tsx`. Hopefully looking at all files instead of just markdown doesn't...
I'm encountering into the following error in the Obsidian console when using the plugin: ``` app.js:1 Error: [CM6] tree.iterate has changed syntax. See the stack trace to find the faulty...
None of the components were rendering for me unless I had the note I wanted loaded open and reloaded the app. The console was filled with the following error: `HTML...
I was wondering why _component notes_ are forced to be in `.md` format as all they contain is JavaScript? Why not allow them to be in `.jsx/.tsx` format instead? I'd...