1.16.x version and 400th releases 🎉🎉🎉
- Feat(sidebar_enhance): Introduce plugin
sidebar_enhanceto display non-Markdown files in the sidebar (#1009) - Feat(sidebar_enhance): Introduce plugin
sidebar_enhanceto keep outline fold state (#1105) - Feat(static_markers): Add setting
STATIC_MARKERSto allow customization of static markers (#1104) - Feat(fence_enhance): Add setting
AUTO_FOLD_LINESto customize retained lines in auto-fold mode (#1078) (#1073) - Feat(core): Add support for importing/exporting settings (#1081)
- Feat(core): Add
Control_Passwordcomponent to FastForm - Feat(toc): Support foldable toc node
- Feat(toc): Add plugin setting
title_bar_buttonsto allow customization of title bar - Feat(markmap): Add
unfoldoption toTITLE_BAR_BUTTONSsetting - Feat(cipher): Expose
SECRET_KEYoption in the settings UI - Compatible(core): Lifecycle event
fileContentLoadedcompatible with Typora 0.9.98 - Improve(core): Optimize lifecycle event
fileContentLoaded - Improve(updater): Refine plugin update logic
- Improve(markdownLint): Optimize linter-worker
- Improve(search_multi): Optimize the timing of executing
highlightlogic - Improve(core): Optimize event handling during initialization
- Improve(toc): Optimize TOC display name
- Fix(core): Resolve issue where iframes failed to render during Typora initialization (#1103)
- Fix(fence_enhance): Add a fallback element getter to the
afterAddCodeBlockstage - Fix(window_tab): Renaming a file resulted in a style error in the plugin
file_counter - Bump(core): Upgrade
smol-tomlto 1.5.2 andmarkdownlint-rule-helpersto 0.30.0 - Chore(core): Refine development scripts
- Breaking Change: Move plugin
sortableOutlineto pluginsidebar_enhance - Breaking Change: Delete lifecycle events
firstFileInitandallCustomPluginsHadInjected - Breaking Change: Update
stateRecorder.registerAPI