Your Notebook.ai design

<%= f.label :fluid_preference do %> <%= f.check_box :fluid_preference %> I want to use full-width Notebook.ai.
Great for small monitors/laptops, phones, and tablets.
<% end %>

<%= f.label :dark_mode_enabled do %> <%= f.check_box :dark_mode_enabled %> I want to use dark mode.
Great for night-time worldbuilding sessions.
<% end %>

Accessibility settings

<%= f.label :keyboard_shortcuts_preference do %> <%= f.check_box :keyboard_shortcuts_preference %> Enable keyboard shortcuts that let me navigate around the site without using a mouse.
Press ? to view what's available when the feature is enabled.
<% end %>

Notification preferences

<%= f.label :notification_updates do %> <%= f.check_box :notification_updates %> I want to receive occasional notifications inside Notebook.ai about new features. <% end %>

<%= f.label :email_updates do %> <%= f.check_box :email_updates %> I want to receive very rare updates by email about new Notebook.ai features. <% end %>

To change your forum preferences, including email notifications for posts you are following, please <%= link_to thredded.edit_global_preferences_path do %> click here. <% end %>

Community preferences

<%= f.label :community_features_enabled do %> <%= f.check_box :community_features_enabled %> I want to be able to see and use Notebook.ai community features.
Unchecking this box will remove all links in the "Community" section of the sidebar.
<% end %>

<%= f.label :private_profile do %> <%= f.check_box :private_profile %> Make my profile page private.
All of your worldbuilding pages, documents, timelines, and other content on Notebook.ai are private by default. Checking this box will also make your <%= link_to 'profile page', current_user %> private.
<% end %>