this post was submitted on 06 Sep 2024
86 points (94.8% liked)

Selfhosted

39206 readers
396 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
 

This seems like a solid choice for those of use looking for a obsidian-like replacement. Personally tried all editors out there, but nothing is able to defeat my love for obsidian. However, i look forwards to trying out Haptic when it comes to Linux. Currently it only supports Web and Mac. But state Linux and Windows support is on-the-way.

Kudos to selfh.st that provides consistent updates within this community and who shared this among other cool projects this week -> https://selfh.st/newsletter/2024-09-06/?ref=this-week-in-self-hosted-newsletter

you are viewing a single comment's thread
view the rest of the comments
[–] xcjs@programming.dev 1 points 1 week ago (1 children)

It would be extremely barebones, but you can do something like this with Pandoc.

[–] JackbyDev@programming.dev 1 points 1 week ago

I think I looked into this before and it lacked a feature, but I don't remember what it was. I might be getting it mixed up with another tool. There were a lot of tools that almost worked but were focused on making books with ordered pages rather than a tree. I think gitbook was one.

For folks interested in following in my footsteps, eleventy didn't fit because it couldn't convert relative links to markdown files to relative HTML links to the HTML files (out of the box, probably possible with plugins).

This just feels like such an obvious thing there would be a tool for but I can't find one. Even most editors that render Markdown as a preview can do this out of the box.