Skip to content

Releases: 1943time/inkdown

v0.12.10

12 Jan 16:16
Compare
Choose a tag to compare

Use esc to close the confirmation dialog.
Inline formulas use the $content$ conversion instead of $space$ .
Supports shift and arrow keys to select text.
Fixed a crash caused by the input method when selecting a range.
System files can be copied and pasted into the file tree.
Configurable whether to monitor file changes.
Configurable whether to display hidden files.
File changes caused by external programs, cursor not returning to the first line.
The image storage path can use relative paths.
Added options for paragraph line height: compact, default, loose.
When opening a single file, use multiple tabs to open it in an existing window, instead of creating a new window.
Improve the logic of opening markdown files on the command line.
The mac store version adds update detection and prompts.


使用esc可关闭确认对话框。
行内公式使用 $content$ 转换来替代 $space$ 。
支持shift和方向键选中文字。
修复区间选中时输入法导致的崩溃。
系统文件可复制粘贴到文件树中。
可配置是否监听文件变化。
可配置是否显示隐藏文件。
外部程序导致的文件变化,光标不在回到首行。
图片存储路径可使用相对路径。
段落行高加入可选项: 紧凑,默认,宽松。
打开单文件时,在已有窗口下使用多tab打开,不在创建新窗口。
完善命令行打开markdown文件逻辑。
mac store版本加入了更新检测和提示。

v0.12.9

09 Jan 17:28
Compare
Choose a tag to compare

Fix crash caused by shortcut key creation of table
When opening a new tab, if the file is already open in another tab, the other tab is selected instead of creating a new tab.
Editor maximum width configurable
In the deletion confirmation dialog box, press Enter to confirm directly.
When a file is selected, you can use mod+c to copy and paste it to other folders.
When using shortcut keys to create certain elements, the cursor is not focused.
Clear the style when a carriage return is used at the beginning of a paragraph
Markdown files can be opened using terminal commands
External files can be dragged and dropped into the file tree


修复快捷键创建table导致的崩溃
打开新标签时,如果其他标签已经打开了这个文件,则选择其他标签,而不是创建新标签。
编辑器最大宽度可配置
删除确认对话框使用回车可直接确认
选中文件时可使用mod+c复制并黏贴至其他文件夹下。
使用快捷键创建某些元素,光标不聚焦问题
段落开头使用回车时,清除样式
可使用终端命令打开markdown文件
外部文件可以拖拽到文件树

v0.12.8

06 Jan 18:27
Compare
Choose a tag to compare

Fixed parsing errors caused by blank block reference content [Important]
Fixed the problem that the characters after the . symbol in the folder name are not displayed.
Paste text into a code snippet and automatically convert tabs to spaces.
When the external file is changed, the cursor first searches for the original position.
Add file selection status. When a file is selected, use Enter to rename the file and use mod+backspace to delete the file.


修复块引用内容空白导致的解析错误【重要】
修复文件夹名称中.符号后的字符不显示
黏贴文本至代码段自动将tab转为空格
外部文件变更时,光标首先寻找原位置
添加文件选中状态,当选中文件时,使用回车可重命名文件,使用mod+backspace可删除文件

v0.12.7

04 Jan 14:23
Compare
Choose a tag to compare

Repair table operation row and column failure [Important]
Copy Markdown code to remove unnecessary blank lines
Optimize some behaviors of keyboard operations
Picture storage folder configurable


修复表格操作行列失效【重要】
复制Markdown代码去掉不必要的空白行
优化键盘操作的部分行为
图片存储文件夹可配置

v0.12.6

03 Jan 14:43
Compare
Choose a tag to compare

Select the image element and use mod+c to copy the image directly to the clipboard.
Optimize long text deletion performance and fix range deletion bug.
codeTabsize is implemented as spaces, and codeTabSize is changed to 4 by default.
Fixed an issue where code highlighting may fail.
Fixed input method issue in code fence.
Fixed parsing error when markdown title content is empty
Fixed the issue where the cursor cannot be controlled by the arrow keys and the Enter key when selecting a image.
Switching code styles no longer requires restarting.


选中图片元素可以使用mod+c直接复制图片至剪贴板。
优化长文本删除性能,修正范围删除bug。
codeTabsize改为空格实现,codeTabSize默认改为4.
修复代码高亮可能失效问题。
修复输入法在代码段中的问题。
修复当markdown 标题内容为空时,解析错误
修复选中图片时,方向键与回车键无法控制光标。
切换代码风格不再需要重启

v0.12.5

28 Dec 20:04
Compare
Choose a tag to compare
  • Selecting a link shortcut no longer requires selecting the link text
  • Fix select all delete bug
  • Fixed operation history conflict after switching files
  • Right-click in the file tree to create a new copy of the note
  • Optimize interaction and improve performance
  • The ordered list can customize the starting number
  • Optimize windows scroll bar style

  • 选择链接快捷键不再需要选中链接文字
  • 修复全选删除bug
  • 修复切换文件后操作历史冲突
  • 在文件树中右键可新建笔记副本
  • 优化交互与提高性能
  • 有序列表可以自定义起始编号
  • 优化windows滚动条样式

v0.12.4

23 Dec 05:55
Compare
Choose a tag to compare

Configurable hidden floating bar
Configurable pop-up rename file window when pasting image
Modify system menu text
In Mac system, files or folders can be copied directly in the file tree
Fix the problem that Windows cannot update automatically
Optimized some details


可配置隐藏浮动栏
可配置黏贴图片时弹出重命名文件窗口
修改系统菜单文字
Mac系统中可在文件树种直接复制文件或文件夹
修复windows无法自动更新问题
优化了一些细节

v0.12.3

16 Dec 16:09
Compare
Choose a tag to compare

Fixed the issue of incorrect cursor positioning when pasting web page text
Fixed the problem that the outline display configuration does not take effect
Fixed the problem of highlighting failure after dragging a code fence
Use the Clear Text Format shortcut key without selecting text


修复黏贴网页文字时,光标定位不正确问题
修复大纲显示配置不生效问题
修复拖动代码段后高亮失效
使用清除文字格式快捷键不需要选中文字

v0.12.2

04 Dec 09:25
Compare
Choose a tag to compare

When selecting an image path, display thumbnails
Use mod + a to select all tables in the table
Added shortcut keys for selecting lines, blocks, and words


选择图片路径时,展示缩略图
在表格中使用 mod + a 选中所有表格
加入选择行、块、词快捷键
加入了中文选项切换

v0.12.1

01 Dec 15:01
Compare
Choose a tag to compare

Add an initialization name to the new document and switch to the new document after creation.
Fix html pasting code snippet bug
Multiple tabs can be dragged and sorted
The code segment automatically wraps when exporting pdf
If the service is enabled when the file is renamed, the remote service mapping path will be modified simultaneously.
Fixed the issue where the cursor position is incorrect after the list shortcut key is inserted into the list.
Automatically expand the parent folder when creating a new note
Image path selection to load immediately
Add document search and replace
Code�fence language input completion


新建文档加入初始化名称,创建后切换至新文档
修复html黏贴代码段bug
多tab可以拖动排序
导出pdf时代码段自动换行
文件重命名时若服务开启,则同步修改远程服务映射路径
修复列表快捷键插入list后光标位置不正确
新建笔记时自动展开父级文件夹
图片路径选择立即加载
加入文档搜索替换
代码栏语言输入补全