The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
Shiny module for taking free-form notes and displaying them in a customizable UI.
The shinyNotes
package provides an easy way to
incorporate free-form note taking or discussion boards into your shiny
application. The package includes a shiny module,
shinynotes
, that can be included in any shiny application
to create a panel containing searchable, editable text broken down by
section headers of your choice.
Once released, you may install the stable version from CRAN, or the
development version using devtools
:
# install from CRAN
install.packages('shinyNotes')
# or the development version, via devtools
::install_github('danielkovtun/shinyNotes') devtools
To start off, try running a demo Shiny application included with the package by running:
library(shinyNotes)
::runExample('demo') shinyNotes
Notes can be directly modified by clicking the edit button and using
the generated textAreaInput
fields. To delete a note,
simply remove all text from a textAreaInput
and click
save.
You can add a new note to a section by clicking the “plus” button and
selecting an existing category to add a note to. To add a new section
header, fill in the inputs provided in the modalDialog
.
See the full documentation at https://danielkovtun.github.io/shinyNotes/.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.