From 3d6f030604fd14eeba62083fbc7692b980a07b0f Mon Sep 17 00:00:00 2001 From: liblaf <30631553+liblaf@users.noreply.github.com> Date: Wed, 28 Feb 2024 19:41:36 +0800 Subject: [PATCH] docs: add new markdown file for alternative markdown editors Added a new markdown file under the `alternatives` directory to document alternative markdown editors and their features. The file includes a comparison table of different editors based on various criteria such as citation, cloud integration, image support, migration method, open-source status, plain text storage, search functionality, slides support, tags filtering, and typography enhancements. --- docs/.gitignore | 7 +++++-- docs/alternatives/markdown.md | 23 +++++++++++++++++++++++ 2 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 docs/alternatives/markdown.md diff --git a/docs/.gitignore b/docs/.gitignore index 2ac25899..dac32a21 100644 --- a/docs/.gitignore +++ b/docs/.gitignore @@ -1,2 +1,5 @@ -!index.md -*.md +acg.md +alternatives.md +github.md +languages.md +websites.md diff --git a/docs/alternatives/markdown.md b/docs/alternatives/markdown.md new file mode 100644 index 00000000..fc947448 --- /dev/null +++ b/docs/alternatives/markdown.md @@ -0,0 +1,23 @@ +# Markdown + +1. **Citation**: Integration with BibTeX / CSL JSON / [Zotero](https://www.zotero.org) +2. **Cloud**: Free sync service / method +3. **Image**: Supports pasting pictures directly +4. **Math**: [MathJax](https://www.mathjax.org) / [KaTeX](https://katex.org) + [Mermaid](https://mermaid.js.org) +5. **Migration**: Complete migration method +6. **OSS**: Open Source Software +7. **Plain Text**: Store documents in plain text +8. **Search**: Workspace-wide search +9. **Slides**: [reveal.js](https://revealjs.com) +10. **Tags**: Filter documents by multiple tags +11. **Typography**: Language-neutral replacement + quotes beautification + +| Name | Citation | Cloud | Image | Migration | OSS | Plain Text | Search | Slides | Tags | Typography | +| ----------------------------------- | :----------------: | :----------------: | :----------------: | :----------------: | :----------------: | :----------------: | :----------------: | :----------------: | :----------------: | :----------------: | +| [AFFiNE](https://affine.pro) | :x: | :white_check_mark: | :white_check_mark: | :x: | :white_check_mark: | :x: | :white_check_mark: | :x: | :white_check_mark: | :x: | +| [Logseq](https://logseq.com) | :white_check_mark: | :o: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :o: | | +| [MarkText](https://www.marktext.cc) | :x: | :o: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: | :x: | :x: | +| [Notion](https://www.notion.so) | | :white_check_mark: | | | :x: | | | | | | +| [Typora](https://typora.io) | :x: | :o: | :white_check_mark: | :white_check_mark: | :x: | :white_check_mark: | :white_check_mark: | :x: | :x: | :white_check_mark: | +| [VNote](https://app.vnote.fun) | :x: | :o: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: | :o: | :white_check_mark: | +| [Zettlr](https://zettlr.com) | :white_check_mark: | :o: | :o: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: | :o: | :x: |