87
submitted 8 months ago by Sunny@slrpnk.net to c/selfhosted@lemmy.world

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

top 50 comments
sorted by: hot top controversial new old
[-] tfw_no_toiletpaper@lemmy.world 26 points 8 months ago

Lol can't even open the "web-app" wiki https://app.haptic.md/notes on my phone

[-] JackbyDev@programming.dev 5 points 8 months ago

Ew. They don't even try to load lol.

[-] johntash@eviltoast.org 9 points 8 months ago

Any comparisons to SilverBullet.md? It's my favorite so far

[-] conrad82@lemmy.world 5 points 8 months ago

How do you like the newer versions? I liked it in the beginning, but then there were breaking changes and new concepts and it started to feel a bit too complicated. So I am taking a break until things cool down

[-] johntash@eviltoast.org 1 points 8 months ago

I like it, it seems pretty stable to me. I didn't use it much before the query/template stuff was changed. I think both are fine right now, but don't really know what it looked like before.

There's also "space-script" now which is basically like mini javascript plugins you can write inside your notes. It's what drew me away from trilium in the end.

I don't blame you for taking a break if you ran into breaking changes though. That's one benefit to keeping your notes in regular markdown files too.

load more comments (1 replies)
[-] miau@lemmy.sdf.org 1 points 8 months ago

What issues did you have? I have updated recently and didnt notice any problems so far. Also do you have any suggestion for alternatives? For me personally silverbullet is great for desktop usage, not so much on mobile though.

[-] conrad82@lemmy.world 4 points 8 months ago

I am not thinking of the most recent versions.

The query system was updated, around version 0.6 if i remember correctly. I don't think the updates were bad, but some things broke and I am too old for "bleeding edge". The template system was also updated at some point

I don't have a great solution. I use syncthing to keep notes local on all devices and MarkText on desktop and Zettel Notes on android.

what i really liked about silverbullet was that it had offline support. but there were made some changes there as well along the way, and for me it became less stable after it became optional. But I haven't actively used it for some time. I still got an instance running tho

[-] johntash@eviltoast.org 2 points 8 months ago

What mobile issues do you have? I use it both on desktop and mobile with sync mode turned on in the PWA.

load more comments (1 replies)
[-] thejevans@lemmy.ml 8 points 8 months ago

As soon as one of these Obsidian alternatives has real-time collaboration and a mobile interface, I'm ready to switch.

[-] Lem453@lemmy.ca 9 points 8 months ago

The real power of obsidian is similar to why Raspberry Pi is so popular, it has such a large community that plugins are amazing and hard to duplicate.

That being said, I use this to live sync between all my devices. It works with almost the same latency as google docs but its not meant for multiple people editing the same file at the same time

https://github.com/vrtmrz/obsidian-livesync

[-] thejevans@lemmy.ml 2 points 8 months ago

Yeah, I need something to collaborate with my partner in realtime. We've got a hacky setup in Obsidian using dataview to join separate notes to a read-only one, so we don't have collisions, but I would love something better.

[-] WeAreAllOne@lemm.ee 1 points 8 months ago
[-] B0rax@feddit.org 4 points 8 months ago

Syncthing works on a file level basis. If files are changed on both devices at the same time, it will have sync conflicts.

[-] douglasg14b@lemmy.world 1 points 8 months ago

The comment two above this links to a tool that literally does live syncing on a line by line level. Unless you're editing the same lines at the same time you're not going to get sync conflicts.

I use it as well and it works wonderfully in real time.

[-] B0rax@feddit.org 3 points 8 months ago

I wouldn’t know. All I am saying is that Syncthing would not work for this purpose.

[-] barcaxavi@lemmy.world 2 points 8 months ago

Can confirm, seen it live. As soon as LogSeq was open on both devices it threw an error.

[-] halm@leminal.space 7 points 8 months ago

local-first

web app

I'm confused, which is it?

