Tool
Snipaste
Screenshot app
Turn on Auto Save
, then pressing F1
and then pressing Enter
will automatically save your screenshot to that folder.
More about Snipaste
F1
and Enter
to screenshot then F3
.
It can pin the screenshot on top of other application. Very useful when copying something from another screen.
F1
then use cmd+1
to cmd+7
to choose tools to edit the screenshot
Workflow
Outline the article main contents.
Operating while taking screenshot.
Go the Hexo directory, use command
hexo new "article title"
to create a markdown file (new post).After finishing, select all and drag all screenshots to the markdown file.
Add more detailed instructions and explanations.
Use
Ctrl+F
to replace the image path from/Users/....../Snipaste_2021-09-18_17-21-53.png
toSnipaste_2021-09-18_17-21-53.png
(get rid of the absolute path pre-fix, otherwise Hexo can’t find the image path).Deploy post with
hexo clean && hexo d -g