notes

🗒️ Notes

This repository contains quick notes that I’ve made, including ideas for future projects.

Readme CI

🌯 Summary

2022

2021

2020

2019

2018

2017

2016

ℹ️ About this repository

How to migrate notes

Create a scripts/data.json file with many notes (you can generate this using your favorite tool’s data export functionality) with the following format. slug is optional but date and content are required:

[
  {
    "slug": "note-title",
    "date": "2022-07-18",
    "content": "This is a note"
  }
]

Then npm install inside the scripts directory and run node scripts/import-json.mjs.

📄 License

CC BY 4.0 © Anand Chowdhary