voldyman / MarkMyWords

Markdown editor
MIT License
216 stars 19 forks source link

Keybindings Support #30

Open voldyman opened 9 years ago

voldyman commented 9 years ago

this branch should allow the user to easily insert markdown equivalent tags on keypresses, so pressing should insert the italics tag [cursor here]

  • [x] Keybinding settings class
  • [x] basic layout for the schema
  • [x] make the Document widget listen for keypresses and check if it should handle it
  • [x] load keybindings from settings
  • [x] reload keybindings if they are changed
  • [ ] if text is selected insert the tag around it, selectedText → ctrl i → selectedText