Live data from Hacker News

Show HN: An open source alternative to Evernote (Self Hosted)

github.com

101–110 of 131 posts

Re: Show HN: An open source alternative to Evernote (Self Hosted)

#101

Hi Friends, I'm the author of GitNoter. I'd love to answer any questions you have

Just a few suggestions (some overlap with other comments). If you really want it to be an Evernote competitor, it should have: Image/file upload Web clipper (singlefile is great) OCR (Tesseract has done what I need, not sure how that compares to Evernote) Basic task management Customizable dashboard Tagging and excellent search (these are Evernote's bread and butter) WYSIWYG editing Templates Integrations And it woul…

TiddlyWiki has hit most of these capabilities for many years now, and is nearly unique in wrapping up all the code and data in a single unit that can be run in any regular browser, from either local storage or a remote server or storage. (It does need a killer web clipper, though...)

TiddlyWiki really is one of the cleverest apps I've ever run across, but I'm not much of a JS programmer, so it's got a bit of a learning curve if you want to hack on it. It's pretty easy to use right out of the box if you don't want to hack on it, though, and I'm giving some thought to moving most of the data I've collected in OneNote to TiddlyWiki to escape Microsoft's clutches after I've finally disentangled myself from Google... One thing I love is that TiddlyWikis I built 20 years ago (granted, they were simpler then) are still perfectly usable today.

My perfect data keeper might be something of a mashup between TiddlyWiki and a JuPyteR notebook.

Re: Show HN: An open source alternative to Evernote (Self Hosted)

#102

I love this era of Self Hosted tools, it really has echoes of the fun of early computing

Yes it does, and as I mention above, TiddlyWiki is another place to look for inspiration for a tool like this. It's been doing this sort of thing for 20 years now, and being a web-first tool, it's as open and standards-based as possible, and can be run without any server at all if you want to run it locally...

Re: Show HN: An open source alternative to Evernote (Self Hosted)

#103
I'm still looking for the note taking app that can replace Tomboy. Not because Tomboy is great (it isn't), but because it's actually a note taking app. Most apps seem to be this huge convoluted editors, with a UI resembling an IDE. Which I'm sure is pretty nice for creating a nice hierarchical structure, writing long documents and crosslinking them but, for me at least, note taking is about taking random short or ad hoc notes. Be it during a meeting or just collecting information or organizing thoughts about a specific topic but not necessarily for the long term and then using those while working in other apps (e.g. writing code, creating a blog post, etc.)

And for that I need something that's lightweight on the screen. Just the text and none of the tools that take up extra space. Also, I'd have multiple notes (in separate windows) and have the app running all the time so that creating a new note is just a few clicks. (A global keyboard shortcut would be even better.)

Now the major shortcoming of Tomboy (besides the lack of real markdown support, though the bullet point handling is pretty much OK) is that it gets stuck at this lightweight level and there is no UI for the aforementioned organization. (Though it does create links semi-automatically, which is not bad, though I don't use it a lot.) So it seems that one can have either end of the spectrum, but most documents, at least for me, would start as lightweight notes and then some of them may turn out to be something more convoluted and for the long term. So it would be nice to have an app that covers both. (Unfortunately, copy-pasting from Tomboy doesn't work well, so the bullet point hierarchy gets lost. Also, it would be nice to have it based on markdown and plain text files, but it uses xml, IIRC.)

Re: Show HN: An open source alternative to Evernote (Self Hosted)

#105
post #103

I'm still looking for the note taking app that can replace Tomboy. Not because Tomboy is great (it isn't), but because it's actually a note taking app. Most apps seem to be this huge convoluted editors, with a UI resembling an IDE. Which I'm sure is pretty nice for creating a nice hierarchical structure, writing long documents and crosslinking them but, for me at least, note taking is about taking random short or ad…

The built-in Apple Notes has this I think. You just point to the bottom right of your screen and you can write a new note.

Re: Show HN: An open source alternative to Evernote (Self Hosted)

#106

Hi Friends, I'm the author of GitNoter. I'd love to answer any questions you have

Why should I use your tool and not Joplin?

Because it does not require desktop client. It stores the notes in git repository so you have access to all the revisions which is very useful in case you want to revert any changes

Re: Show HN: An open source alternative to Evernote (Self Hosted)

#107

Hi Friends, I'm the author of GitNoter. I'd love to answer any questions you have

Do you have a docker image for self-hosting?

Yes the application is containerised also I have created the helm charts for deployment on kubernetes cluster - https://github.com/git-noter/gitnoter-charts

Re: Show HN: An open source alternative to Evernote (Self Hosted)

#108
post #103

I'm still looking for the note taking app that can replace Tomboy. Not because Tomboy is great (it isn't), but because it's actually a note taking app. Most apps seem to be this huge convoluted editors, with a UI resembling an IDE. Which I'm sure is pretty nice for creating a nice hierarchical structure, writing long documents and crosslinking them but, for me at least, note taking is about taking random short or ad…

There was a recent discussion[0] about a newly released Mac app called Bike[1] which is from an expert designing functional text-based apps[2]. Hope this applies to you.

[0]https://news.ycombinator.com/item?id=31409077 [1]https://www.hogbaysoftware.com/bike/ [2]https://www.taskpaper.com

Re: Show HN: An open source alternative to Evernote (Self Hosted)

#109
For private notes & random images/files app I would suggest trying

https://joplinapp.org

But I use as private notes mainly, so can't say much on file storage side.

Multiple sync target (e.g. Dropbox, Nextcloud, OneDrive etc.) with E2EE.

But it's not polished so expect there might some strange limitations.

Re: Show HN: An open source alternative to Evernote (Self Hosted)

#110
post #4

Another alternative that Im using and very happy with - Joplin ( https://joplinapp.org/ ). Also provides import from Evernote which mostly worked in my case.

I love Joplin. The only app that was able to pull me away has been logseq. It's really been great.
Post reply on HN