screen capture helper
Screen Capture Tool
I made a small python tool to automatic generate the markdown text for image from clipboard.
- save the clipboard image to Save Path
- generate the markdown text of it
- copy it to this blog
1 | from PIL import ImageGrab |
then convert it to an .exe file
pyinstaller –onefile -w screenshot_helper.py
how to insert image
first modify the _config.yml
1 | # post_asset_folder: false |
it will generate a folder with same name of your post, you can put the image there.
insert the image use
1 | ![screencapture.png](screencapture.png) |
when you preview your markdown page, the image will not be shown correctly.
but it will be shown correctly when you deploy on your github page.
try to uninstall hexo-asset-image –save if not working