diff --git a/content/faq.md b/content/faq.md new file mode 100644 index 000000000..5dfaee5eb --- /dev/null +++ b/content/faq.md @@ -0,0 +1,10 @@ +--- +title: FAQ +id: faq +permalink: /faq +--- +## General +### [[notes/how-to-reset-password|1. I have trouble signing in. How do I reset my password?]] +### [[notes/how-to-fix-obsidian-plugin-sync|2. Fleeting Notes Obsidian Plugin is not syncing corectly. How do I fix it?]] +## Security +### [[notes/how-secure-is-fleeting-notes-sync|1. How secure is the sync in Fleeting Notes?]] diff --git a/content/notes/how-secure-is-fleeting-notes-sync.md b/content/notes/how-secure-is-fleeting-notes-sync.md new file mode 100644 index 000000000..54acd8dc1 --- /dev/null +++ b/content/notes/how-secure-is-fleeting-notes-sync.md @@ -0,0 +1,8 @@ +--- +title: How secure is Fleeting Notes sync +date: 2022-07-22 +lastmod: 2022-07-22 +--- +When notes are sent to the server, they're transferred through [[notes/secure socket layer|SSL]]. Within the server, notes will be stored in plain text. For an added layer of security, [[posts/end-to-end-encryption-in-fleeting-notes|end-to-end encryption can be enabled]]. This makes notes inaccessible by us or any potential eavesdroppers such as your internet service provider. + +We use industry-standard AES-256 to encrypt your data for [[notes/end-to-end encryption|E2EE]]. AES-256 is a military-grade encryption specification that's widely used in for example online banking. \ No newline at end of file diff --git a/content/notes/how-to-fix-obsidian-plugin-sync.md b/content/notes/how-to-fix-obsidian-plugin-sync.md new file mode 100644 index 000000000..ba81bc0bc --- /dev/null +++ b/content/notes/how-to-fix-obsidian-plugin-sync.md @@ -0,0 +1,10 @@ +--- +title: How to fix Obsidian plugin sync +date: 2022-07-22 +lastmod: 2022-07-22 +--- +There could be a number of reasons as to why the sync doesn't work. Here are some steps to follow to ensure the sync works as expected. + +1. Check that the username, password, and encryption key (if you have one) are correct +2. If two-way sync is enabled, ensure that the note-template is the default note template. You can refresh the template with the button beside it. +3. Once the above steps are done, try deleting all your Fleeting Notes. Then run the sync command to pull all the notes to a specified folder. \ No newline at end of file diff --git a/content/notes/how-to-reset-password.md b/content/notes/how-to-reset-password.md new file mode 100644 index 000000000..97d691cae --- /dev/null +++ b/content/notes/how-to-reset-password.md @@ -0,0 +1,8 @@ +--- +title: How to reset your password in Fleeting Notes +date: 2022-07-22 +lastmod: 2022-07-22 +--- +To reset your password go to the Fleeting Notes app, then navigate to the settings. Once you're there click "Trouble signing in?" and follow the steps to reset the password. + +**Note**: The password reset email usually ends in the spam folder \ No newline at end of file diff --git a/content/notes/secure socket layer.md b/content/notes/secure socket layer.md new file mode 100644 index 000000000..dc740cf91 --- /dev/null +++ b/content/notes/secure socket layer.md @@ -0,0 +1,8 @@ +--- +title: secure socket layer +date: 2022-07-22 +lastmod: 2022-07-22 +--- +The standard technology for keeping an internet connection secure and safeguarding any sensitive data that is being sent between two systems + +source: https://www.websecurity.digicert.com/en/ca/security-topics/what-is-ssl-tls-https \ No newline at end of file diff --git a/content/privacy-policy.md b/content/privacy-policy.md index 783c0d38c..d3b2c77a0 100644 --- a/content/privacy-policy.md +++ b/content/privacy-policy.md @@ -3,7 +3,6 @@ title: Privacy Policy id: privacy-policy permalink: /privacy-policy --- -# PRIVACY POLICY Thank you for choosing to be part of our community at Fleeting Notes ("Company," "we," "us," or "our"). We are committed to protecting your personal information and your right to privacy. If you have any questions or concerns about this privacy notice or our practices with regard to your personal information, please contact us at ithinkwong@gmail.com. This privacy notice describes how we might use your information if you: diff --git a/content/terms-and-conditions.md b/content/terms-and-conditions.md index 7c6d67040..f03bc9242 100644 --- a/content/terms-and-conditions.md +++ b/content/terms-and-conditions.md @@ -4,7 +4,6 @@ id: terms-and-conditions permalink: /terms-and-conditions --- -# TERMS AND CONDITIONS By downloading or using the app, these terms will automatically apply to you – you should make sure therefore that you read them carefully before using the app. You’re not allowed to copy or modify the app, any part of the app, or our trademarks in any way. You’re not allowed to attempt to extract the source code of the app, and you also shouldn’t try to translate the app into other languages or make derivative versions. The app itself, and all the trademarks, copyright, database rights, and other intellectual property rights related to it, still belong to Fleeting Notes. Fleeting Notes is committed to ensuring that the app is as useful and efficient as possible. For that reason, we reserve the right to make changes to the app or to charge for its services, at any time and for any reason. We will never charge you for the app or its services without making it very clear to you exactly what you’re paying for. diff --git a/data/config.yaml b/data/config.yaml index 8e51a25c6..41060cf88 100644 --- a/data/config.yaml +++ b/data/config.yaml @@ -12,3 +12,5 @@ links: link: /privacy-policy - link_name: Terms and Conditions link: /terms-and-conditions + - link_name: FAQ + link: /faq diff --git a/layouts/shortcodes/pricing-tables.html b/layouts/shortcodes/pricing-tables.html index 42c6de067..e3f85b069 100644 --- a/layouts/shortcodes/pricing-tables.html +++ b/layouts/shortcodes/pricing-tables.html @@ -5,6 +5,7 @@