Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 666 Bytes

File metadata and controls

52 lines (33 loc) · 666 Bytes

📝 note2md

A Dart CLI tool for exporting articles of note.com.

Command Line Usage

Export Article:

Template command

make export_article url=targetUrl

Exmaple command

make export_article url=https://note.com/yamarkz/n/n168ea34385d7

Check outputs

./outputs directory

Export Archives:

Template command

make export_archives url=targetUrl

Exmaple command

make export_archives url=https://note.com/yamarkz/archives

Check outputs

./outputs directory

Future ToDo

Future is when I feel like it... It will be someday. haha

  • Optimize export algorithm.
  • Write test code.