Hsiaoming Yang

Results 248 comments of Hsiaoming Yang

Which means you want a fake full screen?

Try to add an option for codemirror in the `render` method.

@srinathh I've added a shortcut for setting and getting values: https://github.com/lepture/editor/blob/master/src/editor.js#L216

@srinathh Yes, you are absolutely right. I'll sort it out soon.

Yes, there is a branch https://github.com/lepture/editor/tree/bower But I don't have much time

@spaceemotion you need to has a markdown parser, we use `marked` as the default parser: https://github.com/lepture/editor/blob/master/src/editor.js#L54

@MahdiPOnline I don't know much about RTL. Would you please send me a patch?

GFM is not enabled by default. Working with the new codemirror at https://github.com/lepture/editor/tree/bower But I don't have much time on this project right now.

Hi @arashbm could your head over to https://github.com/yuehu/word-count and add a test case for Arabic and Persian?

@warnew It has a codemirror instance. You can access it with `this.codemirror`.