muffinmad / atom-textile-preview

Textile preview for Atom editor
MIT License
3 stars 1 forks source link
atom-editor atom-plugin textile

Stand With Ukraine

Textile preview package

Show the rendered HTML for text marked-up with Textile

Based on markdown-preview and textile-js

Keybinding

You can define your own hotkey in your keymap.cson like this:

'atom-text-editor':
  'ctrl-shift-t': 'textile-preview:toggle'

But ctrl-shit-t is used to reopen closed tab and ctrl-alt-t is for nuclide fuzzy finder. Thats why i don't like making the default hotkey. There are too many hotkeys already.