siyuan/README_en_US.md

111 lines
4.5 KiB
Markdown
Raw Normal View History

2020-09-10 16:01:59 +08:00
<p align="center">
<img alt="SiYuan" src="https://b3log.org/images/brand/siyuan-128.png">
<br>
<em>When one drinks water, one must not forget where it comes from</em>
<br><br>
<a title="Releases" target="_blank" href="https://github.com/siyuan-note/siyuan/releases"><img src="https://img.shields.io/github/release/siyuan-note/siyuan.svg?style=flat-square&color=FF9900"></a>
<a title="Release Date" target="_blank" href="https://github.com/siyuan-note/siyuan/releases"><img src="https://img.shields.io/github/release-date/siyuan-note/siyuan.svg?style=flat-square&color=99CCFF"></a>
<a title="Downloads" target="_blank" href="https://github.com/siyuan-note/siyuan/releases"><img src="https://img.shields.io/github/downloads/siyuan-note/siyuan/total.svg?style=flat-square&color=blueviolet"></a>
<a title="Hits" target="_blank" href="https://github.com/siyuan-note/siyuan"><img src="https://hits.b3log.org/siyuan-note/siyuan.svg"></a>
</p>
<p align="center">
<a href="https://github.com/siyuan-note/siyuan/blob/master/README.md">中文</a>
</p>
## 💡 Introduction
SiYuan is a desktop Markdown Block-Reference and Bidirectional-Link note-taking application, supports Windows, Mac and Linux.
Welcome to [SiYuan Official Discussion Forum](https://ld246.com/tag/siyuan) to learn more.
## ✨ Features
* **Born for Markdown**
* Support Instant Rendering, users familiar with Typora should not be unfamiliar, in theory this is the most elegant Markdown editing method
* Support mathematical formulas, charts, flowcharts, Gantt charts, timing charts, staffs, etc.
* Markdown text formatting
* Paste HTML automatically converted to Markdown
* Configure Markdown to analyze detailed rendering parameters
* Whether to enable footnote support
* Whether to enable [ToC] support
* Whether to enable ==Mark== support
* Do you need to insert spaces between Chinese and Western languages automatically
* Whether to perform automatic term correction
* Punctuation such as Chinese followed by English comma period is automatically replaced with Chinese corresponding punctuation
* Does inline math formula allow starting $ followed by numbers
* Math formula engine switching MathJax, KaTeX
* Block mode
* Block-level bidirectional link
* Link network graph
* WebDAV mount remote directory
* Fulltext search
* Light and dark themes
2020-09-10 16:16:53 +08:00
## 🗺️ Roadmap
2020-09-10 16:01:59 +08:00
* [SiYuan development plan and progress](https://github.com/siyuan-note/siyuan/projects/1)
* [SiYuan Change logs](https://github.com/siyuan-note/siyuan/blob/master/CHANGE_LOGS.md)
## 📸 Screenshots
### Instant Rendering
*Instant Rendering* mode should not be unfamiliar to users who are familiar with Typora. In theory, this is the most elegant Markdown editing method.
![vditor-ir](https://b3logfile.com/file/2020/07/ir-67cd956c.gif)
### Roam
2020-09-10 17:00:11 +08:00
![roam.gif](https://b3logfile.com/file/2020/09/roam-2d991169.gif)
2020-09-10 16:01:59 +08:00
### Light theme
2020-09-10 16:31:01 +08:00
![light.png](https://b3logfile.com/file/2020/09/light-457b7791.png)
2020-09-10 16:01:59 +08:00
### Dark theme
2020-09-10 16:31:01 +08:00
![dark.png](https://b3logfile.com/file/2020/09/dark-1a33cf13.png)
2020-09-10 16:01:59 +08:00
### Markdown Options
2020-09-10 16:31:01 +08:00
![md.png](https://b3logfile.com/file/2020/09/md-cfd1e429.png)
2020-09-10 16:01:59 +08:00
2020-09-10 16:31:01 +08:00
### Search
2020-09-10 16:01:59 +08:00
2020-09-10 16:31:01 +08:00
![search.png](https://b3logfile.com/file/2020/09/search-8bab7453.png)
### Block
![block.png](https://b3logfile.com/file/2020/09/block-cdbc5038.png)
2020-09-10 16:01:59 +08:00
### Block Reference
2020-09-10 16:31:01 +08:00
![blockref.png](https://b3logfile.com/file/2020/09/blockref-975b32e4.png)
2020-09-10 16:01:59 +08:00
2020-09-10 16:04:41 +08:00
## 🛠️ Download Setup
2020-09-10 16:01:59 +08:00
* [GitHub](https://github.com/siyuan-note/siyuan/releases)
* [Gitee](https://gitee.com/siyuan-note/siyuan/releases)
## 📜 Documentation
* [SiYuan - A desktop Markdown Block-Reference and Bidirectional-Link note-taking application](https://ld246.com/article/1598872180233)
* [Markdown implements the exploration of block-level reference bidirectional links](https://ld246.com/article/1597226949061)
## 🏘️ Community
* [SiYuan Issues](https://github.com/siyuan-note/siyuan/issues)
* [SiYuan Forum](https://ld246.com/tag/siyuan)
* [SiYuan QQ Group](https://jq.qq.com/?_wv=1027&k=brIyNm7y)
## 🙏 Acknowledgement
* [Vditor - Browser-side Markdown editor](https://github.com/Vanessa219/vditor)
* [Lute - A structured Markdown engine that supports Go and JavaScript](https://github.com/88250/lute)
* [GoWebDAV - Go WebDAV client lib](https://github.com/88250/gowebdav)
* [Gulu - Go commons utilities](https://github.com/88250/gulu)
* [Gin - Go Web framework](https://github.com/gin-gonic/gin)
* [Melody - Go WebSocket framework](https://github.com/olahol/melody)
* [Electron - Build cross-platform desktop apps with JavaScript, HTML, and CSS](https://github.com/electron/electron)