This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am wogong on github. | |
* I am wogong (https://keybase.io/wogong) on keybase. | |
* I have a public key whose fingerprint is 9154 A629 62DE 93DC 64EC 3D4D 05D6 93E0 09DD 1201 | |
To claim this, I am signing this object: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
fl () { | |
API="https://flomoapp.com/iwh/xxxxxxx/" # substitute with your flomo API | |
curl -s -H "Accept: application/json" -H "Content-type: application/json" -s -X POST $API -d '{"content":"'"$*"'"}' | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" Markdown (with date in title) files import to Roam Research using JSON format | |
""" | |
import os | |
import glob | |
import re | |
import json | |
import maya | |
from nanoid import generate |