0.10.7
2026-05-11
Changes:
- When creating new note, automatically goes into edit mode and opens keyboard
- Swipe from right side on note screen no longer opens table of contents, now only accessible through bottom button
- Bottom messages from actions now shows file/folder name
- Checkboxes now edit text and save when toggling them from preview mode
- Creating notes without a name automatically gives it "untitled" name
- File names in editor are no longer selectable to copy text
- Added option for notes to default to edit mode on open instead of preview
- To find setting, open any note > select 3 vertical dots > select Configure
- Added button in settings for where to report issues
- Added a recently opened notes tab in drawer to see notes viewed the past week
- Redesign of the Settings screens and About page
- Improved tag parsing
- Added Superscript and Subscript markdown syntax
- Moved toolbar config to separate json file
- Added sketchpad that saves files as ".bson" files
- Changed file duplication increments with a number instead of adding "_copy" to name over and over.
- Added a share button on note editor (for text), and to PDF and Image viewers (to share file)
Fixed:
- Note preview not updating after editing
- Fixed issue with note editors text selection extending across full width of screen instead of only around text
- Empty notes no longer show "..." when it is empty
- Recently opened files list trying to show files that don't exist
- File duplication appending additional numbers if duplicating a duplicate
- Drawer not seeing most tags
- Custom style settings not being loaded on startup
- Tags showing up incorrectly in drawer tag menu
- Fixed archive screen navigation breaking
0.10.2
2025-08-21
- Ability to link and display local images inside markdown notes
- Frontmatter support to add metadata for md file
- Can be used to modify visible title, description (preview), background color and text color (see wiki for more details)
- Table maker to toolbar
- Folder priority sorting option (display folders above or below files)
- CSV parser into markdown table- More customization options in settings- Added WikiLinks support
- List of tags in drawer
- A lot of bug fixes and optimizations