iex> Ken</>

tagged :local-first

iex> Blog.Tags.posts(:local-first)
[
%Post{
date: ~D[],
description: "Every digital to-do app keeps everything — and that permanence is why I could never stick with one. So I built TossDo: a local-first sticky-note app where you write it, do it, and toss it. Nothing remains. v0.1.0 is out."
},
%Post{
date: ~D[],
description: "Every budgeting app races to auto-import your transactions. Budgeteer — the local-first app I'm building — makes you type each one by hand. Yes, that's more work; here's the case for why it's worth it."
}
]
iex> Blog.archive()
iex> Blog.Tags.index()
iex> Ken.tip()