Mike Schwörer
Mike Schwörer
Sync plugins can be written relatively easily, if you look into Source/Plugins there are already 6 different sync provider. I would recommend to look into the Filesystem plugin (as it...
> Hello, Is this issue resolved or not? Afaik its not - as written above I'm currently hosting my own StandardNotes server, pinned on version ae56126585a0519f2c5a5c8844aee881cdd56f4d. if someone wants he...
Hmm I think currently the line height comes directly from scintilla (which uses the font size probably). I can look into it - but I don't think I can manually...
Hmm yeah this is a pretty old project of mine, and the automatic OCR doesn't always work that great. After toying a bit around with your two pictures I get...
/reference #2
yeah I can reproduce that. :( Part of the problem is that `bookmarks list --format json` tries to build the hierachical bookmark tree (you can see that with a normal...
Hmm, is their a relatively easy way to get the data of `docker compose ps` ? I'm not executing the docker binary under the hood, but query the data directly...
> Wouldn't reading the output directly from `docker compose ps` be enough? No, either I would: - simple directly print the `docker compose ps` output (but then what's the point)...
Hmm this is weird, I definitely did not need to be logged in in my browser. Sometimes mozilla will send you a confirmation mail, which you need to accept before...
You are right the "plugin" mechanism is only to add new stprage provider. If you want to add syntax highlighting I would recommend to implement it directly in the base...