
Readwise
Raindrop.io
Instapaper
Obsidian.md
Hardcover
Clippings.io
Matter
Notion
Metalsmith
GatsbyJS
Wintersmith
Hugo
Hexo
Nikola
Jekyll
Assemble
Readwise
MetalsmithI imported my kindle highlights, as many others. Now I daily review some highlights (thanks to a dashboard, I am motivated). And where I didn't create highlights, as I only listened to the audiobooks, I get the highlights from others. It also allows to create beautiful quotes. It adds the book cover and matches quote and background with colours found on the book title! Really nice!
Based on our record, Readwise seems to be a lot more popular than Metalsmith. While we know about 88 links to Readwise, we've tracked only 6 mentions of Metalsmith. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Anyway, as I reached the end of the chapter, I wanted to read my Readwise's daily recap. However, my iPhone was in other room. I didnโt want to get up; I was tired. - Source: dev.to / 24 days ago
The only highlights that Readwise retrieves semi-automatically are from the books I buy from Kindle, by going into the Readwise app and clicking a button. If I upload them to Kindle or need highlights from the Apple Books app, I have to open the book, go to my highlights, select them all, and then email them to a Readwise email address. - Source: dev.to / over 1 year ago
Readwise also has this feature. I get a daily email with a random assortment of highlights that have been pulled in from multiple sources (Reader, Notion, Kindle, etc.) The product benefit in their case is that it's kind of like Zapier, but for notes. https://readwise.io/. - Source: Hacker News / over 1 year ago
Go to readwise.io and create an account if you don't already have one. - Source: dev.to / over 1 year ago
Sign up for a Readwise account if you haven't already readwise.io. - Source: dev.to / over 1 year ago
Metalsmith โ the best customizable SSG. - Source: dev.to / over 3 years ago
I use Metalsmith. Been happy with it. I build my site into a self-contained nginx docker image. Source: about 4 years ago
Const Metalsmith = require('metalsmith') Const markdown = require('@metalsmith/markdown') Const layouts = require('metalsmith-layouts') Const permalinks = require('@metalsmith/permalinks') Const collections = require('metalsmith-collections') Metalsmith(__dirname) .metadata({ sitename: 'Website Name', description: "Website description.", generator: 'Metalsmith', url: 'https://metalsmith.io/' ... Source: about 4 years ago
A static site generator I've been enjoying lately (and using for my blog) is Metalsmith: https://metalsmith.io/ It feel like it's the best of both worlds, because it's simple to learn and customize, but there are plugins for the things you don't want to spend time writing yourself. For example, I'm using plugins to: check for broken links, generate an RSS feed, and run a test server with automatic reloading. But... - Source: Hacker News / over 4 years ago
I really like using Metalsmith as a static site generator myself. It's incredibly lightweight and you can extend it in any direction you like if you feel the need. But if you want an out-of-the-box solution, grab something like Gatsby or Hugo. This site has a big list of them. Source: about 5 years ago
Raindrop.io - All your articles, photos, video & content from web & apps in one place.
GatsbyJS - Blazing-fast static site generator for React
Instapaper - Instapaper is a simple tool to save web pages for reading later.
Wintersmith - Flexible, minimalistic, multi-platform static site generator built on top of node.js
Obsidian.md - A second brain, for you, forever. Obsidian is a powerful knowledge base that works on top of a local folder of plain text Markdown files.
Hugo - Hugo is a general-purpose website framework for generating static web pages.