-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Pandoc template for exporting docx #8740
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
Comments
+1 |
+2 |
同上 其实可以加一个pandoc附加参数的功能,或者围绕那些参数封装一下也好😉 |
应该是 Pandoc 的这个参数 https://pandoc.org/MANUAL.html#option--reference-doc 各位能提供一个模板给我们测试吗? |
不用麻烦各位提供了,我生成了一个模板测试了,大概知道怎么用了。 |
88250
added a commit
that referenced
this issue
Sep 9, 2023
88250
added a commit
that referenced
this issue
Sep 9, 2023
EightDoor
added a commit
to EightDoor/siyuan
that referenced
this issue
Sep 9, 2023
* commit '7a7af86b11b6ded088bc3db6769dd63f1ce6229f': (26 commits) 🎨 aria label 🎨 Pandoc template for exporting docx Fix siyuan-note#8740 🎨 Pandoc template for exporting docx Fix siyuan-note#8740 🎨 Cancel the read-only mode message notification after startup Fix siyuan-note#9100 🎨 siyuan-note#8417 🐛 An issue that caused cloud data corruption Fix siyuan-note#9144 🐛 fix siyuan-note#9142 🐛 fix siyuan-note#9141 🐛 fix siyuan-note#9141 🎨 Set Adaptive Width for individual documents siyuan-note#9107 🎨 siyuan-note#9107 🎨 siyuan-note#9134 ♻️ 🎨 siyuan-note#9134 🎨 Physically delete a workspace on the mobile siyuan-note#9134 🎨 Physically delete a workspace on the mobile siyuan-note#9134 🎨 fix siyuan-note#9134 🎨 fix siyuan-note#9140 🎨 Physically delete a workspace on the mobile siyuan-note#9134 🔖 Release v2.10.4 ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
思源笔记的pandoc导出word,能否自定义输出word的模板?
In what scenarios do you need this feature?
如题所示,我在思源笔记中整理了一些资料文件。现在因为工作原因,需要将其导出为word格式。
但是思源笔记目前使用代码里面调用pandoc的方式,导致无法找到默认的模板对其进行修改或指定特定的模板,使得每次导出word还需要大量的时间修改word的格式,最后发现还不如直接不使用导出功能,直接复制效率高。
Describe the optimal solution
希望软件能够开放pandoc的默认输出模板修改功能。
Describe the candidate solution
No response
Other information
No response
The text was updated successfully, but these errors were encountered: