Michael Joseph Rosenthal
Michael Joseph Rosenthal
@skillkrio I no longer maintain this project. Also generally, it is better to avoid tagging maintainers directly when initially opening an issue. We all configure our notification preferences already based...
One key problem with this idea is that hedgedoc's dual-pane design doesn't lend itself as neatly to the UX of other editors. Thinking about it harder, this kind of feature...
@ekzhu would this be better than, say, using the redis storage layer connected to a redis cluster? Or is the latter just not a good idea at all?
As a workaround, the [Commander](https://github.com/phibr0/obsidian-commander) plugin can be used to create macros, and those can then be bound to vim commands after you figure out what they are from the...
@simolus3 Is there a concise way to use `selectOnly` to get a `select rowId, * from table`? That said, I don't entirely remember what I wanted `rowId` for in and...
just spent about 2 hours digging around the source for this - when the drag and drop is triggered, the field becomes undefined in all rows, and that somehow causes...
I fixed this issue in my clone - https://github.com/michaeljosephrosenthal/orb/blob/master/dist/orb.min.js I changed some other things, but I think the main source of the bug was this diff: ``` diff --git a/src/js/orb.config.js...
This doesn't appear to be the issue – here I've just selected multiple embeds and applied the same relative scaling, but they have different text crispness: 
I have narrowed the cause and found a workaround! Toggling off rounded edges solves the blurriness issue. So it is some esoteric interaction between an embed with rounded corners and...
@nichtich that's an excellent idea as well, though I'd suggest having both as options as having to specify three empty lists for the common finite case feels a bit fragile,...