想实现Emacs的半屏看pdf,半屏用markdown记笔记,希望像typora一样编辑。不知道能不能实现呢。
markdown不知道,不过org-mode配置好,可以基本达到typora的效果。自从转emacs后,就全面转org-mode了,不再写markdown,已有的markdown文件也基本转成了org文件。
1 个赞
我也在找,但是看到的都是双屏实时预览的,vscode到是有typora的插件,和typora的效果一模一样
C-c C-x RET (translated from C-c C-x ) runs the command markdown-toggle-markup-hiding (found in markdown-mode-map), which is an interactive byte-compiled Lisp function in ‘markdown-mode.el’.
It is bound to C-c C-x RET.
(markdown-toggle-markup-hiding &optional ARG)
Toggle the display or hiding of markup. With a prefix argument ARG, enable markup hiding if ARG is positive, and disable it otherwise. See ‘markdown-hide-markup’ for additional details.
不求实现完全的所见即所得(这个估计很难),只要能实现把链接隐藏显示为自定义文本,以及像org-mode一样支持elisp:
这种形式的链接(点击可执行其中的elisp代码),这个应该就能满足不少人的需求了,比如我就能把我的 orgcms改成markdownCms