Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow for auto-downloading of images referenced with Markdown syntax #56

Open
tpwo opened this issue Jan 16, 2024 · 0 comments
Open

Allow for auto-downloading of images referenced with Markdown syntax #56

tpwo opened this issue Jan 16, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@tpwo
Copy link
Owner

tpwo commented Jan 16, 2024

Let's say there is an MD file with an image:

# Some zettel

Lorem ipsum

![](https://example.com/image.png)

After running the proposed feature, code would download the image to disk, save it in a proper folder, and update the Markdown to reference the local image:

# Some zettel

Lorem ipsum

![](./image.png)

I have yet to decide whether images should be kept in zettel folder or in a separate dir like img

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant