Skip to content

Commit

Permalink
Merge pull request #943 from juestchaos/main
Browse files Browse the repository at this point in the history
更新
  • Loading branch information
juestchaos authored Feb 7, 2025
2 parents 2d7a671 + fe8eba9 commit 8fedc4b
Show file tree
Hide file tree
Showing 11 changed files with 88 additions and 69 deletions.
2 changes: 1 addition & 1 deletion 02-知识管理基础/知识管理.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ modified: 20240922160046
1. 获取信息
2. 筛选信息
3. 提炼知识
4. 组织知识:知识组织是知识管理的关键环节,决定了我们在笔记库中检索所需知识的效率。具体可见 [[知识组织]]
4. 组织知识:知识组织是知识管理的关键环节,决定了我们在笔记库中检索所需知识的效率。具体可见 [[知识组织方法]]
5. 应用知识

## 知识管理构建指南
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
uid: 20230327165528
title: 知识组织
title: 知识组织方法
tags: []
description:
description: 知识组织方法
author: PKMer
type: awesome
draft: true
editable: true
modified: 20230618154343
modified: 20250207114732
---

# 知识组织
# 知识组织方法

## 概述

Expand Down
2 changes: 1 addition & 1 deletion 02-知识管理基础/索引/索引.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ modified: 20230618164416

- [[文献组织]]
- [[卢曼卡片盒]]
- [[02-知识管理基础/索引/知识组织|知识组织]]
- [[知识组织方法|知识组织方法]]
- [[02-知识管理基础/索引/分类法|分类法]]
- [[zettelkasten]]
- [[PARA]]
33 changes: 20 additions & 13 deletions 03-知识管理工具/加密与安全.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
---
uid: 20230329140202
title: 加密与安全(git-crypt)
description:
title: git-crypt - transparent file encryption in git
tags: [加密]
description: 加密与安全(git-crypt)
author: MechCrafter
type: other
draft: false
editable: false
modified: 20240320223958
modified: 20250202194717
---

# git-crypt - transparent file encryption in git

