Coder Social home page Coder Social logo

lv-code / md-writer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zhuochun/md-writer

0.0 2.0 0.0 696 KB

✒️ Make Atom a better Markdown/AsciiDoc editor for writers and bloggers

Home Page: https://atom.io/packages/markdown-writer

License: MIT License

CoffeeScript 99.27% CSS 0.73%

md-writer's Introduction

Markdown-Writer for Atom

Travis Build Status Appveyor Build status Apm Version Apm Downloads Reviewed by Hound

Adds tons of features to make Atom a better Markdown/AsciiDoc editor!

Works great with static blogging as well. Try it with Jekyll, Octopress, Hexo or any of your favorite static blog engines.

Insert Image

More GIFs Here: Create New Post, Insert Reference Link, Remove Reference Link.

Features

Blogging

  • Create new draft with front matters (setup^).
  • Create new post with front matters (setup^).
  • Publish draft moves a draft to post's directory with front matters (date, published) auto updated.
  • Manage tags and categories in front matters (setup*).
  • Custom fields in front matters (setup*).
  • Project/Blog specific settings supported (setup+).

General

  • Continue lists or table rows when you press enter (customize).
    • Correct ordered list numbers (markdown-writer:correct-order-list-numbers).
  • Insert link (shift-cmd-k) and automatically link to the text next time.
    • Insert inline link.
    • Insert reference link with title. Use - in title field to create an empty title reference link.
    • Remove link (and its reference) after URL is deleted.
    • Search published posts by title in your blog.
  • Insert footnote (markdown-writer:insert-footnote), and edit footnote labels.
  • Insert image from file or clipboard (shift-cmd-i), preview image and able to copy image to your blog's images directory.
  • Insert table (markdown-writer:insert-table), and quick jump to next table cell (cmd-j cmd-t).
  • Format table (markdown-writer:format-table) with table alignments.
  • Toggle headings: ctrl-alt-[1-5] to switch among H1 to H5.
  • Toggle text styles (customize styles):
    • code (cmd-')
    • bold (cmd-b)
    • italic (cmd-i)
    • strike through (cmd-h)
    • '''code block''' (shift-cmd-")
    • <kbd>key</kbd> (cmd + k)
    • - unordered list (shift-cmd-U)
    • 0. ordered list (shift-cmd-O)
    • > blockquote (shift-cmd->)
    • - [ ] task list (markdown-writer:toggle-task)
  • Jumping commands:
    • Jump to previous heading (cmd-j cmd-p)
    • Jump to next heading (cmd-j cmd-n)
    • Jump to next table cell (cmd-j cmd-t)
    • Jump to reference marker/definition (cmd-j cmd-d)
  • Folding commands: fold all inline links (markdown-writer:fold-links).
  • Open a link under cursor in browser (markdown-writer:open-link-in-browser), and this works on reference links.
  • Markdown cheat sheet (markdown-writer:open-cheat-sheet).
  • Toolbar for Markdown Writer is available at tool-bar-markdown-writer.
  • CriticMarkup support:
    • Addition {++ ++} (markdown-writer:toggle-addition-text)
    • Deletion {-- --} (markdown-writer:toggle-deletion-text)
    • Substitution {~~ ~> ~~} (markdown-writer:toggle-substitution-text)
    • Comment {>> <<} (markdown-writer:toggle-comment-text)
    • Highlight {== ==}{>> <<} (markdown-writer:toggle-highlight-text)
  • AsciiDoc support with language-asciidoc.

You can find and trigger all features through:

  • Open Command Palette (shift-cmd-P), enter Markdown Writer
  • Or, go to menu Packages -> Markdown Writer.

Installation

  • In Atom, go to Settings (cmd-,) -> Install -> Search Markdown Writer.
  • Or, run apm install markdown-writer.

If you see errors after this plugin updates, please restart Atom so that it reloads the updated code.

Setup

Execute command Markdown Writer: Create Default keymaps to add recommended keymaps to your configs, and start modifying them based on your needs (wiki).

  • Enter, Tab, Shift-Tab are registered by default. You can disable them in Package's Settings > Keybindings.

Configure your Package's Settings. Menu: File -> Settings (cmd-,) -> Packages -> Markdown-Writer -> Settings.

  • To manage tags/categories in front matter, follow this setup.
  • To manage all/advanced configurations (e.g. project specific settings, change italic text styles), follow this setup.

Contributing

Your contributions are really appreciated. You can follow CONTRIBUTING guide to get everything started.

Project

md-writer's People

Contributors

afontaine avatar d2s avatar grandsong avatar izuzak avatar ngasull avatar olafklingt avatar salbertson avatar schedutron avatar scott-wilson avatar timnew avatar zhengpd avatar zhuochun 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.