Fixes

  • Indenting with Tab in text area is now undo-able (with Ctrl+Z) (#19)
  • Added instructions to install from my R-universe in README (#13)
  • Import utils.
  • Fix encoding of reserved symbols (e.g. #) in URL queries for exporting notes as GitHub issues.
  • Fix broken icons in “About” page (#25)

API changes

  • Note names now can only contain alphanumeric characters, underscores (_) and dots (.).

Testing

  • Added testthat infrastructure.

New features

  • Support for exporting notes as GitHub Issues

UI changes

  • New tabstrip interface
  • Added “About” tab

New features

  • Add support for multiple notes

Backward incompatible changes

  • scribblr notes and settings are now stored in the “.scribblr” directory under the project’s root (previously this was a single “.scribblr” text file).

New features

UI change

  • “Close” button becomes “Done” button
  • UI displays the logo

New features

  • Notes can now be exported to an external file (#4)
  • Markdown previews now available (#3)
  • Added placeholder text explaining when and where scribblr notes are stored (#4)

Fixes

  • Pressing Tab in text input area is now used to add indentation (#2)
  • scribblr file paths are now generated with file.path(), for platform independence.
  • Added GitHub link to user interface.
  • scribblr now imports usethis.