从 git-crypt 的[官方文档](https://github.com/AGWA/git-crypt/blob/master/README.md)中可知:
从 git-crypt 的 [官方文档](https://github.com/AGWA/git-crypt/blob/master/README.md) 中可知:

`git-crypt` 使用 AES-256 在 CTR 模式下对文件进行加密,并且使用基于文件 SHA-1 HMAC 生成的合成初始化向量(IV)。这种操作模式在确定性选择明文攻击下被证明具有语义安全性,确保除了判断两个文件是否完全相同之外,不会泄露其他任何信息。

Expand Down Expand Up @@ -40,6 +41,7 @@ modified: 20240320223958
```bash
gpg --version
```

```shell
gpg (GnuPG) 2.4.3
libgcrypt 1.10.2
Expand All @@ -60,30 +62,34 @@ Compression: Uncompressed, ZIP, ZLIB, BZIP2
```bash
git --vesion
```

```shell
git version 2.42.0.windows.1
```

```bash
git-crypt --version
```

```shell
git-crypt 0.7.0
```

# `git-crypt` 使用步骤

1. git 初始化

```bash
git init
```

2. 创建 `.gitattributes` 追踪文件
1. 创建 `.gitattributes` 追踪文件

```
.gitattributes
```

3.`.gitattributes` 中输入配置:
1.`.gitattributes` 中输入配置:

```
*.md filter=git-crypt diff=git-crypt
Expand All @@ -101,7 +107,7 @@ Test/*.md filter=git-crypt diff=git-crypt
Test/** filter=git-crypt diff=git-crypt
```

4. 提交 `.gitattributes` 文件
1. 提交 `.gitattributes` 文件

```bash
git add .gitattributes
Expand All @@ -111,7 +117,7 @@ git add .gitattributes
git commit -m add.gitattributes
```

5. 生成 `gpg` 密钥(推荐在 `kleopatra` 中生成,因为有 GUI)
1. 生成 `gpg` 密钥(推荐在 `kleopatra` 中生成,因为有 GUI)

```bash
gpg2 --full-gen-key < 2.1.17
Expand Down Expand Up @@ -168,19 +174,19 @@ uid YOUR_NAME (test) <[email protected]>
sub rsa3072 2024-02-25 [E]
```
6. `git-crypt` 初始化
1. `git-crypt` 初始化
```bash
git-crypt init
```
7. 把第五步生成的密钥导入仓库
1. 把第五步生成的密钥导入仓库
```bash
git-crypt add-gpg-user <gpg pub uid>
```
8. 正常提交文件
1. 正常提交文件
```bash
git add .
Expand All @@ -190,16 +196,18 @@ git add .
git commit -m "all file"
```
9. 本地加密
1. 本地加密
```bash
git-crypt lock
```
解密
```bash
git-crypt unlock
```
---
`.gitattributes` 文件配置解释:
Expand All @@ -219,7 +227,6 @@ Test/*.md filter=git-crypt diff=git-crypt
意思是 `.md` `.xlsx` `.jpg` `.png` 文件是被加密文件
```bash
git-crypt status //查看加密情况
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,10 @@ reference: [简单调用霞鹜文楷字体 - 经验分享 - Obsidian 中文论
3. 转换完成后会生成下载链接, 点击 Download 下载即可
3. 解压下载的文件 zip,找到其中的 `stylesheet.css` 打开(这个文本文件可能会很大,用记事本打开不一定流畅,可以找找别的文本编辑器)可以看到文件前两行,记住这个名字 `'LXGW WenKai GB'`

```css@font-face {
```CSS
@font-face {
font-family: 'LXGW WenKai GB';
}
```

再给 css 文件上面添加这么一句调用代码就行,字体名称要一致。(**我一般将这一句写在另一个 css 文件里,stylesheet.css 文件太大了不好编辑**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
---
uid: 20230521004800
title: Obsidian 插件常见问题
tags:
- Obsidian
- 插件
- 常见问题
- faq
tags: [Obsidian, 插件, 常见问题, faq]
description: Obsidian 插件常见问题
author: PKMer
type: other
draft: false
editable: false
modified: 20241124224700
modified: 20250207114922
---

# Obsidian 插件常见问题
Expand Down
3 changes: 2 additions & 1 deletion 10-Obsidian/Obsidian社区插件/Obsidian社区插件.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ author: OS
type: awesome
draft: false
editable: false
modified: 20250206141353
modified: 20250207130253
---

# Obsidian 社区插件
Expand Down Expand Up @@ -490,6 +490,7 @@ Obsidian 最具吸引力的特点之一,就是它拥有一个丰富的、逐
- [[auto-archive]]:自动按照时间跨度归档你的笔记
- [[obsidian-collapse-all-plugin]]:单击对应图标或者使用命令,展开或关闭文件管理器中的文件夹
- [[pane-relief]]:每个窗格的历史记录、用于窗格移动和导航的快捷键等
- [[recent-notes]]:按照时间分组排序的浏览历史插件
- [[recent-files-obsidian]]:显示最近打开的文件列表
- [[obsidian-tagfolder]]:通过笔记中的标签,重新组织所有的笔记
- [[chronology]]:按照月历模式导航,轻松了解编辑修改锅的笔记内容。
Expand Down
5 changes: 3 additions & 2 deletions 10-Obsidian/Obsidian社区插件/better-plugins-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ author: 曲淡歌
type: other
draft: false
editable: false
modified: 20250116111816
modified: 20250207120842
---

# Obsidian 插件:Better Plugin Manager 提升你的插件管理体验
Expand All @@ -16,7 +16,7 @@ modified: 20250116111816

管理插件启动顺序和分组,管理插件启动顺序,可以让你更快的进入 Obsidian 的工作区,尤其是当你的插件数量增多后,启动过程会因为插件加载数量而变慢。

> [!note] Text Generator
> [!note] 插件名片
> 插件 ID:better-plugins-manager
> 插件作者:zero
> 插件描述:打造您的极致插件管理体验,让插件管理变得更加直观、高效,同时提升您的工作流程和个性化设置。
Expand All @@ -30,6 +30,7 @@ modified: 20250116111816
Better Plugin Manager 是一款 Obsidian 插件管理工具,功能包括:插件分组、标签管理、自由备注和延迟启动,提升了插件管理效率。

![Pasted image 20250110105338](https://cdn.pkmer.cn/images/202501222236662.png!pkmer)

## 使用示例

### 插件分组&延迟启动
Expand Down
1 change: 0 additions & 1 deletion 10-Obsidian/Obsidian社区插件/i18n.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ modified: 20250116112230
> - 插件名称:Obsidian i18n
> - 插件作者:Zero & 曲淡歌
> - 插件说明:提供插件本地化解决方案。
> - 官网 QQ 群:649476495
> - 文档:[点此访问](https://gitee.com/zero--two/obsidian-i18n-translation)
> - B 站视频教程:[点此访问](https://www.bilibili.com/video/BV1VcxJeNExx/)
> - 已汉化插件清单:[点此访问](https://vika.cn/share/shrULbfcRrjrXZVfMA9P4)
Expand Down
52 changes: 52 additions & 0 deletions 10-Obsidian/Obsidian社区插件/recent-notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
---
uid: 20250207120118
title: Obsidian 插件:Recent Notes 按照时间分组排序的浏览历史插件
tags: ['文件管理', 'Obsidian 插件']
description: Obsidian 插件:Recent Notes 按照时间分组排序的浏览历史插件
author: OS
type: other
draft: false
editable: false
modified: 20250207130238
---

# Obsidian 插件:Recent Notes 按照时间分组排序的浏览历史插件

## 概述

相比用户量很多,老牌的 [[recent-files-obsidian]] 插件,这个插件推荐的理由除了完美兼容了老牌插件的能力,还提供了几个新特性。

> [!note] 插件名片
> 插件名称:Recent Notes
> 插件作者:Kamil Rudni
> 插件描述:按照自然时间段展示最近操作过的文件,且提供建议的预览功能
> 插件版本:1.0.9
> 插件分类:[ 文件管理 ', 'obsidian 插件 ']
> 插件项目地址:[链接](https://github.com/kamil-rudnicki/obsidian-recent-notes)
> 国内下载地址:[下载安装](https://pkmer.cn/products/plugin/pluginMarket/?recent-notes)
## 效果&特性

1. 安装并启用后,会在左侧面板生成一个 时钟样式的图标,同 [[recent-files-obsidian]]
2. 点击该图标,可以看到最近浏览过的文档,同 [[recent-files-obsidian]]
3. 支持设置最多历史记录数量,同 [[recent-files-obsidian]]
4. 能够按照自然时间对历史文档进行分组,管理和查看更自然
5. 能够自己定义显示摘要的细节程度
6. 能够自定义是否排除某个文件和文件夹在最近历史的显示
7. 能够自定义哪一类型的文件显示在最近历史中

## 使用

1. 基本上属于开箱即用,许哟啊妮在侧边栏找到按钮,拖动到你习惯的位置【这点略逊于 [[recent-files-obsidian]],后者默认会在左侧边栏】
2. 设置
- Maximum notes to show:可以设定最大记录的历史数量,默认 100
- Preview lines:用于控制每个历史条目摘要的预览内容细节程度,从 1 行到 3 行,自行设置
- Excluded folders:可以设置哪些文件夹或者单独文件排除在历史记录外
- File types to show:控制哪些文件格式的会显示在历史记录中
- md
- 图片
- PDF
- 音频
- 视频
- canvas
- csv
39 changes: 0 additions & 39 deletions 10-Obsidian/Obsidian社区插件/vertical-tabs.md

This file was deleted.

0 comments on commit 8fedc4b

Please sign in to comment.