I recently came up with a new way to bookmark with Logseq and Raindrop that I like a lot -- https://reticulated.net/posts/a-better-bookmark-experience-w...
Show HN: Free Plain-Text Bookmarking
71–80 of 93 posts
Re: Show HN: Free Plain-Text Bookmarking
#72Two thoughts: - I like the no-nonsense landing page, but what I'd like more is to be able to see what the product actually looks like without having to sign up. At least screenshots, but a demo would be nice. - I'm looking to migrate away from Pinboard, but I like how you can see all of a user's bookmarks (e.g: https://pinboard.in/u:justusthane ) unless they mark them private. I get that the point of Webtag is it's p…
Just curious, why are you planning to migrate away from Pinboard? I have been meaning to sign up for years.
Re: Show HN: Free Plain-Text Bookmarking
#73Earlier quoted context omitted.
Your initial want is pretty close to I ended up creating for myself for all things text-based with https://notado.app . I ended up ditching my old stuff in Instapaper, Readwise and Pinboard back in 2020ish because it didn't really fit the data model[1] (content-first rather than link-first) and since then I'm very happy with how everything is archived[2], organized and shareable[3] in Notado. I still think it's possi…
Looks great. What's up with Kullish? Seems to be down
Re: Show HN: Free Plain-Text Bookmarking
#74I love the homepage, simple and clean! Any screenshots of how it looks for logged users? I noticed it uses MongoDB. That seems like an overkill to me, have you considered SQLite? if you are open to taking feature requests: - ability to add random notes - any submitted link should be captured in archive / wayback machine - (complicated) search within the submitted links content
Re: Show HN: Free Plain-Text Bookmarking
#75Earlier quoted context omitted.
Here is an interesting plot twist. At the time, one of Miitla "competitors" was Kippt[1], I was impressed with their design at the time and followed them very carefully. Turns out, Kippt founder is Linear founder these days... Persistence is the key. [1] https://www.ycombinator.com/companies/kippt
I agree persistence is key! Oddly though the kippt homepage doesn't seem to load for me.
Re: Show HN: Free Plain-Text Bookmarking
#76The bookmarks are stored in one or more YAML files, and static-marks generates a single web page on build.
Re: Show HN: Free Plain-Text Bookmarking
#77I've also created an open-source plain-text bookmarking tool, Static Marks: https://darekkay.com/static-marks/ The bookmarks are stored in one or more YAML files, and static-marks generates a single web page on build.
Re: Show HN: Free Plain-Text Bookmarking
#78I love the homepage, simple and clean! Any screenshots of how it looks for logged users? I noticed it uses MongoDB. That seems like an overkill to me, have you considered SQLite? if you are open to taking feature requests: - ability to add random notes - any submitted link should be captured in archive / wayback machine - (complicated) search within the submitted links content
Re: Show HN: Free Plain-Text Bookmarking
#79Re: Show HN: Free Plain-Text Bookmarking
#80I'm curious, where and how is the information stored as part of the service. Would be nice if you can share the deployment strategy that is being used as it suggests the framework for long term support. Thanks and nice work