Git Product home page Git Product logo

clipmd's Introduction

ClipMd

简化markdown的写作的贴图流程,快捷键-快速把剪切板的截图粘贴到markdown,使用github仓库,不依赖其他的服务器

示范

演示

image

  1. 截图 使用什么截图工具都可以(我是使用QQ截图)
  2. Ctrl + F1
  3. Ctrl + F2 统一提交(发布)图片
  4. 重新打开文件(链接可以找到文件了)

使用环境

  1. windows 系统
  2. 系统安装 AutoHotKey官方网站
  3. 使用 GitPage博客 而且主题是 Hexo

步骤

  1. 打开ClipMd.ahk 文件
#你的github在你系统的根目录
hexoPath := "D:/github/wanglong001/"

#你的hexo主题的images文件的【根目录或者images下的子目录】 我的主题是next
PicPath := hexoPath . "themes/next/source/images/" 

#图片的格式
imageFormat := "png"

#图片的命名根式 这里使用时间的格式
filenameFormat := "yyyyMMdd_HHmmss"

#上传后图片链接地址
httpPath := "http://wanglong001.github.io/images/"

#每次生成图片时 是否每次都上传图片 默认是False 不推荐True 
isPushWhenSave := false

32位系统用 Gdip.ahk 64为系统用 Gdip_All.ahk

  1. 操作 前提:运行ClipMd.ahk
  • Ctrl + F1 : 生成图片链接
  • Ctrl + F2 : 发布图片
  • Ctrl + F8 : 退出

clipmd's People

Contributors

wanglong001 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.