←back to thread

384 points ingve | 1 comments | | HN request time: 0s | source
Show context
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 #
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 #
1. 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.