If I were to use #Emacs or #Vim / #Neovim for #notetaking, is there any way to access #notes from the #browser? Perhaps through a #pwa?
Is there anything like #cloudmacs for (neo)vim?

https://github.com/karlicoss/cloudmacs

GitHub - karlicoss/cloudmacs: Selfhost your Emacs and access it in browser

Selfhost your Emacs and access it in browser. Contribute to karlicoss/cloudmacs development by creating an account on GitHub.

GitHub
@slashtechno If your notes are in a git repo, why not just push them to Github? You then have desktop and mobile access (browser or app). If the notes are Markdown, and you care more about having access than specifically using the browser for access, you might like Obsidian better - I use Obsidian's iCloud sync, but there are other options. I often edit my Obsidian vault in Neovim, rather than using Obsidian's client.

@dpom Whilst it's possible to edit files in Git through Github, I find the process rather cumbersome and don't think that would be a great solution.

I love how Logseq works. It's similar to Obsidian in a sense, but open source. Either way, isn't using something like Neovim for editing files created by a outliner files challenging? I know at least for Logseq, even though everything is stored in Markdown, Logseq adds other data to the Markdown file which is then rendered.

@slashtechno Obsidian mostly just uses plain Markdown, and tolerates editing in Neovim without any issues. In fact, you can edit the file in Neovim while it is open in Obsidian, and it will update without a reload. The only thing you miss with Neovim are smart features that Obsidian offers, like inserting templates, or automatically opening today’s daily note, etc.
@dpom Ah, okay. I just want to have my editor understand outliner-specific syntax and directory structure.
Currently watching the following video on remotely accessing Obsidian/Logseq:
https://www.youtube.com/watch?v=CaqhIoj8MWk