From 3f2772d4331998159a455f2c9b53b663db4955b0 Mon Sep 17 00:00:00 2001 From: DustinKsi Date: Sat, 22 Apr 2023 23:10:49 +0800 Subject: [PATCH] feat: update docs --- README.md | 4 +++- docs/README.zh-Ch.md | 2 +- manifest.json | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7e29136..ae46736 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Obsidian x Calendar Plugin -An [Obsidian](https://obsidian.md/) plugin to materialize [Google Calendar](https://calendar.google.com/) events in Obsidian notes. [中文](./docs/README.zh-Ch.md) +[中文](./docs/README.zh-Ch.md) + +An [Obsidian](https://obsidian.md/) plugin that synchronizes events from the calendar and manages them like tasks. ![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/dustinksi/obsidian-sync-calendar/release.yml?style=shield) ![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/dustinksi/obsidian-sync-calendar?display_name=tag) diff --git a/docs/README.zh-Ch.md b/docs/README.zh-Ch.md index 512e8ec..8cb5e4f 100644 --- a/docs/README.zh-Ch.md +++ b/docs/README.zh-Ch.md @@ -1,6 +1,6 @@ # Obsidian x Calendar -一款 [Obsidian](https://obsidian.md/) 插件,用于在 Obsidian 笔记中实现 [Google 日历](https://calendar.google.com/) 事件的可视化。 +一款 [Obsidian](https://obsidian.md/) 插件,用于在 Obsidian 笔记中实现 [Google 日历](https://calendar.google.com/) 事件的可视化和操作。 ![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/dustinksi/obsidian-sync-calendar/release.yml?style=shield) ![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/dustinksi/obsidian-sync-calendar?display_name=tag) diff --git a/manifest.json b/manifest.json index ca3bf01..14161f3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { "id": "obsidian-sync-calendar", "name": "Sync Calendar", - "version": "1.1.0", + "version": "1.1.1", "minAppVersion": "0.15.0", - "description": "This is a plugin for syncing events from a calendar to Obsidian and displaying them as tasks within Obsidian.", + "description": "An Obsidian plugin that synchronizes events from the calendar and manages them like tasks.", "author": "Dexin Qi", "authorUrl": "https://me.dustinksi.cn", "fundingUrl": "https://www.buymeacoffee.com/dexin.qi",