tylingsoft / markdown-plus

Markdown editor with extra features.
http://mdp.tylingsoft.com/
2.12k stars 395 forks source link

Complete Symbol Support #22

Closed saxisuer closed 8 years ago

saxisuer commented 9 years ago
  1. Complete Symbol maybe more useful in code typing
  2. Can I change theme in Version 1.3.4 or next version
tylerlong commented 9 years ago

change editor theme support was added in version 1.3.6, you'd have to wait for the new Mac app.

Auto complete brackets is useful feature, will support it in future versions

tylerlong commented 9 years ago

About auto complete symbols, I found this api: http://ace.c9.io/api/editor.html#Editor.setBehavioursEnabled

But it doesn't work for markdown yet: https://github.com/ajaxorg/ace/issues/1393

tylerlong commented 8 years ago

Close it for now. Because this behavior depends on the ACE editor which I have no direct control.