LianDi Note, connect every bit
LianDi Note is an open source desktop note application that supports Windows, Mac and Linux.
Welcome to LianDi Note Official Discussion Forum to learn more.
- Born for Markdown
- Support three editing modes
- WYSIWYG: It is more friendly to users who are not familiar with Markdown, and you can use it seamlessly if you are familiar with Markdown
- Instant Rendering: users familiar with Typora should not be unfamiliar, in theory this is the most elegant Markdown editing method
- Split View: suitable for Markdown editing on large screen
- 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
- 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
- Support three editing modes
- WebDAV mount remote directory
- Double Shift quick navigation
- Fulltext search
- Light and dark themes
- Tag aggregation category
TBD
- Export static site, built-in multiple sets of themes
TBD
WYSIWYG mode is more friendly to users who are not familiar with Markdown, and you can use it seamlessly if you are familiar with Markdown.
Instant Rendering mode should not be unfamiliar to users who are familiar with Typora. In theory, this is the most elegant Markdown editing method.
The traditional Split View mode is suitable for Markdown editing on a large screen.
- Install Go, Node environment
- Run the build script in the root directory of the project
- After the build is successful, the installation package will be generated under app / build
If you want to modify the source code, please set up the development environment as follows:
- Build the kernel under the kernel directory and start
- Windows:
go build -o kernel.exe && kernel.exe
- Mac:
go build -o kernel-darwin &&. / Kernel-darwin
- Linux:
go build -o kernel-linux &&. / Kernel-linux
- Windows:
- Build the frontend
npm run dev
in the app directory and start the main processnpm run start
- Realize the main process through Electron, and pull up the kernel process implemented by golang after startup
- The kernel realizes the interaction between the WebSocket server and the main process
- The kernel implements WebDAV server and client
- File access (including operation of local files) through WebDAV client
- Markdown files are loaded into memory when starting and mounting to achieve full-text search
- Achieve Markdown WYSIWYG editing mode with Vditor editor
- LianDi Note - an open source desktop note application that supports Windows, Mac and Linux
- LianDi Note roadmap
LianDi Note uses the Mulan Permissive Software License,Version 2 open source license.