A Dart CLI tool for exporting articles of note.com.
Template command
make export_article url=targetUrl
Exmaple command
make export_article url=https://note.com/yamarkz/n/n168ea34385d7
Check outputs
./outputs directory
Template command
make export_archives url=targetUrl
Exmaple command
make export_archives url=https://note.com/yamarkz/archives
Check outputs
./outputs directory
Future is when I feel like it... It will be someday. haha
- Optimize export algorithm.
- Write test code.