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

API URL
Notes https://anandchowdhary.github.io/notes/api.json
Threads https://anandchowdhary.github.io/notes/threads/api.json

🌯 Summary

  • 226 notes in 8 years

2025

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

About

🗒️ Ideas, thoughts, and general notes

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •