this post was submitted on 06 Mar 2024
17 points (90.5% liked)

Selfhosted

39353 readers
1409 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
17
submitted 6 months ago* (last edited 6 months ago) by Shimitar@feddit.it to c/selfhosted@lemmy.world
 

I am setting up my notes approach which is using dedicated apps on my devices plus syncthing.

I tried lots of tools like Joplin obsidian etc but are too overkill or had something I don't like.

So I am using markor on android and another dedicated app on Linux and so on.

I would like to add also a web app to edit the MD files directly on my server when I don't have any way to install syncthing or an editor app.

The web GUI would need to list the MD files local on the server and let me edit/view/save them. Upload and download is not required as I already have that setup via filebrowser.

Any hints?

Edit: to be clear, i am not looking for an IDE or anything fancy, i only need to edit some notes online on my server. I do not want to spin containers or deploy full VS solutions just for this, all i need is a web gui editor for MD with the capability to load files on the server

Second edit: i ended up selfhosting Silverbullet.md which made my day. Exactly what i was looking for, even more than that. Thanks all!

top 19 comments
sorted by: hot top controversial new old
[–] shnizmuffin@lemmy.inbutts.lol 8 points 6 months ago (1 children)
[–] UsefulIdiot@sh.itjust.works 1 points 6 months ago

This looks amazing. I’m already using obsidian but if I’d found this first I probably would have started here.

[–] muntedcrocodile@lemmy.world 3 points 6 months ago (1 children)
[–] Shimitar@feddit.it 1 points 6 months ago* (last edited 6 months ago) (2 children)

does it have a self-hosted web part? i can't find it. The website only let me download a fuckton 170mb appimage for linux

[–] PrecisePangolin@lemmy.ml 1 points 6 months ago

You should be able to download via flathub too. It is self contained software but you can write to a Google or Dropbox directory and let that synch the files. I’m really a fan of logseq as well.

[–] Strit@lemmy.linuxuserspace.show 3 points 6 months ago (1 children)

I don't know any lightweight options, but as VS-Code was suggested, I'd like to suggest Hedgedoc too.

[–] Shimitar@feddit.it 1 points 6 months ago

Yeah, looks interesting but way too overkill i guess?

[–] fossphi@lemm.ee 1 points 6 months ago (1 children)
[–] Strit@lemmy.linuxuserspace.show 1 points 6 months ago (1 children)

Silverbullet looks pretty easy to set up. Can you change the font and such it uses?

[–] upliftedduck@feddit.nl 1 points 6 months ago (1 children)

You could try code-server? I use it daily to edit my markdown files.

https://github.com/coder/code-server

[–] Shimitar@feddit.it 1 points 6 months ago

Well, while much interesting indeed, i am not ready to install VSCode itself just for notes. I would prefer not to have the option to edit them online then.

[–] GravitySpoiled@lemmy.ml 1 points 6 months ago (1 children)
[–] Shimitar@feddit.it 4 points 6 months ago (1 children)

Nah, moving away from NextCloud, it worked fine, but again overkill only for this

[–] GravitySpoiled@lemmy.ml 0 points 6 months ago (1 children)
[–] Shimitar@feddit.it 1 points 6 months ago

I already do, it's written in the opening post. I am looking for a webgui to edit markdown files on the server

[–] redcalcium@lemmy.institute 1 points 6 months ago* (last edited 6 months ago)

How about using code-server and pointing it to your markdown folder? While it's a code editor, it also has built-in markdown preview. Installation is also easy and doesn't require docker.

[–] readbeanicecream@lemm.ee 0 points 6 months ago