1
taobeier 2014-06-11 23:07:45 +08:00 1
这个配色的话, 你可以看看sublime 感觉很像
|
3
83f420984 2014-06-11 23:23:13 +08:00
马克飞象有个BUG,我在编辑时一段时间后,会出现无法移动窗口的现象,不知道是啥情况,希望作者看到后修复下,最后说下,马克飞象很好用
|
4
gockxml 2014-06-11 23:28:23 +08:00
@83f420984 看到啦。。。其实是这样的:在 Windows 上打开马克飞象,然后按 win+D 回到桌面,再切换马克飞象就无法移动了。。这是 Chrome App 本身的 bug,我试过其他应用都有这个问题。只能给Chrome 提 bug 了。
|
5
gockxml 2014-06-11 23:34:55 +08:00 1
感谢 lz 夸奖!确实主要是用来同步到 Evernote 的,但偷偷地说,即使作为一个普通 Markdown 客户端也很不错的呢。
代码高亮用的是 highlight.js (http://highlightjs.org/),使用的配色主题叫 Monokai,你可以在这个页面预览下所有主题的效果 (http://highlightjs.org/static/test.html)。 ps: 看见更喜欢的主题的话,可以在马克飞象中自定义呢。详情在`菜单`->`常见问题`中有提到。:) |
7
duolab 2014-06-12 08:04:53 +08:00
不支持下标啊,在Haroopad里直接~4~这样就可以下标了,下标经常用到,所以马克飞象不适合我。
|
9
taobeier 2014-06-12 12:54:56 +08:00
@daiv 应该是系统的默认字体, 因为sublime的默认配置文件中 关于字体的配置默认是缺省的
// Note that the font_face and font_size are overriden in the platform // specific settings file, for example, "Preferences (Linux).sublime-settings". // Because of this, setting them here will have no effect: you must set them // in your User File Preferences. "font_face": "", "font_size": 10, // Valid options are "no_bold", "no_italic", "no_antialias", "gray_antialias", // "subpixel_antialias", "no_round" (OS X only) and "directwrite" (Windows only) "font_options": [], 上面的内容是默认的配置文件中的内容。 |
12
gockxml 2014-08-13 18:20:33 +08:00
|