Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

0.0.4+1

Pre-release
Pre-release
Compare
Choose a tag to compare
@gordonbrander gordonbrander released this 29 Apr 17:25
· 395 commits to main since this release
a6a61a1

This release adds wikilinks, bold, italic, and code formatting to Subtext.

Thanks to alpha testers! More bug fixes thanks to your report. Continual improvement. "Try again, fail again, fail better." (Samuel Beckett)

Release notes

Enhancements

  • [[Wikilinks]]: wrap text in [[...]] to link it.
  • Bold: wrap text in asterisks to bold it
  • Italic: wrap text in underscores to italicize it
  • Code: wrap text in backticks to mark it as code.
  • Formatting toolbar - select text and hit toolbar button too link, bold, italic, or code the text.

Changes

  • Edit mode "Done" button replaced by keyboard dismiss button in keyboard toolbar (more ergonomic)
  • Journal template has changed to _special/journal-template When you create a note with this slug, the contents of the note will be used to pre-populate journal entries.

Bug fixes

  • Show backlinks when editing. Softer transition between edit and view mode in notes.
  • Fix submitting via keyboard in search-or-create flow (thanks testers!)

Other changes

  • Many unit tests. Subconscious is getting more reliable.