We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
目前增强导出只支持通过extension来配置导出方案。但,同一个extension会对应全文和标注2种内容。本来Hazel 能解决此问题,但看到同步助手正在尝试给出解决方案,故提议希望通过增加配置属性,来让该功能更完善。
extension
*@annote.md
*.md
标注
The text was updated successfully, but these errors were encountered:
收到,可以考虑~ 👍
Sorry, something went wrong.
嗨
同步助手 1.1.3 版 发布啦 🎉 内置了此功能,详细说明 稍后读 · 读取外部文件。
同步助手 1.1.3 版 发布啦 🎉
内置了此功能,详细说明 稍后读 · 读取外部文件。
{"extension":"assets", "path":"/Users/xxxx/Documents/Obsidian@simpread/Inbox", "type":"page"} {"extension":"md", "path":"/Users/xxxx/Documents/Obsidian@simpread/SimpRead", "type":"annote"}
assets + md 对媒体资源(图片)位置的定制化,需要配合以下两个插件使用:
assets + md
空白 导入到 Obsidian
空白 导出 md + assets 格式
读取本地文件,可将本地任何 .html .md 加入到稍后读,详细说明 请看这里。
.html
.md
稍后读外部访问,方便第三方工具接入,详细说明 请看这里。
更换文档地址源,方便不同网络环境的用户使用 请看这里。
浅色主题 以及 自动暗色模式。
同步助手的增强导出规则 type,可区分全文和标注,详细说明
type
详细说明 请看这里。
No branches or pull requests
目前增强导出只支持通过
extension
来配置导出方案。但,同一个extension
会对应全文和标注2种内容。本来Hazel 能解决此问题,但看到同步助手正在尝试给出解决方案,故提议希望通过增加配置属性,来让该功能更完善。*@annote.md
,而不是*.md
全部导入。标注
可以解决此问题。但这种设定会导致在访问内部地址时404。The text was updated successfully, but these errors were encountered: