Releases: billthefarmer/notes
Releases · billthefarmer/notes
Version 1.20
- Add character set detection
- Update share
Version 1.19
- Update file provider URI resolver
- Update about dialog layout by @yuhuitech
- Update German translation by @uli-on
Version 1.18
- Add printing, either to printer or PDF file
- Change keyboard shortcut from Ctrl+A to Ctrl-D – Done because Ctrl+A is also select all
Version 1.17
- Open text/markdown files from file managers and other apps
- Add keyboard shortcuts when using an external keyboard
Keyboard shortcuts
- Ctrl+A – Accept, changed to Ctrl+D – Done
- Ctrl+E – Edit
- Ctrl+N – New file
- Ctrl+O – Open file
- Ctrl+S – Save file
- Ctrl+Shift+S – Save as
Version 1.16
- Refresh markdown view on script or style edit
- Add
rwt
mode to output stream
- Update commonmark version
Version 1.15
- Add scrollable row of folder buttons to chooser dialog
Version 1.14
- Add autolink and yaml front matter
- Add Storage button to save as dialog and chooser dialog to add the option of using the android file manager to open and save files on a removable SD card.
Front matter
---
what: Schopping
where:
- Tesco
- Lidl
description: |
Get the bargains
---
Autolink
Mark@Down.org
https://github.com/billthefarmer/notes
Mark@Down.org
https://github.com/billthefarmer/notes
Version 1.13
- Add tables and task lists
Table
| Syntax | Description |
| --- | --- |
| Header | Title |
| Paragraph | Text |
Syntax |
Description |
Header |
Title |
Paragraph |
Text |
Task list
- [ ] task #1
- [x] task #2
Version 1.12
- Update theme
- Update markdown view
- Update save logic