Skip to content

Commit

Permalink
Merge pull request #929 from juestchaos/main
Browse files Browse the repository at this point in the history
更新
  • Loading branch information
juestchaos authored Jan 13, 2025
2 parents b1a0ea5 + 4d2388d commit 6995075
Show file tree
Hide file tree
Showing 3 changed files with 125 additions and 2 deletions.
6 changes: 4 additions & 2 deletions 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: 20241230190506
modified: 20250113172444
---

# Obsidian 社区插件
Expand Down Expand Up @@ -187,7 +187,7 @@ Obsidian 非常重视你的数据安全,这使得我们非常重视安全问

这些 Obsidian 插件为用户提供了丰富的功能和工具,其中包括添加简单日历视图管理、多视图项目管理、提醒待办事项、自然语言插入时间戳、基于进度条的任务管理、看板制作、日程规划、任务归类和可视化最后编辑时间等。这些插件的功能差异明显,可以根据个人或组织需求灵活选择使用,让你的事务管理事半功倍。

- [[thino]]:memos 全新版本~tada~
- [[obsidian-memos]]:memos 全新版本~tada~
- [[obsidian-memos]]:提供一个简易轻巧的笔记和灵感收集方式
- [[card-board]]:看板任务管理插件,不需要你特别维护看板数据,而是自动收集所有笔记中的任务
- [[calendar]]:为 Obsidian 添加一个简单日历功能
Expand Down Expand Up @@ -386,6 +386,8 @@ Obsidian 非常重视你的数据安全,这使得我们非常重视安全问
- [[自定义Excalidraw脚本-修改MindMap Format设置思维导图Frame容器]]
- [[mermaid-tools]]:提供一个包含常见 mermaid 语法模板的面板,并且可以自定义
- [[smart-gantt]]:值得关注的简易绘制甘特图插件
- [[contact-cards]]:简约风的联系人卡片
- [[easy-timeline]]:简单易懂的时间轴/时间线创建工具

### 白板(canvas)和脑图

Expand Down
72 changes: 72 additions & 0 deletions 10-Obsidian/Obsidian社区插件/contact-cards.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
---
uid: 20250113164642
title: Obsidian 插件:Contact Cards 简约风的联系人卡片
tags: []
description:Obsidian 插件:Contact Cards 简约风的联系人卡片
author: OS
type: basic
draft: false
editable: false
modified: 20250113170428
---

# Obsidian 插件:Contact Cards 简约风的联系人卡片

## 概述

> [!Note] 插件名片
> - 插件名称:Contact Cards
> - 插件版本:2.2.3
> - 插件作者:Bryan Stone
> - 插件描述:简约漂亮的联系人卡片
> - 插件项目地址:[obsidian-copilot](https://github.com/aegixx/obsidian-contact-cards)
> - 国内下载地址:[下载安装](https://pkmer.cn/products/plugin/pluginMarket/?contact-cards)
## 效果&特性

![image.png](https://cdn.pkmer.cn/images/20250113165331.png!pkmer)

- 精美的 UI 格式:以简洁卡片式布局显示名称,标题,公司,电子邮件和电话号码等信息
- 简单的语法:只需提供一个带有 YAML 字段的代码块即可,插件将处理其余的样式生成
- 自定义:通过修改插件的 CSS 或创建自己的 Obsidian CSS 片段来调整样式。
- 强大的集成:
- 根据电子邮件地址自动填充的照片
- 根据电子邮件域(提供公司名称时)拉动公司徽标
- 可点击字段以获取更多上下文(电话,电子邮件,位置等)

## 使用

简单的使用范例

```contact-card
name: Bryan Stone
email: [email protected]
company: Steampunk Labs
title: Founder & Managing Partner
phone: 2565551234
location: Madison, AL
```

## 自定义

### 自定义样式

obsidian-contact-cards 插件提供了几个可定制的 CSS 类来帮助你使用更加个性化名片的外观。你可以在自己的样式表中覆盖这些样式,以创建自定义的外观。下面是可用的类及其用途

可用的 CSS class:

- `.contact-card-content`:卡片的外容器,用于布局和尺寸
- `.contact-card`:用于存放个人资料图像、徽标和联系信息的内部容器
- `.contact-card-photo`:联系人的个人资料照片图像
- `.contact-logo` 卡上显示的公司徽标
- `.contact-card-info`:用于存储联系人姓名、职务、公司和其他信息的容器
- `.contact-card-name`:联系人的姓名
- `.contact-card-title`:联系人的头衔/职位
- `.contact-card-separator`:联系人信息中各部分之间的分隔符(例如,姓名和公司之间)
- `.contact-card-error`:联系人卡片分隔符
- `.contact-error` :应用于显示错误消息的元素

动画样式

- `.contact-card-content`:使用 `Animatop` 动画将背景形状滑入视图
- `.contact-card:after`:卡片后面显示的背景形状
49 changes: 49 additions & 0 deletions 10-Obsidian/Obsidian社区插件/easy-timeline.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
uid: 20250113171154
title: Obsidian 插件:Easy Timeline 简单易懂的时间轴/时间线创建工具
tags: []
description: Obsidian 插件:Easy Timeline 简单易懂的时间轴/时间线创建工具
author: OS
type: basic
draft: false
editable: false
modified: 20250113172354
---

# Obsidian 插件:Easy Timeline 简单易懂的时间轴/时间线创建工具

## 概述

> [!Note] 插件名片
> - 插件名称:Easy Timeline
> - 插件版本:1.0.5
> - 插件作者:Romelium
> - 插件描述:简单易懂的时间轴/时间线创建工具
> - 插件项目地址:[obsidian-copilot](https://github.com/Romelium/obsidian-easy-timeline)
> - 国内下载地址:[下载安装](https://pkmer.cn/products/plugin/pluginMarket/?easy-timeline)
## 效果&特性

![image.png](https://cdn.pkmer.cn/images/20250113172122.png!pkmer)

- 通过插入简单代码块即可完成时间轴样式的插入

## 使用

使用简单代码块即可完成,下面是示例

```timeline
Today. Slow breakfast. Organized, felt good. Watched a space doc, had veggies and quinoa.
Tomorrow. Quick jog. Worked on a project. Dinner with friends.
Dec 31. Walked, reflected. Last-minute shopping. Celebrated with friends.
Jan 1. Slept in, journaled. Walked, read. Quiet night, healthy meal, episodes.
Jan 2. Made a plan. Caught up on emails, watched snow. Tried chili, read.
```

### 设置

- 可以在插件设置中自定义 时间轴的排序方式,正序或者倒序

0 comments on commit 6995075

Please sign in to comment.