A nextcloud notes client for emacs.
git clone https://github.com/hugot/emcn.el.git ~/projects/emcn.el(add-to-list 'load-path "~/projects/emcn.el")
(require 'emcn)To name a few functionalities:
M-x emcn-syncto sync local and server notes.M-x emcnto create a new note.M-x emcn-opento open a note.M-x emcn-set-nameto set note name.
See all of emcn's interactive functions for more things it can do. Also take a
look at M-x customize-group emcn for available configuration options.