A command-line tool to convert handwritten notes to markdown files
Stars
415
Forks
19
Watchers
415
Open Issues
5
Overall repository health assessment
No package.json found
This might not be a Node.js project
51
commits
1
commits
Merge pull request #11 from tejas-raskar/notion-support
ee4e1c1View on GitHubfix: added other notion properties for deserializing the api response else the app crashed
8dbe40aView on GitHubfeat: made the create_notion_page request dynamic based on the user's database setup
126c49eView on GitHubfeat: added --notion flag to trigger notion page creation upon converting to markdown
b725737View on GitHubfeat: added math equation support for both inline and block style
e868e13View on GitHubfeat: added converter.rs which converts markdown to notion blocks. currently supports headings, paragraphs, and bullet points
eac2839View on GitHubMerge pull request #10 from tejas-raskar/claude-pdf-fix
49f742dView on GitHubfix: Fixed incorrect content type when sending a pdf through claude api. Fixed #8
1c830e8View on GitHub