Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

If you're familiar with the space, ever heard anything that ticks all these boxes:

(a) git versioned

(b) CRDTs

(c) WYSIWYG but Markdown (esp GFM)

(d) front matter + markdown able to be SSGd

(e) comfortable UI for not-devs

(f) native (Swift) MacOS app, else Tauri/Electron self-hosted client+svc

(g) if online, OIDC / SAML SSO

Appears this can be cobbled leveraging Obsidian plugins, but unstable due to git vs. CRDT issues. And there are a few "CMS" for SSG stacks that almost but not quite meet this.



Dev of the Obsidian Relay plugin [0] here.

We support most of this (you'll need to also use Obsidian Git), but haven't released OIDC (please reach out of you need it!).

[0] https://system3.md/relay


very interesting, I'm looking for something like this, will check it out. In my obsdian vault, I keep a lot of code snippets and even entire python scripts. Do you see your method as being perhaps an alternative to dedicated github repos for tiny personal projects, replacing a million little repos? And at the same time having notes in the same repo?

Have you solved the git repo index problem, Ive found that large vaults cause a problem and require occasional cleanup:

```bash git gc --prune=now # Garbage collection

git repack -ad # Repacked objects, optimizing repository storage ```


Qownnotes. Syncs with cloud for multi device.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: