Releases: swarm-lab/editR
Releases · swarm-lab/editR
editR 0.2.1
- Added live autocompletion in the editor.
editR 0.2.0
- 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
- 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
Added 'Help' menu with 'About' submenu and 'Keyboard shorcuts' submenu.
editR 0.1.3
Added possibility to display editor or preview only.
editR 0.1.2
- 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
- Added 'View' menu.
- In 'View' menu, added possibility to increase/decrease font size in editor and preview