Skip to content

Commit

Permalink
update docs for v1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mindolph committed Jun 8, 2024
1 parent c7b53eb commit c34b83f
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 14 deletions.
5 changes: 5 additions & 0 deletions DemoWorkspace/Markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,8 @@ image 0

[MindMap.mmd](MindMap.mmd)

### Long paragraph

Markdown is a lightweight markup language for creating formatted text using a plain-text editor. John Gruber created Markdown in 2004, in collaboration with Aaron Swartz, as a markup language that is intended to be easy to read in its source code form. Markdown is widely used for blogging and instant messaging, and also used elsewhere in online forums, collaborative software, documentation pages, and readme files.

The initial description of Markdown contained ambiguities and raised unanswered questions, causing implementations to both intentionally and accidentally diverge from the original version. This was addressed in 2014 when long-standing Markdown contributors released CommonMark, an unambiguous specification and test suite for Markdown.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ Mindolph is an open source personal knowledge management software for all deskto
|Platform|Type|Stable|Unstable|Note|
|----|----|----|----|----|
|| |[v1.7.x](docs/release-notes/v1.7/v1.7.md)|[v1.8.x](docs/release-notes/v1.8/v1.8.md)| Release notes |
|macOS|.dmg|[v1.7.6](https://github.com/mindolph/Mindolph/releases/download/v1.7.6/Mindolph-1.7.6-x64.dmg) |[v1.8.0](https://github.com/mindolph/Mindolph/releases/download/v1.8.0/Mindolph-1.8.0-x64.dmg) | Intel |
|macOS|.dmg|[v1.7.6](https://github.com/mindolph/Mindolph/releases/download/v1.7.6/Mindolph-1.7.6-aarch64.dmg) |[v1.8.0](https://github.com/mindolph/Mindolph/releases/download/v1.8.0/Mindolph-1.8.0-aarch64.dmg) | Apple Silicon </br>for supporting PlantUML, install graphviz first:</br>`brew install graphviz`|
|Windows|.msi|[v1.7.6](https://github.com/mindolph/Mindolph/releases/download/v1.7.6/Mindolph-1.7.6.msi) |[v1.8.0](https://github.com/mindolph/Mindolph/releases/download/v1.8.0/Mindolph-1.8.0.msi) | |
|Debian|.deb|[v1.7.6](https://github.com/mindolph/Mindolph/releases/download/v1.7.6/Mindolph-1.7.6.deb)|[v1.8.0](https://github.com/mindolph/Mindolph/releases/download/v1.8.0/Mindolph-1.8.0.deb)| for supporting PlantUML, install graphviz first:</br> `sudo apt install graphviz`|
|Fedora|.rpm|[v1.7.6](https://github.com/mindolph/Mindolph/releases/download/v1.7.6/Mindolph-1.7.6.rpm)|[v1.8.0](https://github.com/mindolph/Mindolph/releases/download/v1.8.0/Mindolph-1.8.0.rpm)| |
|Java Executable|.jar|[v1.7.6](https://github.com/mindolph/Mindolph/releases/download/v1.7.6/Mindolph-1.7.6.jar)|[v1.8.0](https://github.com/mindolph/Mindolph/releases/download/v1.8.0/Mindolph-1.8.0.jar)| Java 17 is the minimum version to run this application. </br> If you are using Linux, run the jar like this: </br> `java -jar Mindolph-1.7.6.jar` </br> If not, Download latest JavaFX SDK for your platform and extract to somewhere eg: `c:\javafx-sdk-21`, run the jar file like this: </br> `java --module-path c:\javafx-sdk-21\lib --add-modules java.sql,javafx.controls,javafx.fxml,javafx.swing,javafx.web,jdk.crypto.ec -jar Mindolph-1.7.6.jar` |
|macOS|.dmg|[v1.7.6](https://github.com/mindolph/Mindolph/releases/download/v1.7.6/Mindolph-1.7.6-x64.dmg) |[v1.8.1](https://github.com/mindolph/Mindolph/releases/download/v1.8.1/Mindolph-1.8.1-x64.dmg) | Intel |
|macOS|.dmg|[v1.7.6](https://github.com/mindolph/Mindolph/releases/download/v1.7.6/Mindolph-1.7.6-aarch64.dmg) |[v1.8.1](https://github.com/mindolph/Mindolph/releases/download/v1.8.1/Mindolph-1.8.1-aarch64.dmg) | Apple Silicon </br>for supporting PlantUML, install graphviz first:</br>`brew install graphviz`|
|Windows|.msi|[v1.7.6](https://github.com/mindolph/Mindolph/releases/download/v1.7.6/Mindolph-1.7.6.msi) |[v1.8.1](https://github.com/mindolph/Mindolph/releases/download/v1.8.1/Mindolph-1.8.1.msi) | |
|Debian|.deb|[v1.7.6](https://github.com/mindolph/Mindolph/releases/download/v1.7.6/Mindolph-1.7.6.deb)|[v1.8.1](https://github.com/mindolph/Mindolph/releases/download/v1.8.1/Mindolph-1.8.1.deb)| for supporting PlantUML, install graphviz first:</br> `sudo apt install graphviz`|
|Fedora|.rpm|[v1.7.6](https://github.com/mindolph/Mindolph/releases/download/v1.7.6/Mindolph-1.7.6.rpm)|[v1.8.1](https://github.com/mindolph/Mindolph/releases/download/v1.8.1/Mindolph-1.8.1.rpm)| |
|Java Executable|.jar|[v1.7.6](https://github.com/mindolph/Mindolph/releases/download/v1.7.6/Mindolph-1.7.6.jar)|[v1.8.1](https://github.com/mindolph/Mindolph/releases/download/v1.8.1/Mindolph-1.8.1.jar)| Java 17 is the minimum version to run this application. </br> If you are using Linux, run the jar like this: </br> `java -jar Mindolph-1.7.6.jar` </br> If not, Download latest JavaFX SDK for your platform and extract to somewhere eg: `c:\javafx-sdk-21`, run the jar file like this: </br> `java --module-path c:\javafx-sdk-21\lib --add-modules java.sql,javafx.controls,javafx.fxml,javafx.swing,javafx.web,jdk.crypto.ec -jar Mindolph-1.7.6.jar` |


[Change Logs](docs/change_logs.md)
Expand Down
12 changes: 6 additions & 6 deletions docs/README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ Mindolph 是一个开源的支持多种桌面平台的个人知识库管理软
|系统|类型|稳定版|不稳定版|备注|
|----|----|----|----|----|
|| |[v1.7.x](release-notes/v1.7/v1.7_zh_CN.md)|[v1.8.x](release-notes/v1.8/v1.8_zh_CN.md)| 发布记录 |
|macOS|.dmg|[v1.7.6](https://github.com/mindolph/Mindolph/releases/download/v1.7.6/Mindolph-1.7.6-x64.dmg)|[v1.8.0](https://github.com/mindolph/Mindolph/releases/download/v1.8.0/Mindolph-1.8.0-x64.dmg)| Intel |
|macOS|.dmg|[v1.7.6](https://github.com/mindolph/Mindolph/releases/download/v1.7.6/Mindolph-1.7.6-aarch64.dmg) |[v1.8.0](https://github.com/mindolph/Mindolph/releases/download/v1.8.0/Mindolph-1.8.0-aarch64.dmg) | Apple Silicon </br>显示 PlantUML 图需要先安装 graphviz:</br>`brew install graphviz`|
|Windows|.msi|[v1.7.6](https://github.com/mindolph/Mindolph/releases/download/v1.7.6/Mindolph-1.7.6.msi)|[v1.8.0](https://github.com/mindolph/Mindolph/releases/download/v1.8.0/Mindolph-1.8.0.msi)| |
|Debian|.deb|[v1.7.6](https://github.com/mindolph/Mindolph/releases/download/v1.7.6/Mindolph-1.7.6.deb)|[v1.8.0](https://github.com/mindolph/Mindolph/releases/download/v1.8.0/Mindolph-1.8.0.deb)| 显示 PlantUML 图需要先安装 graphviz: </br> `sudo apt install graphviz`|
|Fedora|.rpm|[v1.7.6](https://github.com/mindolph/Mindolph/releases/download/v1.7.6/Mindolph-1.7.6.rpm)|[v1.8.0](https://github.com/mindolph/Mindolph/releases/download/v1.8.0/Mindolph-1.8.0.rpm)| |
|Java Executable|.jar|[v1.7.6](https://github.com/mindolph/Mindolph/releases/download/v1.7.6/Mindolph-1.7.6.jar)|[v1.8.0](https://github.com/mindolph/Mindolph/releases/download/v1.8.0/Mindolph-1.8.0.jar)| Java 17 是运行 Mindolph 的最低版本要求. </br> 如果您在 Linux 上运行: </br> `java -jar Mindolph-1.7.6.jar` </br> 如果是其他系统, 先下载支持您的系统的 JavaFX SDK 并解压缩到某个目录,例如: `c:\javafx-sdk-21`, 按照以下方式运行: </br>`java --module-path c:\javafx-sdk-21\lib --add-modules java.sql,javafx.controls,javafx.fxml,javafx.swing,javafx.web,jdk.crypto.ec -jar Mindolph-1.7.6.jar` |
|macOS|.dmg|[v1.7.6](https://github.com/mindolph/Mindolph/releases/download/v1.7.6/Mindolph-1.7.6-x64.dmg)|[v1.8.1](https://github.com/mindolph/Mindolph/releases/download/v1.8.1/Mindolph-1.8.1-x64.dmg)| Intel |
|macOS|.dmg|[v1.7.6](https://github.com/mindolph/Mindolph/releases/download/v1.7.6/Mindolph-1.7.6-aarch64.dmg) |[v1.8.1](https://github.com/mindolph/Mindolph/releases/download/v1.8.1/Mindolph-1.8.1-aarch64.dmg) | Apple Silicon </br>显示 PlantUML 图需要先安装 graphviz:</br>`brew install graphviz`|
|Windows|.msi|[v1.7.6](https://github.com/mindolph/Mindolph/releases/download/v1.7.6/Mindolph-1.7.6.msi)|[v1.8.1](https://github.com/mindolph/Mindolph/releases/download/v1.8.1/Mindolph-1.8.1.msi)| |
|Debian|.deb|[v1.7.6](https://github.com/mindolph/Mindolph/releases/download/v1.7.6/Mindolph-1.7.6.deb)|[v1.8.1](https://github.com/mindolph/Mindolph/releases/download/v1.8.1/Mindolph-1.8.1.deb)| 显示 PlantUML 图需要先安装 graphviz: </br> `sudo apt install graphviz`|
|Fedora|.rpm|[v1.7.6](https://github.com/mindolph/Mindolph/releases/download/v1.7.6/Mindolph-1.7.6.rpm)|[v1.8.1](https://github.com/mindolph/Mindolph/releases/download/v1.8.1/Mindolph-1.8.1.rpm)| |
|Java Executable|.jar|[v1.7.6](https://github.com/mindolph/Mindolph/releases/download/v1.7.6/Mindolph-1.7.6.jar)|[v1.8.1](https://github.com/mindolph/Mindolph/releases/download/v1.8.1/Mindolph-1.8.1.jar)| Java 17 是运行 Mindolph 的最低版本要求. </br> 如果您在 Linux 上运行: </br> `java -jar Mindolph-1.7.6.jar` </br> 如果是其他系统, 先下载支持您的系统的 JavaFX SDK 并解压缩到某个目录,例如: `c:\javafx-sdk-21`, 按照以下方式运行: </br>`java --module-path c:\javafx-sdk-21\lib --add-modules java.sql,javafx.controls,javafx.fxml,javafx.swing,javafx.web,jdk.crypto.ec -jar Mindolph-1.7.6.jar` |



Expand Down
7 changes: 7 additions & 0 deletions docs/change_logs.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Logs

### V1.8.1 Unstable Release

* Improvement: optimize preference dialog and markdown preference layout
* Improvement: text in markdown editor and plantuml editor can be set different font between descriptive content and code.
* Improvement: add option `include attributes` for exporting mind map (branches) to literal format files.
* Update dependencies

### V1.8.0 Unstable Release

* New Features:
Expand Down
6 changes: 5 additions & 1 deletion docs/release-notes/v1.8/v1.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### New Features:

* allows exporting selected topics as a new file as Mind Map, Markdown, AsciiDoc or structured plain text.
* allows exporting selected topics (with or without attributes) as a new file as Mind Map, Markdown, AsciiDoc or structured plain text.

* copy&paste image from clipboard to selected topics directly by shortcut.

Expand All @@ -15,6 +15,10 @@

### Improvement:

* Text in Markdown editor and PlantUML editor can be set different font between descriptive content and code.

* Optimize preference dialog.

* Remembers the last active tab and switches back to it when opening the preferences dialog (until the application is killed).

* optimized the PDF exported for markdown files;
Expand Down
6 changes: 5 additions & 1 deletion docs/release-notes/v1.8/v1.8_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

### 新功能

* 允许将选定的主题另存为思维导图、Markdown、AsciiDoc 或结构化纯文本文件。
* 允许将选定的主题(可选择是否包括属性)导出为思维导图、Markdown、AsciiDoc 或结构化纯文本文件。

* 通过快捷键直接将剪贴板中的图像复制粘贴到选定主题。

Expand All @@ -16,6 +16,10 @@

### 改进

* Markdown 或 PlantUML 中的描述性内容和代码可以设置为不同的字体 。

* 优化用户设置对话框。

* 记住所打开的最后一个活动标签页,并在打开首选项对话框时切换回该标签页(直到应用程序退出)。

* 优化了 Markdown 文件导出的 PDF;
Expand Down

0 comments on commit c34b83f

Please sign in to comment.