Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

请问如何安装使用? #6

Closed
nigo81 opened this issue Mar 14, 2024 · 11 comments
Closed

请问如何安装使用? #6

nigo81 opened this issue Mar 14, 2024 · 11 comments

Comments

@nigo81
Copy link

nigo81 commented Mar 14, 2024

作者您好,我平时也使用emacs的org写文档,也会发公众号文章。请问可以介绍下如何安装使用这个插件吗?感谢!

@Eliot00
Copy link
Owner

Eliot00 commented Mar 14, 2024

你是什么操作系统呢?在这里下载对应系统的包,例如是Windows就下载
mp-org_0.2.0_x64-setup.exe

@Eliot00
Copy link
Owner

Eliot00 commented Mar 14, 2024

这是个webview应用,没有做成emacs插件,现在功能还很少,欢迎试用后提issue

@nigo81
Copy link
Author

nigo81 commented Mar 14, 2024

这是个webview应用,没有做成emacs插件,现在功能还很少,欢迎试用后提issue

非常感谢,我下载了linux版本试了可以!之前我是在emacs转成markdown格式,然后再使用mdnice转成带样式的公众号文章。

image
我看对于加粗符号有没有正确解析的。希望作者继续完善下去,对于emacs用户来说很有用。我之前找类似的工具没有找到。

看后续是否可以考虑解决以下问题:

  1. 可以多样主题或者可以复制mdnice上面的主题样式过来或者允许怎么自定义。(不太懂前端)。
  2. 如果解决图片复制的问题。在org中图片都是本地链接,转换后没法粘贴到公众号上。看能不能粘贴图片,或者一键上传图床后复制粘贴。

再次感谢作者!持续关注。

@Eliot00
Copy link
Owner

Eliot00 commented Mar 14, 2024

#7
#8

@Eliot00
Copy link
Owner

Eliot00 commented Mar 14, 2024

加粗样式的话,org格式必须在星号前后有空格

@Eliot00
Copy link
Owner

Eliot00 commented Mar 14, 2024

截屏2024-03-14 17 15 26

@Eliot00
Copy link
Owner

Eliot00 commented Mar 14, 2024

自定义样式和上传图片预计这周搞定

@nigo81
Copy link
Author

nigo81 commented Mar 14, 2024

加粗样式的话,org格式必须在星号前后有空格

对,我使用了代码

(setq org-emphasis-regexp-components
      '("-[:multibyte:][:space:]('\"{"
        "-[:multibyte:][:space:].,:!?;'\")}\\["
        "[:space:]"
        "."
        1))
(org-set-emph-re 'org-emphasis-regexp-components org-emphasis-regexp-components)
(org-element-update-syntax)

来解决org-mode中文行内格式问题,也就是前后是中文字符不需要空格也可以加粗。对于这种是没有办法转换,是吗?参考链接

@nigo81
Copy link
Author

nigo81 commented Mar 14, 2024

自定义样式和上传图片预计这周搞定

非常感谢,org使用的太小众了,估计也就是自己使用的才有动力维护开发。不着急哈,您慢慢来。因为org中的图片链接我是用的相对路径,如[[file:../orgimages/2024-02-03_23-25-34_screenshot.png]]不知道这种能够实现上传不。org中我是使用org-download-clipboardorg-download-image将剪切板和其它路径图片自动保存到指定目录~/orgimages上的。

@Eliot00
Copy link
Owner

Eliot00 commented Mar 14, 2024

加粗样式的话,org格式必须在星号前后有空格

对,我使用了代码

(setq org-emphasis-regexp-components
      '("-[:multibyte:][:space:]('\"{"
        "-[:multibyte:][:space:].,:!?;'\")}\\["
        "[:space:]"
        "."
        1))
(org-set-emph-re 'org-emphasis-regexp-components org-emphasis-regexp-components)
(org-element-update-syntax)

来解决org-mode中文行内格式问题,也就是前后是中文字符不需要空格也可以加粗。对于这种是没有办法转换,是吗?参考链接

理论上可以通过正则来解决,我先记一下,先把样式自定义和图片上传做好再来看。

@Eliot00 Eliot00 closed this as completed Mar 20, 2024
@Eliot00 Eliot00 pinned this issue Mar 20, 2024
@Eliot00
Copy link
Owner

Eliot00 commented Sep 2, 2024

commit afbfd45 解决了中文空格的问题
添加了一个按钮,作用是在前后没有空格的标记前添加零宽空格

点击前:

你好*世界*

点击后:

你好\u200B*世界*\u200B

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants