Skip to content

Releases: swarm-lab/editR

editR 0.2.1

08 Oct 14:09
Compare
Choose a tag to compare
  • Added live autocompletion in the editor.

editR 0.2.0

05 Apr 05:03
Compare
Choose a tag to compare
  • The UI has been rewritten to be compatible with the latest version of shiny (>=0.11) and with Twitter Bootstrap 3.
  • The UI and server now rely (almost) only on packages available on CRAN. Most experimental packages used previously are not necessary anymore, making the installation process easier.
  • The editR function does not require the path to a rmarkdown file anymore. If no path is provided, editR will create a new temporary file that can be saved later from within the UI.
  • Added a "New file" menu to create new rmarkdown file from within the UI.
  • Added a "Save file as" menu to save new documents or save existing documents under a different name.
  • Added keyboard shortcuts for "New file" and "Save file as".
  • The structure of the app source code has been modified to be more modular and easier to modify/update.

editR 0.1.5

14 Jan 02:43
Compare
Choose a tag to compare
editR 0.1.5 Pre-release
Pre-release
  • Added menu item to select editor theme.
  • Added automatic caching of code chunks to speed up preview.
  • Added automatic numbering of headings.

editR 0.1.4

08 Jan 20:50
Compare
Choose a tag to compare
editR 0.1.4 Pre-release
Pre-release

Added 'Help' menu with 'About' submenu and 'Keyboard shorcuts' submenu.

editR 0.1.3

07 Jan 21:58
Compare
Choose a tag to compare
editR 0.1.3 Pre-release
Pre-release

Added possibility to display editor or preview only.

editR 0.1.2

05 Jan 20:11
Compare
Choose a tag to compare
editR 0.1.2 Pre-release
Pre-release
  • Added file containing release notes.
  • When editR cannot parse the markdown file without error, it shows the last working version instead but displays it with reduced opacity to indicate an error.

editR 0.1.1

05 Jan 20:04
Compare
Choose a tag to compare
editR 0.1.1 Pre-release
Pre-release
  • Added 'View' menu.
  • In 'View' menu, added possibility to increase/decrease font size in editor and preview