[-] Hawk@lemmy.dbzer0.com 10 points 8 months ago

It's a web app wrapped in Tauri. So basically a desktop app, but the web app can be hosted too.

[-] halm@leminal.space 4 points 8 months ago

Gotcha! Thanks for the ELI5 🙂

[-] Dirk@lemmy.ml 5 points 8 months ago

You host it locally and use a web browser to access it.

[-] mfortini@feddit.it 5 points 8 months ago

How does it compare to logseq? It's been my obsidian replacement

[-] Lodra@programming.dev 4 points 8 months ago

If you'd like to learn more about Haptic, why it's being built, what its goals are and how it differs from all the other markdown editors out there, you can read more about it here.

As others have noted, the app doesn’t work on mobile yet. Anybody willing to share the content here for mobile users?

[-] trevor@lemmy.blahaj.zone 2 points 8 months ago

Why Haptic

We built Haptic to make markdown writing simpler and more accessible. We believe that many existing editors are too complex for simple use cases and day-to-day note writing, so we decided to fix that.

What Makes Haptic Special

  1. Ready to Use: Open Haptic and start writing. No setup needed.

  2. Simple Design: Clean interface so you can focus on your writing.

  3. Write Anywhere: Use Haptic on any computer with internet. Great for public or work computers where you can't download software.

  4. Made for Everyone: If other editors feel overwhelming, you'll like Haptic.

  5. Open Source: Self-host your own instance, giving you full control over your setup.


Haptic is all about making writing easier. We've left out extra features to keep things simple and help you get your ideas down without fuss.

Note: If you're looking for a markdown editor with plugin systems, complex setups, or feature-packed interfaces, Haptic might not be for you. But if you want something straightforward that just works, give Haptic a try!

[-] iAmTheTot@sh.itjust.works 3 points 8 months ago

What advantages would this have over Obsidian, which is already all local unless you explicitly make it not so?

[-] JackbyDev@programming.dev 3 points 8 months ago

My dream is something that can take a stack of markdown files with relative links and generate a static site from them. This is embarrassingly difficult. Right now I think that the GitHub Pages Ruby Gem is the best way but it has too many assumptions about being in a GitHub repository to work. Vanilla Jekyll is nice but I don't want to deal with a bunch of configs to get the experience I want.

[-] xcjs@programming.dev 1 points 8 months ago

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

[-] JackbyDev@programming.dev 1 points 8 months 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.

load more comments (1 replies)
[-] GoMati@lemmy.world 2 points 8 months ago

Super interesting, I have my fingers crossed for this one.

Probably gonna give it a go in two-three weeks ;-)

[-] StructureOfChaos@lemmynsfw.com 1 points 8 months ago

This looks cool, but can't beat Joplin. Accessing securely my notes on multiple devices I synced on my Nextcloud is priceless.

[-] muix@lemmy.sdf.org 2 points 8 months ago
[-] StructureOfChaos@lemmynsfw.com 1 points 8 months ago

AFAIK, only Joplin offers sync with NextCloud.

On mobile, sync works well, even with 2FA. But my access model is simple: 1/ create and edit notes on Desktop app 2/ read notes on Desktop and Mobile apps.

[-] Lem453@lemmy.ca 1 points 8 months ago

I could never get NextCloud on android to sync files back to the servers

[-] WeAreAllOne@lemm.ee 1 points 8 months ago

Also tried that but ended up using syncthing. Works fine.

[-] u_tamtam@programming.dev 1 points 8 months ago

I didn't like obsidian's lacking in attributes structuring/typing and the fact that it cannot serve over a web UI (for wherever you cannot install the heavy client or just to share notes via URL), and found trilium notes to be doing that perfectly, and much much more. Highly recommend.

load more comments
view more: next ›
this post was submitted on 06 Sep 2024
87 points (94.8% liked)

Selfhosted

47109 readers
330 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 2 years ago
MODERATORS