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 | |
# coding: utf-8 | |
# What is this? | |
# This script is for logseq webapp users that want to switch to the local version. | |
# It will download all images that are linked inside your graph and store them in the local "/assets/" folder. | |
# Remarks | |
# 1. Only supports Markdown files (for now) |