forked from XmacsLabs/mogan
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[24_13] Pandoc-binary doc (XmacsLabs#1972)
<!-- Thank you for your contribution! --> ## What Add Pandoc binary document and move pandoc.scm to right place. ## Why ## How to test your changes?
- Loading branch information
Showing
3 changed files
with
57 additions
and
1 deletion.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...ins/pandoc/progs/binary/pandoc-binary.scm → ...cs/plugins/binary/progs/binary/pandoc.scm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Pandoc Binary Plugin | ||
+ Executable filename: `pandoc` | ||
+ Plugin source code: | ||
- [Codeberg](https://codeberg.org/XmacsLabs/mogan/src/branch/branch-1.2/TeXmacs/plugins/binary/progs/binary/pandoc.scm) | ||
- [Gitee](https://gitee.com/XmacsLabs/mogan/blob/branch-1.2/TeXmacs/plugins/binary/progs/binary/pandoc.scm) | ||
- [Github](https://github.com/XmacsLabs/mogan/blob/branch-1.2/TeXmacs/plugins/binary/progs/binary/pandoc.scm) | ||
- What: Supports the `Document Conversion -> Export to Multiple Formats` feature | ||
- Mogan: `>= v1.2.8` | ||
|
||
## How to Install Pandoc | ||
### Windows | ||
Install using `Chocolatey`: | ||
``` | ||
choco install pandoc | ||
``` | ||
Install using `winget`: | ||
``` | ||
winget install --source winget --exact --id JohnMacFarlane.Pandoc | ||
``` | ||
|
||
### macOS | ||
Install using `brew install pandoc`. | ||
|
||
### Linux | ||
On Debian bookworm, use the following command to install: | ||
``` | ||
sudo apt install pandoc | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Pandoc 二进制插件 | ||
+ 可执行文件名:pandoc | ||
+ 插件源代码: | ||
- [Codeberg](https://codeberg.org/XmacsLabs/mogan/src/branch/branch-1.2/TeXmacs/plugins/binary/progs/binary/pandoc.scm) | ||
- [Gitee](https://gitee.com/XmacsLabs/mogan/blob/branch-1.2/TeXmacs/plugins/binary/progs/binary/pandoc.scm) | ||
- [Github](https://github.com/XmacsLabs/mogan/blob/branch-1.2/TeXmacs/plugins/binary/progs/binary/pandoc.scm) | ||
- 功能:支持`文档转换->导出到多种格式` | ||
+ 墨干:`>= v1.2.8` | ||
|
||
## 如何安装 Pandoc | ||
### Windows | ||
使用`Chocolatey`安装: | ||
``` | ||
choco install pandoc | ||
``` | ||
使用`winget`安装: | ||
``` | ||
winget install --source winget --exact --id JohnMacFarlane.Pandoc | ||
``` | ||
|
||
### macOS | ||
使用`brew install pandoc`安装。 | ||
|
||
### Linux | ||
在Debian bookworm中,使用如下命令安装: | ||
``` | ||
sudo apt install pandoc | ||
``` |