import { FunctionComponent } from 'preact' import { Title, Subtitle, Text, LinkButton, PreferencesGroup, PreferencesPane, PreferencesSegment, } from '@/Components/Preferences/PreferencesComponents' export const HelpAndFeedback: FunctionComponent = () => ( Frequently asked questions
Who can read my private notes? Quite simply: no one but you. Not us, not your ISP, not a hacker, and not a government agency. As long as you keep your password safe, and your password is reasonably strong, then you are the only person in the world with the ability to decrypt your notes. For more on how we handle your privacy and security, check out our easy to read{' '} Privacy Manifesto. Can I collaborate with others on a note? Because of our encrypted architecture, Standard Notes does not currently provide a real-time collaboration solution. Multiple users can share the same account however, but editing at the same time may result in sync conflicts, which may result in the duplication of notes. Can I use Standard Notes totally offline? Standard Notes can be used totally offline without an account, and without an internet connection. You can find{' '} more details here. Can’t find your question here? Community forum If you have an issue, found a bug or want to suggest a feature, you can browse or post to the forum. It’s recommended for non-account related issues. Please read our{' '} Longevity statement {' '} before advocating for a feature request. Community groups Want to meet other passionate note-takers and privacy enthusiasts? Want to share your feedback with us? Join the Standard Notes community groups for discussions on security, themes, editors and more. Account related issue? Send an email to help@standardnotes.com and we’ll sort it out. )