The author's Ebook project chose Markdown as the artifact format, and the editor hopes that:
MarkText 0.17.1 can mostly meet the above requirements, but there are the following serious problems:
Thanks to Ran Luo and other contributors for their contributions, if you like the original MarkText, please visit the original repository
Optimize styles to improve space utilization and operation experience;
Mermaid updated to a newer version;
Added support for Mermaid mindmap;
Modified to Chinese version, thanks to chinayangxiaowei for the ideas provided;
Similar to the vscode workspace, you can apply different settings when opening different directories. The folder settings file name is marktext.json;
For example, for folders
{
"imageRelativeDirectoryName" : " ${fileWorkspaceFolder}/markdown/_images/${relativeFileDirname}/${fileBasenameNoExtension} " ,
"imagePreferRelativeDirectory" : true ,
"imageInsertAction" : " folder " ,
"theme" : " one-dark "
}Optimize the processing of copying clipboard images, and can personalize the local storage path of the image through multiple preset variables;
| Variable name | illustrate |
|---|---|
| {filename} | Extensions are not included |
| {fileBasenameNoExtension} | Same filename, used for compatibility with vscode variables |
| {fileWorkspaceFolder} | The currently open project directory, compatible with vscode variables |
| {relativeFileDirname} | The relative path of the current file relative to the project root directory, compatible with the vscode variable |

