Iāve submitted a feature request #183 for Nextcloud Notes team to adopt and integrate NextNote directly. It is sorely
needed! This would address almost every single original desire of this
thread into the standard Notes appā¦
Rich Text editing (aka WYSIWYG)
Ability to attach files (anything) to notes
Ability to have inline images including drag and drop
I would start by creating a stable and well supported WYSIWYG layer or mode in the current notes app, and maybe try to add web clipping later, on top of that
Sadly, thereās very few people with time and skill to help, and we wonāt go very far by having several competing versions.
I think that NextNote and the basic Notes app should merge
Hello. I am a new Nextcloud user and posting for the first time in the forum. First of all I would like to thank the developers for their hard work. I am constantly looking for an alternative to evernote but I havenāt liked anything so far. Here is my response to some questions asked in this thread:
1 Are you currently using Evernote? If so, what features are the most helpful?
Yes. Tags and subtags are very helpful. And the Notebook format too.
2 Have you tried any FOSS alternatives to Evernote?
Joplin. It is MD and I would have preferred WYSIWYG format one. Something I can copy in to a word or libreoffice document. Also, there are no subtags.
3 What app features are you looking for in a FOSS Evernote replacement?
It should have tags. Tags have become an alternate way to organize oneās stuff apart from the folder. Because a thing can carry several tags and several things can have the same tag but the same canāt be done with folders.
Tags and subtags should be there in tasks too. It also goes well with the GTD method.
I am developing an Android Note App. At the moment it handles the following:
Markdown Notes (and render it, but no live-preview while typing)
Todolists (very smiliar to Wunderlist)
Sharing
For this I developed a REST API which makes it possible to save Notes/Todolists, create users, share Notes/Todolists etc⦠I want to change this to integrate with Nextcloud - without the need of an additional REST-API/Server component. I think Nextcloud is already perfect for syncing and organizing files. In the end I want to achieve a real Evernote Alternative including the following functions:
Notes with WYSIWG Editor - maybe not based on Markdown because of the limits of this format
Todolists
File Upload (pdf, Audio, Images - mayber videos later on)
inner Links (like HTML links to other documents)
full-text search (Nextcloud seems to be already able to do that?)
(more to come with progress)
For this Iād like to have some help. I donāt want to publish it as FOSS at the moment because the code is too messy for many developers. Instead I want to make it more stable and well documented. I am thinking of a small team of developers.
Carnet runs very smooth āout of the boxā but I donāt like the UI (similar to the Google notes app) and was not able to find out if I can import Evernote notes.
My NextCloud instance is on my Synology NAS so I use DS Note instead of Evernote. A full web clipper is available for Chrome-based browsers like Chrome, Opera, Vivaldi etc⦠It can also import Evernote notes and I find it pretty much as good as Evernote.
I didnāt find any volunteers. So no success on that.
But I decided to keep on with my own Server - Why? I think it is much more easier to write a backend which is specialised on handling notes and todolists. With this, app development seems to be much more comfortable and you donāt need a ābulkyā Nextcloud Server if you just want to use notes/todolist and share them.