←back to thread

384 points ingve | 6 comments | | HN request time: 0.423s | source | bottom
1. stared ◴[] No.41879883[source]
For personal use, I rely on Obsidian in a similar way—whenever I want to keep something (like an FB post I might want to share later), I save it along with the source link. External services can disappear anytime, so local data has the dual advantage of being owned by us and easily searchable.

I also wrote a script to convert Kindle highlights into Markdown files. If anyone’s interested, I'd be happy to polish it a bit and share.

For public-facing content, the Static Site Generator ecosystem keeps improving. I started with Jekyll (since it's the GitHub default), moved through Gridsome, and eventually landed on Nuxt 3 Content, which feels like the sweet spot for me. If I were starting now, I might have chosen Astro.

In any case, the barrier to entry has never been lower. We can host sites for free on GitHub, and if custom styling is needed, AI models are incredibly helpful with CSS.

Markdown is like JavaScript for text formatting. Despite its quirks, it just works.

replies(2): >>41880093 #>>41880182 #
2. darylfritz ◴[] No.41880093[source]
I'm interested in your Kindle script. I'm curious about how you handle saving FB posts—do you just copy and paste the content, convert it to markdown, and store it in Obsidian? Would love to hear more about your process!
replies(1): >>41880310 #
3. byteknight ◴[] No.41880182[source]
I forked an android app [1] to share articles to the app, which converts to markdown and then sends to obsidian. I also use a Firefox extension that uses Obsidian extensuion Advanced URI to send markdown versions of articles (with frontmatter!) to Obsidian[2]

[1] https://github.com/IAmStoxe/obsidian-markdownr

[2] https://addons.mozilla.org/en-US/firefox/addon/markdownload/ - Theres also a chrome extension

replies(1): >>41880398 #
4. stared ◴[] No.41880310[source]
Here is the script. You need to download "My Clippings.txt" from your Kindle device. https://gist.github.com/stared/ce732ef27d97d559b34d7e294481f...

Regarding Facebook, I do it manually only for selected posts. I tried to do it otherwise, but Facebook exports don't have data about likes (it would be helpful to filter popular content) or comments (often more important than the original post itself).

replies(1): >>41891272 #
5. input_sh ◴[] No.41880398[source]
FYI there's an official web clipper now: https://github.com/obsidianmd/obsidian-clipper

Not considered stable just yet, but it works well-enough for me.

6. mgobl ◴[] No.41891272{3}[source]
Do you know if this file is possible to recover from/for kindle app highlights? (ie. off an Android Tablet) Or only off a kindle device?