-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Export Notes as PDF #504
base: master
Are you sure you want to change the base?
Export Notes as PDF #504
Conversation
@taniarascia Could you please review this PR ? |
Um are the devs going to do the reviews they apparently need to get this merged, because this is a pretty useful feature and it seems to have passed all the checks. |
@@ -118,12 +119,88 @@ function* syncSettings() { | |||
} catch (error) {} | |||
} | |||
|
|||
export const getNoteTitle = (text: string): string => { |
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.
Instead of duplicating this code, it can be imported.
This is a great idea! However the app will only ever be deployed in "demo-mode", that is, client side only. This feature requires a Node app to be running. So either the button should be hidden in demo mode and is understood to only work on the self-hosted version, or it would have to work client-side only. |
Feature request : #487
This PR adds the following:
Browser checklist
This PR has been tested in the following browsers:
Testing checklist