This file contains 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
#!/usr/bin/env python | |
# Google Keep "Takeout" to Markdown Converter | |
# This allows you to convert your Google Keep notes that are downloaded from | |
# Google's "Takeout" system. This works with Nextcloud's Notes system. | |
from datetime import datetime | |
import json | |
import os | |
import shutil |
This file contains 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
Column M is the column named Nature for me, but you do have to leave it as 1 for that column. | |
Stat: | |
Increase | |
Decrease | |
Attack: | |
=IF(OR(INDEX(COUNTIF(M1,{"Lonely"; "Brave"; "Adamant"; "Naughty"}),)), TRUE, FALSE) | |
=IF(OR(INDEX(COUNTIF(M1,{"Bold"; "Timid"; "Modest"; "Calm"}),)), TRUE, FALSE) |