Gordon Pedersen
Gordon Pedersen
I knew about the JSON schema, but didn't realise it was actually embedded into pages for Google results! Honestly, this sounds like it would be better suited to something _outside_...
Ah, yes. That makes sense as this isn't a markdown view and therefore doesn't follow the same commands. I wonder if there's a way I can tap into the existing...
This is definitely something I want to achieve at some point, but there are some things that need thinking through: - What happens if the two ingredients have different measurements?...
There isn't any official API to add files into the cache, and from my digging there doesn't seem to be an unexposed one, either. It seems like there's a hard-coded...
I've put out a new minor release that should make sliding panes work again. They won't be perfect (the idea of the rotated spines has to be completely re-thought due...
To provide a little more context, panes are still very much a thing in this new version of obsidian, but when you open a new note in what would've been...
Looks good to me. Open a PR and I'll put it in 👍
> Default support for blocks would be super nice. > > In the mean time, I've set up these tags to recreate similar functionality, maybe it's of help to someone...
This would be really handy for source code comments as well. For example, I write a comment in my code ``` // TODO: Do the thing ``` It pops up...
I'm making some improvements here (it's been annoying me, too!) What I've done is to disable the "onCursorActivity" scroll, and enable scroll specifically on the arrow keys, so that clicking...