Overview
This version improves some details.
Important changes: List Markdown marker changed from * to - (#14680)
Affected scope:
- When copying or exporting list Markdown, the marker is changed to
- - SQL query statements or plugins that rely on the list
*marker need to adjust their logic
Does not affect input, and the * marker can still be used for input.
Adaptation operation:
- Execute
Doc Tree-More-Rebuild Indexto update the list markers in the data index - Modify the relevant SQL query statements
- Only support the new format: for example, change
markdown LIKE '* [x]%'tomarkdown LIKE '- [x]%' - Compatible with new and old formats: for example, change to
markdown LIKE '- [x]%' OR markdown LIKE '* [x]%'
- Only support the new format: for example, change
Changelogs
Below are the detailed changes in this version.
Enhancement
- Preview mode copy to WeChat MP supports lists with more than two levels
- Support formula rendering when exporting to WeChat MP
- Improve floating window interaction
- Support switching code block language via shortcut keys
- Flowchart and PlantUML chart are not fully displayed
- Automatically replace
/in doc titles with/ - Support layout search filtering
- Improve transitions of inline elements
Duplicatethen select the block- Supports configuration of whether to export inline memos
- Improve pasting of hyperlinks and block ref anchor text
- Improve the SQL method in the global search
- Clicking on a virtual reference to jump no longer pops up the keyboard on Android
- Use natural ascending order when inserting multiple assets
- Improve mouse selection code blocks
- Dailynote shortcut keys are automatically reset to default
- Improve block jump return animation on mobile
- Improve browser clipping extension
- Improve embed block rendering after line break
- Improve interaction with code blocks in embedd blocks
- Use
-marker for lists when exporting Markdown - Improve the marketplace refresh timer
- Improve flashcard management sorting
- Improve HTML table clipping
- Support converting HTML hyperlinks when importing Markdown
- Ignore editor Markdown settings when copying and pasting inline elements
- Improve export PDF watermark font
- Support paging within blocks when exporting PDF
- Improve input of tab characters before inline elements at the beginning of a paragraph
- When the block ref anchor text contains only whitespace characters, it will be set as a static anchor text id
- Improve block ref exporting
- Improve code block line number alignment when exporting a PDF with zoomed page
- Improve the Enter return after the table in the list
- Improve database template field access rollup multiple selection
- Fill the template into the input box when duplicating the database template field
- After clicking the outline, the cursor is positioned at the end of the block
- The "Close current tab" shortcut key can close the floating window in the floating window
- Follow editor Markdown syntax settings when importing Markdown
- Improve database field and view editing UI
- Improve code block local language rendering priority
- Update the
Exit focusbutton state when backing on mobile - Remove
<br>in the database title - Improve doc tree Name Alphabet sorting
- Improve database batch paste performance and support more types of conversion
- Improve stability of block attribute updates
- Browser clipping extension support template configuration
- Improve soft line break at the end
Bugfix
- Clicking on the video will jump to the block where the cursor is on mobile
- Exception when pressing Delete inside a code block
- Inline formula input parsing exception
- PlantUML export image error
- Block-level formulas cannot be rendered in preview mode
- Filter for Rollup column based on Select column not working
- The result list will not refresh after search is replaced on mobile
- Fixed table header causes highlight misalignment of multiple selected cells