Giter VIP home page Giter VIP logo

autohotkey-markdown's Introduction

AutoHotkey-Markdown

General

This is a simple AutoHotkey script. It should allow easy Markdown writing independing from the Editor.

Feature

Adding the related Markdown syntax element and set the correct cursor position for writing.

  • alt + i (emphatic text)
  • alt + b (strong text)
  • alt + c (source code)
  • alt + q (quote)
  • alt + n (new line)
  • alt + . (start of unordered list)
  • alt + , (start of ordered list)
  • alt + t (insert 4 spaces, helpfull for neasting)
  • alt + - (horizontal line)

Special Feature

This hotkeys working with GUI dialogs for easier usage.

  • alt + l (start "Link Wizard")
  • alt + p (start "Image Wizard")
  • alt + # (start "Code Beautifier")

Link Wizard

Shows simple window with edit boxes for the URL and the Name. While pressing OK, the Markdown-Text will inserted at cursor position.

Image Wizard

Same as "Link Wizard" but with possibility to show preview of the image.

Code Beautifier

Script will let you browse for HTML file (e.g. generated HTML from markdown) and copy the content to a second file, same name like selected file but _converted will be added.
If there are <code></code> sections within the HTML, some transformation (see below) will be happen. This lead to easier to read source code within HTML.

  1. Replace tabulator with 4 spaces
  2. Replace each space with &nbsp;
  3. Replace each new line with <br />

License

This project using the MIT license (see LICENSE file).

autohotkey-markdown's People

Contributors

koepalex avatar

Watchers

 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.