Released: WiP
- Added an application command for jumping to the markdown document viewer.
- Added
document
as a command that the command line understands.
Released: 2025-02-19
- Added
changelog
as a command that the command line understands. (#33) - Added
readme
as a command that the command line understands. (#33) - Fixed failing when opening a document-relative local non-markdown file from a click. (#34)
Released: 2025-02-18
- Added the ability to save a copy of the currently-viewed document. (#15)
- Made
chdir
a lot less fussy about the path given. (#18) - Added
quit
as a command that the command line understands. (#24) - Added
dir
andls
as aliases forchdir
. (#24) - Added
contents
as a command that the command line understands. (#24) - Added
bookmarks
as a command that the command line understands. (#24) - Added
history
as a command that the command line understands. (#24) - Added
local
as a command that the command line understands. (#24) - Added
help
as a command that the command line understands. (#24) - Changed command line completion so that if history is empty, known commands are suggested. (#29)
Released: 2025-02-16
- The bookmark search command palette now sorts the bookmarks. (#2)
- The suggester for the command line now prefers newer history entries over older. (#3)
- Added the ability to move the command line to the top of the screen. (#5)
- Added the ability to copy the current location to the clipboard. (#9)
- Added the ability to copy the currently-viewed Markdown to the clipboard. (#9)
- Added the ability to edit a Markdown document if it's in the local filesystem. (#10)
- Pinned Textual to v1.0.0 for now as it broke
OptionList
.
Released: 2025-02-14
- Initial release.
Released: 2025-02-07
- Initial placeholder package to test that the name is available in PyPI.