- 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)
- Note names now can only contain alphanumeric characters, underscores (_) and dots (.).
- Added
testthat
infrastructure.
- Support for exporting notes as GitHub Issues
- New tabstrip interface
- Added "About" tab
- Add support for multiple notes
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 logo for
{scribblr}
- "Close" button becomes "Done" button
- UI displays the logo
- 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)
- Pressing Tab in text input area is now used to add indentation (#2)
scribblr
file paths are now generated withfile.path()
, for platform independence.- Added GitHub link to user interface.
scribblr
now importsusethis
.