Merged
Conversation
feat(settings): 添加自定义 Pandoc Filters 支持 - 配置文件新增 pandoc_filters 字段,支持设置多个自定义 Pandoc Filter - Pandoc 集成模块支持加载并应用自定义 Filters,支持 lua 脚本和可执行文件 - 工作流处理转换时传递自定义 Filters 参数,支持 mermaid-filter 等扩展 - 设置界面添加 Pandoc Filters 配置区域,支持添加、移除、排序和编辑 Filters 路径 - 英文及中文文档中新增 Pandoc Filters 说明和使用示例 - 添加转换大文件时的转换开始通知信息提醒用户 - 相关默认配置和多语言资源同步更新,包含界面
Owner
|
我感觉没啥问题,应该是可以的,我之前按你的一直没找到下载的版本号是什么,我就补了一下我自己找版本号的方法,我看了一遍没啥大问题应该 |
Owner
|
感谢支持 |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
feat(settings): 添加自定义 Pandoc Filters 支持