total words written
total documents
document versions
| Title | Word count | History | Analyzed? |
|---|---|---|---|
|
<%= Document.icon %>
<%= link_to document.title, document, class: "#{Document.text_color} hover:underline" %>
|
<%= number_with_delimiter(document.cached_word_count || 0) %> <%= 'word'.pluralize(document.cached_word_count || 0) %> |
Created <%= time_ago_in_words document.created_at %> ago
(<%= document.created_at.strftime("%m/%d/%Y") %>)
Last updated <%= time_ago_in_words document.updated_at %> ago
(<%= document.updated_at.strftime("%m/%d/%Y") %>)
|
<% if document.document_analysis.where.not(completed_at: nil).any? %> <%= link_to 'Yes', analysis_document_path(document), class: 'text-orange-500 hover:text-orange-600 hover:underline' %> <% else %> <%= link_to 'No', analysis_document_path(document), class: 'text-gray-600 hover:text-gray-800 hover:underline' %> <% end %> |
Notebook.ai automatically creates backups of your documents as often as every five minutes as you're writing. The following charts estimate approximately how much time you spend writing in Notebook.ai each day based on how many of those automatic backups were created.
(for your 10 longest documents)
(for your 10 most recent documents)