Skip to content

Instantly share code, notes, and snippets.

@mbrausen
mbrausen / boostnote2md.py
Last active January 12, 2023 15:38 — forked from weaming/boostnote2md.py
Convert boostnote cson format data to markdown
#!/usr/bin/env python3
# coding: utf-8
"""
Author : weaming
Created Time : 2018-05-26 21:32:59
Prerequisite:
python3 -m pip install cson arrow
Original location: https://gist.github.com/weaming/32b7b62956b304ff66fbae396ca9c86b
"""