-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
107 changed files
with
4,177 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
--- | ||
uid: 2024100113260515 | ||
title: Obsidian 插件:Abbreviations and Acronyms | ||
tags: ['数据处理', '文字处理', '自动化与AI', 'obsidian插件'] | ||
description: 实现缩写词和首字母缩略词(术语)的自动标记。 | ||
author: AI | ||
type: auto | ||
draft: false | ||
editable: false | ||
modified: 20240101000000 | ||
--- | ||
|
||
# Obsidian 插件:Abbreviations and Acronyms | ||
|
||
> [!Note] 插件名片 | ||
> - 插件名称:Abbreviations and Acronyms | ||
> - 插件作者:dragonish | ||
> - 插件说明:实现缩写词和首字母缩略词(术语)的自动标记。 | ||
> - 插件分类:['数据处理', '文字处理', '自动化与AI', 'obsidian插件'] | ||
> - 项目地址:[点我访问](https://github.com/dragonish/obsidian-abbreviations) | ||
> - 国内下载地址:[下载安装](https://pkmer.cn/products/plugin/pluginMarket/?abbreviations-mark) | ||
> - 自述文件:[Readme](https://ghproxy.net/https://raw.githubusercontent.com/dragonish/obsidian-abbreviations/main/README.md) | ||
|
||
|
||
## 概述 | ||
|
||
这是一个为Obsidian设计的插件,实现了自动标记缩略词和首字母缩写词(术语)的功能。通过读取笔记的属性(元数据)字段,自动在笔记内容中渲染缩略词。支持编辑视图(实时预览)和阅读视图的渲染。用户可以根据需要自定义元数据关键字和全局可用的缩略词。插件支持两种元数据格式:字符串和键值对。用户可以直接在显示模式中添加或删除缩略词。通过此插件,用户可以更方便地处理缩略词和首字母缩写词,提升笔记的可读性和专业性。 | ||
|
||
|
||
> [!help] | ||
> 这篇插件文章还没有人贡献,欢迎占坑! | ||
> 如果您有好的想法欢迎提交PR或者文末留言。 | ||
> | ||
--- | ||
|
||
|
||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
--- | ||
uid: 2024100113260641 | ||
title: Obsidian 插件:AI LaTeX Generator | ||
tags: ['数据处理', '编辑工具', '自动化与AI', 'obsidian插件'] | ||
description: 使用本地LLM将自然语言转换为LaTeX方程。 | ||
author: AI | ||
type: auto | ||
draft: false | ||
editable: false | ||
modified: 20240101000000 | ||
--- | ||
|
||
# Obsidian 插件:AI LaTeX Generator | ||
|
||
> [!Note] 插件名片 | ||
> - 插件名称:AI LaTeX Generator | ||
> - 插件作者:Aayush Shah | ||
> - 插件说明:使用本地LLM将自然语言转换为LaTeX方程。 | ||
> - 插件分类:['数据处理', '编辑工具', '自动化与AI', 'obsidian插件'] | ||
> - 项目地址:[点我访问](https://github.com/aaaaayushh/ai-latex-generator) | ||
> - 国内下载地址:[下载安装](https://pkmer.cn/products/plugin/pluginMarket/?ai-latex-generator) | ||
> - 自述文件:[Readme](https://ghproxy.net/https://raw.githubusercontent.com/aaaaayushh/ai-latex-generator/main/README.md) | ||
|
||
|
||
## 概述 | ||
|
||
Obsidian的LaTeX生成器插件利用本地LLM服务平台Ollama,可将自然语言表达式快速转换为LaTeX方程式。该插件支持一键将选定文本转换为LaTeX方程式,可自定义Ollama模型,提供转换过程中的加载指示器和详细错误信息。适用于数学和科学写作,解决了在Obsidian中快速生成LaTeX方程式的问题。插件要求Obsidian v0.9.7或更高版本,需安装并在本地运行Ollama。可通过设置界面配置插件,提供GitHub上的详细安装和使用说明。 | ||
|
||
|
||
> [!help] | ||
> 这篇插件文章还没有人贡献,欢迎占坑! | ||
> 如果您有好的想法欢迎提交PR或者文末留言。 | ||
> | ||
--- | ||
|
||
|
||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
uid: 2024100113260756 | ||
title: Obsidian 插件:Alignment Tracker | ||
tags: ['数据处理', '图表与可视化', '编辑工具', 'obsidian插件'] | ||
description: Track character alignment using a 3x3 grid. | ||
author: AI | ||
type: auto | ||
draft: false | ||
editable: false | ||
modified: 20240101000000 | ||
--- | ||
|
||
# Obsidian 插件:Alignment Tracker | ||
|
||
> [!Note] 插件名片 | ||
> - 插件名称:Alignment Tracker | ||
> - 插件作者:LittleOwl | ||
> - 插件说明:Track character alignment using a 3x3 grid. | ||
> - 插件分类:['数据处理', '图表与可视化', '编辑工具', 'obsidian插件'] | ||
> - 项目地址:[点我访问](https://github.com/FioPio/ObsidianAlignmentTracker) | ||
> - 国内下载地址:[下载安装](https://pkmer.cn/products/plugin/pluginMarket/?alignment-tracker) | ||
> - 自述文件:[Readme](https://ghproxy.net/https://raw.githubusercontent.com/FioPio/ObsidianAlignmentTracker/main/README.md) | ||
|
||
|
||
## 概述 | ||
|
||
插件名称:Obsidian Alignment Tracker | ||
功能:通过3x3网格跟踪角色的阵营。 | ||
使用场景:适用于DnD玩家,帮助确定角色的行动对应的立场,而不是相反。可以帮助玩家更清晰地了解自己在游戏世界中的立场,并限制某些需要特定阵营的魔法物品的获取。 | ||
解决问题:帮助玩家跟踪角色的阵营,提供更好的角色定位和游戏体验。 | ||
使用方法:在Obsidian中创建alignmenttracker block,根据角色行动对应的L、C、G、E增加相应数字,网格将自动生成。 | ||
|
||
|
||
> [!help] | ||
> 这篇插件文章还没有人贡献,欢迎占坑! | ||
> 如果您有好的想法欢迎提交PR或者文末留言。 | ||
> | ||
--- | ||
|
||
|
||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
--- | ||
uid: 2024100113260874 | ||
title: Obsidian 插件:AnySocket Sync | ||
tags: ['文件管理', '数据处理', '自动化与AI', 'obsidian插件'] | ||
description: Self-Hosted synchronization for you Vault using AnySocket | ||
author: AI | ||
type: auto | ||
draft: false | ||
editable: false | ||
modified: 20240101000000 | ||
--- | ||
|
||
# Obsidian 插件:AnySocket Sync | ||
|
||
> [!Note] 插件名片 | ||
> - 插件名称:AnySocket Sync | ||
> - 插件作者:Andrei Vaduva | ||
> - 插件说明:Self-Hosted synchronization for you Vault using AnySocket | ||
> - 插件分类:['文件管理', '数据处理', '自动化与AI', 'obsidian插件'] | ||
> - 项目地址:[点我访问](https://github.com/lynxaegon/obsidian-anysocket-sync) | ||
> - 国内下载地址:[下载安装](https://pkmer.cn/products/plugin/pluginMarket/?anysocket-sync) | ||
> - 自述文件:[Readme](https://ghproxy.net/https://raw.githubusercontent.com/lynxaegon/obsidian-anysocket-sync/master/README.md) | ||
![AnySocket Sync](https://cdn.pkmer.cn/covers/anysocket-sync.png!pkmer) | ||
|
||
## 概述 | ||
|
||
Obsidian AnySocket Sync是一个插件,用于通过AnySocket在自托管服务器上安全同步您的Vault。该插件提供即时的端到端加密同步,可连接多台设备,可在任何设备上同步所有类型的文件,包括版本历史和恢复已删除文件功能。支持离线工作,并且在服务器更新时会自动更新。未来将支持版本历史、删除文件的移动端视觉修复、重命名时不丢失历史、其他设备的双因素认证和插件同步。该插件解决了Obsidian Vault同步和备份的问题,适用于需要多设备同步和安全加密的用户。 | ||
|
||
|
||
> [!help] | ||
> 这篇插件文章还没有人贡献,欢迎占坑! | ||
> 如果您有好的想法欢迎提交PR或者文末留言。 | ||
> | ||
--- | ||
|
||
|
||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
--- | ||
uid: 2024100113260993 | ||
title: Obsidian 插件:Arcane Obfuscate | ||
tags: ['样式与美化', '文字处理', '编辑工具', 'obsidian插件'] | ||
description: 用神秘的符文效果对文本进行混淆。 | ||
author: AI | ||
type: auto | ||
draft: false | ||
editable: false | ||
modified: 20240101000000 | ||
--- | ||
|
||
# Obsidian 插件:Arcane Obfuscate | ||
|
||
> [!Note] 插件名片 | ||
> - 插件名称:Arcane Obfuscate | ||
> - 插件作者:Shusako | ||
> - 插件说明:用神秘的符文效果对文本进行混淆。 | ||
> - 插件分类:['样式与美化', '文字处理', '编辑工具', 'obsidian插件'] | ||
> - 项目地址:[点我访问](https://github.com/Shusako/arcane-obfuscate) | ||
> - 国内下载地址:[下载安装](https://pkmer.cn/products/plugin/pluginMarket/?arcane-obfuscate) | ||
> - 自述文件:[Readme](https://ghproxy.net/https://raw.githubusercontent.com/Shusako/arcane-obfuscate/master/README.md) | ||
![Arcane Obfuscate](https://cdn.pkmer.cn/covers/arcane-obfuscate.png!pkmer) | ||
|
||
## 概述 | ||
|
||
Arcane Obfuscate是Obsidian的插件,可以通过神秘的符文效果对文本进行模糊处理。在编辑模式下,可以使用特定语法\`\~text here\~\`将文本标记为模糊处理,呈现为动态的符文效果。这个插件适用于Obsidian网页导出插件,可以在导出的HTML中隐藏源文本,但仍保留文本结构。用户可以选择部分文本显示为明文,或者通过在单词前加上'!'来完全显示该单词。插件的使用场景包括保护隐私信息、创造神秘氛围等。 | ||
|
||
|
||
> [!help] | ||
> 这篇插件文章还没有人贡献,欢迎占坑! | ||
> 如果您有好的想法欢迎提交PR或者文末留言。 | ||
> | ||
--- | ||
|
||
|
||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
--- | ||
uid: 2024100113261113 | ||
title: Obsidian 插件:Auto Correct Capitals Misspellings | ||
tags: ['文字处理', '编辑工具', '效率工具', 'obsidian插件'] | ||
description: Correct words with the first two letters in uppercase. | ||
author: AI | ||
type: auto | ||
draft: false | ||
editable: false | ||
modified: 20240101000000 | ||
--- | ||
|
||
# Obsidian 插件:Auto Correct Capitals Misspellings | ||
|
||
> [!Note] 插件名片 | ||
> - 插件名称:Auto Correct Capitals Misspellings | ||
> - 插件作者:Ummel | ||
> - 插件说明:Correct words with the first two letters in uppercase. | ||
> - 插件分类:['文字处理', '编辑工具', '效率工具', 'obsidian插件'] | ||
> - 项目地址:[点我访问](https://github.com/Ummler/obsidian-auto-correct-capitals) | ||
> - 国内下载地址:[下载安装](https://pkmer.cn/products/plugin/pluginMarket/?auto-correct-capitals) | ||
> - 自述文件:[Readme](https://ghproxy.net/https://raw.githubusercontent.com/Ummler/obsidian-auto-correct-capitals/main/README.md) | ||
|
||
|
||
## 概述 | ||
|
||
插件名称为Auto Correct,可自动纠正首两个字母大写的单词为首字母大写,其余小写。用户只需在编辑器中输入单词完成(空格、标点符号或回车)即可自动完成纠正操作。安装简便,从GitHub下载插件文件,解压至Obsidian插件目录并在设置中激活。适用于需要频繁纠正首字母大写的单词,提高编辑效率,确保文本规范。 | ||
|
||
|
||
> [!help] | ||
> 这篇插件文章还没有人贡献,欢迎占坑! | ||
> 如果您有好的想法欢迎提交PR或者文末留言。 | ||
> | ||
--- | ||
|
||
|
||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
--- | ||
uid: 2024100113261226 | ||
title: Obsidian 插件:Auto Folder Collapse | ||
tags: ['界面优化', '编辑工具', 'obsidian插件'] | ||
description: Automatically collapses subfolders when a parent folder is collapsed | ||
author: AI | ||
type: auto | ||
draft: false | ||
editable: false | ||
modified: 20240101000000 | ||
--- | ||
|
||
# Obsidian 插件:Auto Folder Collapse | ||
|
||
> [!Note] 插件名片 | ||
> - 插件名称:Auto Folder Collapse | ||
> - 插件作者:Dario Casciato | ||
> - 插件说明:Automatically collapses subfolders when a parent folder is collapsed | ||
> - 插件分类:['界面优化', '编辑工具', 'obsidian插件'] | ||
> - 项目地址:[点我访问](https://github.com/DarioCasciato/obsidian-auto-folder-collapse) | ||
> - 国内下载地址:[下载安装](https://pkmer.cn/products/plugin/pluginMarket/?auto-folder-collapse) | ||
> - 自述文件:[Readme](https://ghproxy.net/https://raw.githubusercontent.com/DarioCasciato/obsidian-auto-folder-collapse/main/README.md) | ||
|
||
|
||
## 概述 | ||
|
||
Auto Folder Collapse是Obsidian的一个插件,当你折叠父文件夹时,自动折叠所有子文件夹,帮助保持文件资源管理器的整洁有序。只需简单启用插件,就可以实现自动折叠子文件夹,无需其他操作。适用于需要管理大量文件和文件夹的用户,解决了在折叠父文件夹时,手动折叠子文件夹的繁琐问题。可通过Obsidian的插件浏览器或GitHub仓库进行安装,解决问题简单有效。 | ||
|
||
|
||
> [!help] | ||
> 这篇插件文章还没有人贡献,欢迎占坑! | ||
> 如果您有好的想法欢迎提交PR或者文末留言。 | ||
> | ||
--- | ||
|
||
|
||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
--- | ||
uid: 2024100113261667 | ||
title: Obsidian 插件:AutoPause | ||
tags: ['多媒体', '效率工具', '自动化与AI', 'obsidian插件'] | ||
description: 允许同时播放一个音频轨道,暂停或停止其他任何音频。 | ||
author: AI | ||
type: auto | ||
draft: false | ||
editable: false | ||
modified: 20240101000000 | ||
--- | ||
|
||
# Obsidian 插件:AutoPause | ||
|
||
> [!Note] 插件名片 | ||
> - 插件名称:AutoPause | ||
> - 插件作者:Chris Kephart | ||
> - 插件说明:允许同时播放一个音频轨道,暂停或停止其他任何音频。 | ||
> - 插件分类:['多媒体', '效率工具', '自动化与AI', 'obsidian插件'] | ||
> - 项目地址:[点我访问](https://github.com/ckep1/obsidian-AutoPause) | ||
> - 国内下载地址:[下载安装](https://pkmer.cn/products/plugin/pluginMarket/?auto-pause) | ||
> - 自述文件:[Readme](https://ghproxy.net/https://raw.githubusercontent.com/ckep1/obsidian-AutoPause/master/README.md) | ||
|
||
|
||
## 概述 | ||
|
||
AutoPause是一个简单的Obsidian插件,允许同时播放一个音频轨道,暂停或停止其他音频。当播放新的音频片段时,自动暂停正在播放的音频,并提供重新开始而不仅仅是暂停的选项。适用于桌面和移动设备,跨标签页和文档类型。通过下载最新版本并将文件添加到Obsidian Vault的插件文件夹中,即可安装。不需要其他操作,只需启用插件即可。适用于本地音频文件和默认的Obsidian音频嵌入。可通过设置选择重新开始或仅暂停其他音频片段。 | ||
|
||
|
||
> [!help] | ||
> 这篇插件文章还没有人贡献,欢迎占坑! | ||
> 如果您有好的想法欢迎提交PR或者文末留言。 | ||
> | ||
--- | ||
|
||
|
||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
--- | ||
uid: 2024100113261351 | ||
title: Obsidian 插件:Auto Periodic Notes | ||
tags: ['自动化与AI', '任务管理', '编辑工具', 'obsidian插件'] | ||
description: 在后台自动创建新的周期性笔记,并允许将这些笔记固定在您打开的标签页中,需要使用Periodic Notes插件。 | ||
author: AI | ||
type: auto | ||
draft: false | ||
editable: false | ||
modified: 20240101000000 | ||
--- | ||
|
||
# Obsidian 插件:Auto Periodic Notes | ||
|
||
> [!Note] 插件名片 | ||
> - 插件名称:Auto Periodic Notes | ||
> - 插件作者:Jamie Hurst | ||
> - 插件说明:在后台自动创建新的周期性笔记,并允许将这些笔记固定在您打开的标签页中,需要使用Periodic Notes插件。 | ||
> - 插件分类:['自动化与AI', '任务管理', '编辑工具', 'obsidian插件'] | ||
> - 项目地址:[点我访问](https://github.com/jamiefdhurst/obsidian-auto-periodic-notes) | ||
> - 国内下载地址:[下载安装](https://pkmer.cn/products/plugin/pluginMarket/?auto-periodic-notes) | ||
> - 自述文件:[Readme](https://ghproxy.net/https://raw.githubusercontent.com/jamiefdhurst/obsidian-auto-periodic-notes/main/README.md) | ||
![Auto Periodic Notes](https://cdn.pkmer.cn/covers/auto-periodic-notes.png!pkmer) | ||
|
||
## 概述 | ||
|
||
自动创建Obsidian插件可在后台自动创建新的周期性笔记,并允许将这些笔记固定在您打开的标签页中,支持每日、每周、每月、每季度和每年的笔记。需要与Periodic Notes插件一起使用。该插件遵循Periodic Notes插件的设置,根据您选择的模板、格式和位置创建笔记。功能包括在后台为周期性笔记创建新的笔记、支持不同类型的周期性笔记,并在创建时自动打开和固定新的笔记。适用于需要自动创建和管理周期性笔记的用户,提高工作效率。 | ||
|
||
|
||
> [!help] | ||
> 这篇插件文章还没有人贡献,欢迎占坑! | ||
> 如果您有好的想法欢迎提交PR或者文末留言。 | ||
> | ||
--- | ||
|
||
|
||
|
Oops, something went wrong.