├── .gitignore ├── README.md ├── keep-to-markdown.py └── test_data ├── content and different tag.json ├── content and tag and title.json ├── content and tag.json ├── content and two tags.json ├── content.json ├── image and tag.json ├── image and title and tag.json ├── image.json ├── image.png ├── title and tag (Kopie 1).json ├── title and tag (Kopie 2).json ├── title and tag (Kopie 3).json ├── title and tag.json └── title and two tags.json /.gitignore: -------------------------------------------------------------------------------- 1 | Takeout/ 2 | notes/ 3 | ausgabe 4 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erikelisath/keep-to-markdown/HEAD/README.md -------------------------------------------------------------------------------- /keep-to-markdown.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erikelisath/keep-to-markdown/HEAD/keep-to-markdown.py -------------------------------------------------------------------------------- /test_data/content and different tag.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erikelisath/keep-to-markdown/HEAD/test_data/content and different tag.json -------------------------------------------------------------------------------- /test_data/content and tag and title.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erikelisath/keep-to-markdown/HEAD/test_data/content and tag and title.json -------------------------------------------------------------------------------- /test_data/content and tag.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erikelisath/keep-to-markdown/HEAD/test_data/content and tag.json -------------------------------------------------------------------------------- /test_data/content and two tags.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erikelisath/keep-to-markdown/HEAD/test_data/content and two tags.json -------------------------------------------------------------------------------- /test_data/content.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erikelisath/keep-to-markdown/HEAD/test_data/content.json -------------------------------------------------------------------------------- /test_data/image and tag.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erikelisath/keep-to-markdown/HEAD/test_data/image and tag.json -------------------------------------------------------------------------------- /test_data/image and title and tag.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erikelisath/keep-to-markdown/HEAD/test_data/image and title and tag.json -------------------------------------------------------------------------------- /test_data/image.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erikelisath/keep-to-markdown/HEAD/test_data/image.json -------------------------------------------------------------------------------- /test_data/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erikelisath/keep-to-markdown/HEAD/test_data/image.png -------------------------------------------------------------------------------- /test_data/title and tag (Kopie 1).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erikelisath/keep-to-markdown/HEAD/test_data/title and tag (Kopie 1).json -------------------------------------------------------------------------------- /test_data/title and tag (Kopie 2).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erikelisath/keep-to-markdown/HEAD/test_data/title and tag (Kopie 2).json -------------------------------------------------------------------------------- /test_data/title and tag (Kopie 3).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erikelisath/keep-to-markdown/HEAD/test_data/title and tag (Kopie 3).json -------------------------------------------------------------------------------- /test_data/title and tag.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erikelisath/keep-to-markdown/HEAD/test_data/title and tag.json -------------------------------------------------------------------------------- /test_data/title and two tags.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erikelisath/keep-to-markdown/HEAD/test_data/title and two tags.json --------------------------------------------------------------------------------