Skip to content

AnandChowdhary/notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

๐Ÿ—’๏ธ Notes

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

Readme CI

๐ŸŒฏ Summary

  • 223 notes in 7 years

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