Skip to content

Commit 4d02711

Browse files
committed
Merge branch 'master' into develop
Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
2 parents 48f3be8 + 3e75445 commit 4d02711

File tree

4 files changed

+101
-2
lines changed

4 files changed

+101
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codimd",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "Realtime collaborative markdown notes on all platforms.",
55
"keywords": [
66
"Collaborative",

public/docs/features.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,29 @@ stop
381381
3
382382
```
383383

384+
### Mindmap
385+
386+
```markmap
387+
# markmap-lib
388+
389+
## Links
390+
391+
- <https://markmap.js.org/>
392+
- [GitHub](https://github.com/gera2ld/markmap-lib)
393+
394+
## Related
395+
396+
- [coc-markmap](https://github.com/gera2ld/coc-markmap)
397+
- [gatsby-remark-markmap](https://github.com/gera2ld/gatsby-remark-markmap)
398+
399+
## Features
400+
401+
- links
402+
- **inline** ~~text~~ *styles*
403+
- multiline
404+
text
405+
```
406+
384407
> More information about **sequence diagrams** syntax [here](http://bramp.github.io/js-sequence-diagrams/).
385408
> More information about **flow charts** syntax [here](http://adrai.github.io/flowchart.js/).
386409
> More information about **graphviz** syntax [here](http://www.tonyballantyne.com/graphs.html)

public/docs/release-notes.md

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,82 @@
11
Release Notes
22
===
33

4+
<i class="fa fa-tag"></i> 2.2.0 Diploderma swinhonis <i class="fa fa-clock-o"></i> 2020-07-20
5+
---
6+
7+
<div style="text-align: center; margin-bottom: 1em;">
8+
<img src="https://i.imgur.com/P1HXrhw.jpg" width="600">
9+
<small style="display: block;">Diploderma swinhonis</small>
10+
</div>
11+
12+
> Diploderma swinhonis, also known as the Taiwan japalure, Swinhoe's japalure, and Swinhoe's tree lizard, is a species of lizard in the family Agamidae. The species is endemic to Taiwan.
13+
> \- Wikipedia [Diploderma swinhonis](https://en.wikipedia.org/wiki/Diploderma_swinhonis)
14+
15+
In this release, we've added some Markdown renderer plugins, including fretboard guitar, Mindmap, and CSV. We believe the simplicity and the extensibility of markdown can bring more possibilities to you and your workflow. So let's find out more about what we can do with markdown. :100:
16+
17+
We also fixed a long-lasting issue: CodiMD cannot be hosted under URL subpath perfectly. Check PR [#1551](https://github.com/hackmdio/codimd/pull/1551) for details.
18+
19+
Last but not least, we start standarizing CodiMD API. We drafted [`List my notes`](https://github.com/hackmdio/codimd/pull/1548) API in this release. Stay tuned. :person_in_lotus_position:
20+
21+
Here are some highlights from this release:
22+
23+
- [Fretboard Guitar tab renderer](#Fretboard-Guitar-tab-renderer)
24+
- [Mindmap rendrer](#Mindmap)
25+
- [Image Lightbox](#Image-Lightbox-Support)
26+
- [CSV renderer](#Render-csv-codeblock-as-table)
27+
28+
[Check out the complete release note][v2_2_0]. Thank you CodiMD community and all our contributors. ❤️
29+
30+
[v2_2_0]: https://hackmd.io/@codimd/release-notes/%2F%40codimd%2Fv2_2_0
31+
32+
### Enhancements
33+
34+
- Use array for tags when available
35+
- Replace btn-social with btn-login-method
36+
- Set html image meta tag with YAML metadata
37+
- List my note API
38+
39+
### Fixes
40+
41+
- Update Simplified Chinese translation and fix typography
42+
- Fix webpack urlpath font loading error
43+
44+
45+
46+
<i class="fa fa-tag"></i> 2.1.0 Zhangixalus prasinatus <i class="fa fa-clock-o"></i> 2020-05-18
47+
---
48+
49+
<div style="text-align: center; margin-bottom: 1em;">
50+
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/9e/Rhacophorus_prasinatus.jpg/640px-Rhacophorus_prasinatus.jpg" width="450">
51+
<small style="display: block;">Zhangixalus prasinatus</small>
52+
</div>
53+
54+
> Zhangixalus prasinatus is a species of frog in the family Rhacophoridae endemic to northern Taiwan. It is the largest tree frog in Taiwan; females can reach 7 cm (2.8 in) in snout-vent length. It is known from Taipei, Yilan, and Taoyuan.
55+
> \- Wikipedia [Zhangixalus prasinatus](https://en.wikipedia.org/wiki/Zhangixalus_prasinatus)
56+
57+
During this hard time of COVID-19, it's a pleasure to help people collaborate better with CodiMD. We hope the world will recover from this situation soon. :sunrise:
58+
59+
Good news, we have some goodies for CodiMD including:
60+
61+
- [Support Prometheus metrics](https://hackmd.io/@codimd/v2_1_0#Support-Prometheus-metrics)
62+
- [Cut docker image size by 57%](https://hackmd.io/@codimd/v2_1_0#Cut-docker-image-size-by-57)
63+
- [Drop Node 8 Support](https://hackmd.io/@codimd/v2_1_0#Drop-Node-8-Support)
64+
65+
[Check out the complete release note][v2_1_0]. Thank you CodiMD community and all our contributors. ❤️
66+
67+
[v2_1_0]: https://hackmd.io/@codimd/release-notes/%2F%40codimd%2Fv2_1_0
68+
69+
### Enhancements
70+
71+
- Optimize module size
72+
- Support brace wrapped param in fence lang
73+
- Upgrade Node.JS version to 10.20.1
74+
75+
### Fixes
76+
77+
- Fix getStatus caused "TypeError: Converting circular structure to JSON"
78+
79+
480
<i class="fa fa-tag"></i> 2.0.1 Urocissa caerulea <i class="fa fa-clock-o"></i> 2020-04-09
581
---
682

0 commit comments

Comments
 (0)