Skip to content

Commit 3f0f72b

Browse files
committed
Update documents
1 parent c8346a3 commit 3f0f72b

File tree

5 files changed

+48
-2
lines changed

5 files changed

+48
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ Please follow the [Documentation](https://cuigh.com/obelisk). As you might expec
4949
- [x] Excalidraw
5050
- [x] Admonition
5151
- [x] Icon Folder
52+
- [x] Kanban
53+
- [x] Charts
54+
- [ ] Timeline
5255
- [x] Theme
5356
- [x] Search
57+
- [x] Graph
5458
- [x] Back links

README_zh.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ Obelisk 是一个 Markdown 文档库发布工具,它能够简单、快速的
4949
- [x] Excalidraw
5050
- [x] Admonition
5151
- [x] Icon Folder
52+
- [x] Kanban
53+
- [x] Charts
54+
- [ ] Timeline
5255
- [x] Theme
5356
- [x] Search
54-
- [x] Back links
57+
- [x] Graph
58+
- [x] Back links

docs/00 Home.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
obelisk_toc: false
2+
toc: false
33
slug: index
44
banner: "assets/banner.png"
55
banner_y: 0.46586
@@ -20,6 +20,8 @@ Obelisk is a publishing tool for markdown document library, which can help you g
2020
- Banner
2121
- Admonition
2222
- Icon Folder
23+
- Kanban
24+
- Charts
2325
- ……
2426

2527
## Screenshots

docs/03 Roadmap.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
## Roadmap
2+
3+
- [x] CommonMark
4+
- [x] GFM Extensions
5+
- [x] Callout
6+
- [x] LaTeX
7+
- [x] Comment
8+
- [ ] Embed
9+
- [x] Image
10+
- [x] Audio
11+
- [x] Video
12+
- [x] Excalidraw
13+
- [x] PDF
14+
- [ ] Markdown
15+
- [x] Plugin
16+
- [x] Banner
17+
- [x] Excalidraw
18+
- [x] Admonition
19+
- [x] Icon Folder
20+
- [x] Kanban
21+
- [x] Charts
22+
- [ ] Timeline
23+
- [x] Theme
24+
- [x] Search
25+
- [x] Graph
26+
- [x] Back links

docs/04 Changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## v0.5.1 @{2022-04-06}
2+
- Fix callout rendering
3+
- Tasklist supports characters other than 'x' and 'X' now
4+
- Change search shortcuts of willow theme to '/'
5+
- Add support for charts plugin
6+
- Add support for kanban plugin
7+
- Replace embed mermaid.js and echarts.js to CDN
8+
9+
## v0.5.0 @{2022-03-29}
10+
- First release

0 commit comments

Comments
 (0)