当前位置: 首页 > news >正文

Typora插件安装

手动安装

Windows 用户

  1. 从 Release 下载 typora-community-plugin.zip
    (无法下载的童靴可以通过网盘下载「「Typora插件」来自UC网盘分享
    (https://drive.uc.cn/s/607900a024b34?public=1)

  2. 解压文件。

  3. 复制文件到 %UserProfile%/.typora/community-plugins。(这里是需要将typora-community-plugin.zip里的内容复制到community-plugins)

在这里插入图片描述

  1. 创建文件夹的符号链接。以管理员身份运行 cmd ,然后运行命令 :

    mklink /d %UserProfile%\\AppData\\Roaming\\Typora\\plugins %UserProfile%\\.typora\\community-plugins
    
  2. 修改文件 {Typora 安装目录}/resources/window.html。使用 UTF-8 编码(否则会白屏)打开文件 window.html,替换文件末尾的文本 </body></html> 为 :

<script src="typora://app/userData/plugins/loader.js" type="module"></script></body></html>

安装完启动效果如图:
在这里插入图片描述

Linux 用户

  1. 从 Release 下载 typora-community-plugin.zip
  2. 解压文件。
  3. 复制文件到 ~/.config/Typora/plugins
  4. 修改文件 /usr/share/typora/resources/window.html。使用 UTF-8 编码(否则会白屏)打开文件 window.html,替换文件末尾的文本 </body></html> 为 :
<script src="typora://app/userData/plugins/loader.js" type="module"></script></body></html>

macOS 用户

  1. 从 Release 下载 typora-community-plugin.zip

  2. 解压文件。

  3. 复制文件到 /Users/{UserName}/Library/Application%20Support/abnerworks.Typora/plugins

  4. 右键 Typora.app,点击“显示包内容”,进入应用内部文件夹,修改文件 Typora.app/Contents/Resources/TypeMark/index.html。使用 UTF-8 编码(否则会白屏)打开文件 index.html,替换文件末尾的文本 </body> 为 ```

    <script src="file:///Users/{UserName}/Library/Application%20Support/abnerworks.Typora/plugins/loader.js" type="module"></script></body>
    

    ,其中 {UserName}` 需要替换为你的 macOS 账号名。

PS: 安装成功后,默认显示 Ribbon & 多文件标签页。可以在设置中手动隐藏。


http://www.mrgr.cn/news/9622.html

相关文章:

  • layui table表单 checkbox选中一个其它也要选中
  • docker 容器内文件传到宿主机上
  • Python爬取静态网页技术解析
  • 【SpringBoot + Vue 尚庭公寓实战总结】项目初始化准备(二)
  • react 项目配置别名路径@
  • 【Pyhthon读取 PDF文件表格 ,转为 CSV/TSV/JSON文件】
  • 计算机毕业设计选题推荐-高校学术交流平台-Java/Python项目实战
  • 游戏开发中客户端和服务器逻辑
  • docker安装ES(Elasticsearch)的IK分词器
  • C++概观:并发及实用工具(A Tour of C++: Concurrency and Utilities)
  • 使用git clone --filter=tree:0 代替git clone --depth 1 减轻github网站服务器的负载压力
  • mqtt,aflnet实验,环境ubuntu
  • Python策略模式:灵活应对多变的业务逻辑
  • 虚幻5|制作一个木桩,含血量及伤害数字
  • 产品经理如何提升系统思考能力
  • 云服务器配置Yolov5环境,No module named ‘torch‘, No module named ‘numpy
  • 如何使用ssm实现宠物领养系统+vue
  • 第三十四天学习笔记
  • Python3.11二进制AI项目程序打包为苹果Mac App(DMG)-应用程序pyinstaller制作流程(AppleSilicon)
  • 考研系列-数据结构冲刺课复习笔记(上)