-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Notes fixed with additional option to put own notes #491
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Question: How can I save the new report with additional text? If I do the strg+S it prompts me to save a mhtml which I do not want.
If saving to a html does not work would rather leave it out for now and add it as upcoming feature
@@ -170,6 +170,13 @@ enrichment_analysis_geneset_server <- function( | |||
|
|||
if(isTruthy(input$Notes) & !(isEmpty(input$Notes))){ | |||
fun_LogIt(message = "<span style='color:#298c2f;'>**Personal Notes:**</span>") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fun_LogIt(message = "<span style='color:#298c2f;'>**Personal Notes:**</span>") | |
fun_LogIt(message = "<span style='color:#298c2f;'>**Personal Notes:**</span>") |
Can be removed I think as not Personal Notes in small and greens shows up but the 'Notes' are massiv
program/shinyApp/R/C_strings.R
Outdated
) | ||
NOTES_ADDITIONAL <<- '<textarea name="textarea" rows="5" cols="30" placeholder="Place here additional notes on the fly..."></textarea>"' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NOTES_ADDITIONAL <<- '<textarea name="textarea" rows="5" cols="30" placeholder="Place here additional notes on the fly..."></textarea>"' | |
NOTES_ADDITIONAL <<- '<textarea name="textarea" rows="5" cols="30" placeholder="Place here additional notes on the fly..."></textarea>' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also I think we can expand on the cols initially - windo is quite narrow
No description provided.