From b21d64947928de779d50fb9e3c8a01577ee2e876 Mon Sep 17 00:00:00 2001 From: Paul Arterburn Date: Mon, 23 Sep 2024 09:59:44 -0600 Subject: [PATCH] Add faq about the date --- app/views/welcome/faqs.html.haml | 32 +++++++++++++++++++++----------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/app/views/welcome/faqs.html.haml b/app/views/welcome/faqs.html.haml index 7ecebf0a..64a4fd12 100644 --- a/app/views/welcome/faqs.html.haml +++ b/app/views/welcome/faqs.html.haml @@ -70,28 +70,39 @@ %span GENERAL %div - %h4 How do I save a copy of my entries? + %h4{id: "how-do-i-save-a-copy-of-my-entries"} How do I save a copy of my entries? %p You can download a copy of your entries at any time at the bottom of the =link_to("settings page", edit_user_registration_path + '#export') + "." - %h4 I'm new and didn't get my scheduled email. How come? + %h4{id: "im-new-and-didnt-get-my-scheduled-email-how-come"} I'm new and didn't get my scheduled email. How come? %p Things work differently on your first day. Instead of sending the email at your scheduled time, we send your first email right when you sign up. After your first day though, you'll always get your email according to =link_to("your settings", edit_user_registration_path) + "." - %h4 Is there a mobile app? + %h4{id: "is-there-a-mobile-app"} Is there a mobile app? %p There is no app for Dabble Me on Google Play or the Apple App Store. The site is built using a mobile-friendly design, so it will look great and function with ease when viewing it in any mobile browser. Also, the primary action in Dabble Me is writing an entry, which is typically done using your phone's email client (Mail.app, Gmail, etc.). - %h4 Are my entries private? + %h4{id: "are-my-entries-private"} Are my entries private? %p We're trying to keep Dabble Me as similar to a real journal as possible, so there's no way to share your entries (no way to email them, no way to post them to Twitter, no way to post them to Facebook, etc.) and they aren't searchable by search engines. Here's a link to our =link_to("privacy policy", privacy_path) + "." - %h4 Can I reply to an email more than once? + %h4{id: "can-i-reply-to-an-email-more-than-once"} Can I reply to an email more than once? %p Yes - each reply just gets added to that day's entry. - %h4 What are "Inspirations" + %h4{id: "how-can-i-set-the-date-of-an-entry-i-email-in"} How can I set the date of an entry I email in? + %p If you leave the subject line blank, the date will be today's date. If you want to adjust the date, you can add a subject line with the date in the format of "January 2, 2024" and Dabble Me will use that date instead. Another acceptable format is "2024-12-22" (YYYY-MM-DD). + + %h4{id: "what-are-inspirations"} What are "Inspirations" + %p + Ignore them if you want; they're just little quotes or questions that might inspire you to write. Entries will be tagged with a +   + %i.fa.fa-lightbulb-o +   + in the top left of the entry which you can hover over to show the inspiration that inspired the writing for that specific entry. +' + %h4{id: "what-are-inspirations"} What are "Inspirations" %p Ignore them if you want; they're just little quotes or questions that might inspire you to write. Entries will be tagged with a   @@ -99,8 +110,7 @@   in the top left of the entry which you can hover over to show the inspiration that inspired the writing for that specific entry. - - %h4 Who created this? + %h4{id: "who-created-this"} Who created this? %p This service is created and maintained by =link_to("Dabble Dev LLC", "https://paularterburn.com/", target: "_blank") + "." @@ -119,7 +129,7 @@ %br %strong –Paul Arterburn, creator of Dabble Me - %h4 How can I trust the service? + %h4{id: "how-can-i-trust-the-service"} How can I trust the service? %p Dabble Me is run by a solopreneur and a product that you can depend on. It's independent, and profitably funded by its users for over #{(Date.today.year - Date.parse("2014-09-29").year)} years. No investors. No intent of selling your data by pursuing an exit. %span{style: "display: block; margin-top: 10px;"} @@ -127,11 +137,11 @@ = link_to("GitHub repo", "http://github.com/parterburn/dabble.me", title: "View code on GitHub", target: "_blank") + "." - %h4 Is this really free? + %h4{id: "is-this-really-free"} Is this really free? %p The basic service is, but you're limited to receiving email prompts every other Sunday. If you want to use Dabble Me more often, you can subscribe for $3/month or $30/year. - %h4 If my question wasn't answered here, how can I contact you? + %h4{id: "if-my-question-wasnt-answered-here-how-can-i-contact-you"} If my question wasn't answered here, how can I contact you? %p Email is best: =mail_to("hello@#{ENV['MAIN_DOMAIN']}", "hello@#{ENV['MAIN_DOMAIN']}", encode: "hex")