v0.37.1: Mostly bugfix edition
This is primarily a bugfix release, but there are a couple of quality of life, performance, and accessibility improvements as well.
Autocomplete
Autocomplete has gotten a small rework. When using autocomplete to link to other markdown files, more files will be considered if the link being autocompleted doesn’t look like a relative path.
For example, when autocompleting the following link
[link](my_file
all files with names containing my_file
will be shown in the autocomplete list, including those in parent or child folders, relative to the current file.
However, the following will only display files matching the specified directory and beginning of filename:
[link](../path/to/my_file
This makes it easier to link to files by name without having to specify (or know) their relative paths.
Hopefully that makes sense. Let me know what you think.
Bug fixes
- Fixed some markdown back references not appearing in the info panel if the current file path contained spaces
- Fixed clicking links to other markdown files in the preview window not working
- Fixed spellcheck language settings failing to load properly in some cases
- Navigation buttons for future dates now correctly disabled in the statistics panel’s date picker
- Fixed expanded statistics panel using wrong colors in high contrast mode
- Fixed missing high contrast theme for date picker
- Added high contrast theme using patterns instead of color for word count statistics
- Fixed incorrect particle colors in power mode in some cases (mostly while writing code blocks)
- Fix power mode failing to engage in some cases
- Fix missing drag-and-drop display in some cases
Performance
- Fixed image autocomplete considering too many images in some cases
- Performance improvement for markdown link autocomplete
- Fix unusually sluggish performance when opening application menus on linux machines
- Reduce rendering requirements when particles disabled in power mode
Miscellaneous
- Security and maintenance updates
- More ligatures are now available in the included Fira Code font
- Slightly reduced width of wordcount chart’s tooltip border
Files
Get Deepdwn
Deepdwn
Markdown editor and organizer
Status | Released |
Category | Tool |
Author | billiam |
Tags | fountain, jotdown, markdown, markdown-editor, note-taking, productivity, screenshake, Text based, text-editor, writing |
Accessibility | High-contrast |
More posts
- v0.40.2: Autocomplete bugfixJul 20, 2024
- v0.40.1: Lint and folding bugfixesApr 24, 2024
- v0.40.0: Footnote previews + linking, navigation historyJan 06, 2024
- v0.39.0: BIG UPDATE - Fountain, diagrams, autocomplete, monospace font select...Mar 17, 2023
- v0.38.0: Mac ARM build, font selection, many bug fixesFeb 06, 2023
- v0.37.0: Minor search update, bugfixesSep 10, 2022
- v0.36.1: Outline and table improvementsAug 06, 2022
- v0.36.0: Better HTML paste and synced scrollingMay 14, 2022
- v0.35.0: Discord integration, tag autocompleteApr 10, 2022