Skip to content

Instantly share code, notes, and snippets.

View oldmanumby's full-sized avatar
🤔
Coding a new ttrpg web app!

Old Man Umby oldmanumby

🤔
Coding a new ttrpg web app!
View GitHub Profile
@bzerangue
bzerangue / html2md-with-pandoc.sh
Created April 26, 2012 23:14
RECURSIVELY Bash convert all your html to markdown files (with Pandoc)
find . -name "*.ht*" | while read i; do pandoc -f html -t markdown "$i" -o "${i%.*}.md"; done
// Run this command to generate base config and vs code settings:
// pnpm dlx @antfu/eslint-config@latest
import antfu from "@antfu/eslint-config";
export default antfu({
type: "app",
typescript: true,
formatters: true,
stylistic: {