Add import tool and split 2026 notes - #6
Conversation
Yay! I just use the push button, but this seems like a nice way to get around API limits. |
story645
left a comment
There was a problem hiding this comment.
cool, I can keep the current notes logged to a current file (not in a folder) so it gets synced but doesn't break the archive
|
I thought a lot about "how can I double-check and verify that I'm not accidentally altering the archive as I clean it up." Here's what I came up with:
For example: Outputs: Since I moved around a horizontal rule when I extracted the 2026 notes. Outputs: diff of e66bcba to 750cf23Mostly dates and the HTML Going forward, this should allow me to preserve all meetings notes and split them into the correct files while also verifying that no meeting content was modified. |
I wrote a tool to import the current
.mdfile from the hackmd.io page, extract the meetings, and then append them to the appropriate spot in the "meeting_notes" directory.This tool operates one year at a time and will warn if you try to import a file that contains both January and December meetings. It will also warn if it cannot parse a single-
#heading into a date.I removed the 2026 meeting notes from "meeting_notes/2025/q2.md".
Let me know if we want a different format for the output files. I chose
{year}_{month}_{month_name}.md.