Skip to content

Instantly share code, notes, and snippets.

View rordaz's full-sized avatar

Rafael Ordaz rordaz

View GitHub Profile
@rordaz
rordaz / boostnote2md.py
Last active January 16, 2023 14:50 — forked from weaming/boostnote2md.py
Convert boostnote cson format data to markdown
#!/usr/bin/env python3
# coding: utf-8
"""
Author : weaming
updated by : rordaz
Created Time : 2018-05-26 21:32:59
updated Time : 2022-11-21
Prerequisite:
python3 -m pip install cson arrow
python.exe -m pip install cson arrow (Microsoft Install)