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
本指南旨在协助用户解决 typora_plugin 安装过程中遇到的问题。如您在安装 typora_plugin 时遇到困难,请仔细阅读以下步骤。
若问题仍未解决,请在下方留言,我将尽力提供帮助。
plugin install successfully
说明: 以上视频演示的是 Typora 正式版的安装流程。免费版用户的操作步骤基本一致,仅 plugin 目录粘贴路径有所不同。
D:\software\typora_v1.7.5\resources\
D:\software\typora_v1.7.5\resources\app\
如果按照上述步骤操作,成功显示 “plugin install successfully”,但在 Typora 右键菜单中仍未找到插件选项,则很可能是目录权限不足导致的。请根据 这篇文章 给 plugin 目录授权。
The text was updated successfully, but these errors were encountered:
除了上述自动化的操作,也可以手动安装插件。
下载 插件源码的压缩包,并解压
进入 Typora 安装路径,找到包含 window.html 的文件夹 A
window.html
./resources/window.html
./resources/app/window.html
将解压得到的 plugin 文件夹粘贴进文件夹 A 下(参考方法一的图片)
根据文件夹 A 下是否含有 appsrc 目录判断 Typora 是否为新版本,有则新版本,无则旧版本
appsrc
打开文件 A/window.html
A/window.html
<script src="./appsrc/window/frame.js" defer="defer"></script>
<script src="./app/window/frame.js" defer="defer"></script>
在上述搜索内容的 后面 加入 <script src="./plugin/index.js" defer="defer"></script>
<script src="./plugin/index.js" defer="defer"></script>
验证:重启 Typora,在正文区域点击鼠标右键,弹出右键菜单栏,如果能看到 常用插件 栏目,说明一切顺利
常用插件
Sorry, something went wrong.
No branches or pull requests
本指南旨在协助用户解决 typora_plugin 安装过程中遇到的问题。如您在安装 typora_plugin 时遇到困难,请仔细阅读以下步骤。
若问题仍未解决,请在下方留言,我将尽力提供帮助。
文字简述
plugin install successfully
则安装成功安装视频
说明: 以上视频演示的是 Typora 正式版的安装流程。免费版用户的操作步骤基本一致,仅 plugin 目录粘贴路径有所不同。
D:\software\typora_v1.7.5\resources\
D:\software\typora_v1.7.5\resources\app\
目录权限问题
如果按照上述步骤操作,成功显示 “plugin install successfully”,但在 Typora 右键菜单中仍未找到插件选项,则很可能是目录权限不足导致的。请根据 这篇文章 给 plugin 目录授权。
The text was updated successfully, but these errors were encountered: