kometenstaub
kometenstaub
The amazing new [sidebar feature](https://github.com/phibr0/obsidian-customizable-sidebar/pull/21) by @ebullient isn't documented yet. Maybe the video @ebullient posted [in Discord](https://discord.com/channels/686053708261228577/855181471643861002/938990977660649543) could be used for it?
https://github.com/phibr0/obsidian-customizable-sidebar/blob/50099ff41b17758b20f52bfd9a80abf8319c29fb/src/ui/settingsTab.ts#L22
Could be easily done for everything except the headings with a unit test that just passes an object. More difficult with the headings because they still access the settings.
After renaming a file with `git mv`, clicking on an old version for getting the file content of that version yields this error. I would need a way to determine...
We're working on a new mobile build and we've identified an issue with this plugin on iPadOS. Since there are no imports that rely on node or electron, I just...
I used the BoW algorithm together with the NLP plugin. Because it made switching notes slow, I disabled Graph Analysis. The lag only went away after a reload.
[Dead keys](https://en.wikipedia.org/wiki/Dead_key) such as the backtick and `^` (German keyboard layout), when pressed in normal mode, insert the character directly into the text instead of waiting for a space or...
https://github.com/kometenstaub/metadata-extractor/blob/b44c2e583e0e816b5445cc9dd580e4be5fe0e020/src/methods.ts#L477-L510 https://github.com/obsidianmd/obsidian-api/blob/bceb489fc25ceba5973119d6e57759d64850f90d/obsidian.d.ts#L2618-L2627 https://github.com/obsidianmd/obsidian-api/blob/bceb489fc25ceba5973119d6e57759d64850f90d/obsidian.d.ts#L2359-L2367
### Precondition - [X] I understood that this template is only for feature requests and not for bug reports ### Cross-checked related issues? - [X] I have cross-checked this overview...
I’ve been working on supporting editors in canvas. I’ve also changed that the vimrc file is only read once. I also tried to implement nnoremap, inoremap and vnoremap, but I...