forked from obsidian-community/obsidian-full-calendar
-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 changed file
with
7 additions
and
21 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 |
---|---|---|
@@ -1,23 +1,9 @@ | ||
# Obsidian Full Calendar Plugin | ||
<center><h2>Obsidian Full Calendar Plugin 汉化</h2></center> | ||
___ | ||
|
||
![Obsidian Downloads](https://img.shields.io/badge/dynamic/json?logo=obsidian&color=%23483699&label=downloads&query=%24%5B%22obsidian-full-calendar%22%5D.downloads&url=https%3A%2F%2Fraw.githubusercontent.com%2Fobsidianmd%2Fobsidian-releases%2Fmaster%2Fcommunity-plugin-stats.json) | ||
### 原项目地址 | ||
这个项目包含了来自 [Obsidian Full Calendar Plugin](https://github.com/davish/obsidian-full-calendar) 的代码,遵循 MIT 许可。 | ||
|
||
Keep your calendar in your vault! This plugin integrates the [FullCalendar](https://github.com/fullcalendar/fullcalendar) library into your Obsidian Vault so that you can keep your ever-changing daily schedule and special events and plans alongside your tasks and notes, and link freely between all of them. Each event is stored as a separate note with special frontmatter so you can take notes, form connections and add context to any event on your calendar. | ||
|
||
Full Calendar can pull events from frontmatter on notes, or from event lists in daily notes. Full Calendar also supports read-only ICS and CalDAV remote calendars. | ||
|
||
You can find the full documentation [here](https://davish.github.io/obsidian-full-calendar/)! | ||
|
||
![Sample Calendar](https://raw.githubusercontent.com/davish/obsidian-full-calendar/main/docs/assets/sample-calendar.png) | ||
|
||
The FullCalendar library is released under the [MIT license](https://github.com/fullcalendar/fullcalendar/blob/master/LICENSE.txt) by [Adam Shaw](https://github.com/arshaw). It's an awesome piece of work, and it would not have been possible to make something like this plugin so easily without it. | ||
|
||
[![Support me on Ko-Fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/M4M1GQ84A) | ||
|
||
## Installation | ||
|
||
Full Calendar is available from the Obsidian Community Plugins list -- just search for "Full Calendar" paste this link into your browser: `obsidian://show-plugin?id=obsidian-full-calendar`. | ||
|
||
### Manual Installation | ||
|
||
You can also head over to the [releases page](https://github.com/davish/obsidian-full-calendar/releases) and unzip the latest release inside of the `.obsidian/plugins` directory inside your vault. | ||
本项目是Obsidian Full Calendar Plugin的汉化,由于没有看到有Obsidian Full Calendar Plugin的项目就决定自己汉化一个,如果有汉化不对的地方,欢迎来矫正。 | ||
### 安装 | ||
由于没有黑曜石笔记的网站所以需要先在黑曜石笔记中下载`Full Calendar`插件,然后下载本项目将`main.js`替换即可. |