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
感谢提供这么好的解决方案!希望可以支持在 Documents by Readdle 里打开PDF。
Documents by Readdle 与 PDF Expert 是同一个公司的产品,前者是一个文件管理器,内部调用 PDF Expert 实现完全相同的PDF编辑功能。
你提供的快捷方式里可以将最后的 URL scheme 改成:
rdocs:///SyncedFolders/syncedFolder/Text
即可实现。
可以考虑加一个判断语句,用户在安装快捷方式时选择是使用Documents 还是 PDF Expert 打开PDF,根据用户的选择采用不同的 URL scheme.
参考链接: https://helpspot.readdle.com/documents/index.php?pg=kb.page&id=1213
另外,希望可以在README中简单介绍一下该快捷方式的原理。
The text was updated successfully, but these errors were encountered:
感觉其实可以直接在后面自己修改,把快捷指令copy一份就行
Sorry, something went wrong.
No branches or pull requests
感谢提供这么好的解决方案!希望可以支持在 Documents by Readdle 里打开PDF。
Documents by Readdle 与 PDF Expert 是同一个公司的产品,前者是一个文件管理器,内部调用 PDF Expert 实现完全相同的PDF编辑功能。
你提供的快捷方式里可以将最后的 URL scheme 改成:
rdocs:///SyncedFolders/syncedFolder/Text
即可实现。
可以考虑加一个判断语句,用户在安装快捷方式时选择是使用Documents 还是 PDF Expert 打开PDF,根据用户的选择采用不同的 URL scheme.
参考链接: https://helpspot.readdle.com/documents/index.php?pg=kb.page&id=1213
另外,希望可以在README中简单介绍一下该快捷方式的原理。
The text was updated successfully, but these errors were encountered: