this post was submitted on 31 Jul 2023
73 points (98.7% liked)

Selfhosted

39151 readers
378 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

I'm looking for a good notes taking app to replace The Bad Ones like Evernote.

I want to have the content available over multiple devices (iOS app if possible) and preferably also a web editor.

Any ideas?

you are viewing a single comment's thread
view the rest of the comments
[–] canofloons@lemm.ee 27 points 1 year ago (9 children)
[–] tenebrisnox@feddit.uk 4 points 1 year ago (1 children)

2nd vote for Obsidian.

I've moved from OneNote and Evernote about two years ago to Obsidian. I tried out (and still do look at) all the note-keeping apps and Obsidian beats hands down. For me, the major determiner was that it saves to plain text files that I can just transfer into any future app easily. The other aspect is that plug-ins enable you to tailor how Obsidian functions to your own working processes.

I've found keeping Obsidian in sync over iCloud pretty good as long as you keep the number of plug-ins on phone and iPad limited.

[–] remus@lemmy.world 3 points 1 year ago (1 children)

Obsidian is great except for the times when you can’t sync your notes to a local file system (like on a work computer). Does anyone know of a self-hosted web app that’s effective for reading/editing the markdown files?

[–] tenebrisnox@feddit.uk 4 points 1 year ago (1 children)

Have you tried Remote Save plugin?

I use it to sync from a webdav on my NAS at home to work computer if I ever need it. It also syncs from services like OneDrive, Dropbox, S3 etc.

There are other versions of similar syncing.

[–] remus@lemmy.world 1 points 1 year ago (3 children)

Does this work similar to Syncthing where it syncs the markdown files to the local file system? If so, that’s definitely helpful, but I’m trying to avoid saving/storing my personal notes on my work laptop. I’d rather access them through a web interface and avoid local storage (in certain use cases). Another example is where people can’t install custom software on work computers, so it’s helpful to have a non-Obsidian way to edit the files for those times.

Not being able to install local apps is a valid issue. But if you are really concerned about a work laptop, I wouldn't trust something just because it's web based. Depending on the company, they can access that data if they really wanted to just alomst as easily as a file on disk.

[–] tenebrisnox@feddit.uk 1 points 1 year ago

It just stores them to the folder you choose as a vault for your notes. I have seen people put their vaults on a USB stick which they encrypt for security.

No web version of Obsidian as far as I know. Have you tried SimpleNote?

[–] AngryDemonoid@lemmy.lylapol.com 1 points 1 year ago (1 children)

I host a copy of Obsidian on my server, and I can access it through a reverse proxy. There isn't any authentication though, so you have to use something like Authelia.

[–] remus@lemmy.world 2 points 1 year ago (1 children)

Do you mean that you use a VNC connection to access your server UI? Or is there a way to host Obsidian as a true web app?

It's VNC, but it's included in the docker image I use, so nothing extra other than adding authentication in front of it.

load more comments (7 replies)