Tyler Liu

Results 53 comments of Tyler Liu
trafficstars

You can change the editor fonts via the preferences panel. Do you also want to change the preview font size? I agree keyboard shortcut is more handy. But it's not...

这个功能我也考虑过很久了。 问题是mdp不是云存储。 粘贴图片总归要放到本地去存储。还没有想出一个合理的方案来。目前想到最可行的是: 用户粘贴图片,自动保存到app下面的一个子目录,然后引用到app里面。

@ijse 说的没错。唯一的顾虑就是 base64 会明显比原始文件大,导出HTML可能不是那么好看。

Markdown Plus 也支持插件机制: https://github.com/tylingsoft/markdown-plus-plugins 但是这个 issue 并非插件能轻易解决的。 因为现在不知道图片应该存放在哪。

这里的只是前端的代码, app的代码并未开源。 我写的插件在这里: https://github.com/tylingsoft/markdown-plus-plugins 比较简单粗暴,就是直接注入 JS。 目前没有相关文档。 可以阅读代码,代码量并不大。

Please specify IE version and Visio version. And what's your operating system?

I don't have a solution at the moment. A workaround is to export PDF/PNG instead of SVG.

It is a good idea. However the mermaid live editor is a pure client side project. I don't know if it is doable without any server side code. Maybe in...

Both class diagram and git graph are **experimental** features of mermaid. Currently I don't have time to fix them.

I confirm that the issue disappeared after adding the following to webpack configuration: ```ts { test: /\.node$/, use: { loader: 'node-loader', }, }, ```