diff --git a/.github/annotations.png b/.github/annotations.png deleted file mode 100644 index b7b6ee017..000000000 Binary files a/.github/annotations.png and /dev/null differ diff --git a/.github/canvasmodel.png b/.github/canvasmodel.png deleted file mode 100644 index 3f52dd057..000000000 Binary files a/.github/canvasmodel.png and /dev/null differ diff --git a/.github/characters1.png b/.github/characters1.png deleted file mode 100644 index 8898912f3..000000000 Binary files a/.github/characters1.png and /dev/null differ diff --git a/.github/entity.gif b/.github/entity.gif deleted file mode 100644 index eb30cc69a..000000000 Binary files a/.github/entity.gif and /dev/null differ diff --git a/.github/entitymodel.png b/.github/entitymodel.png deleted file mode 100644 index c52b557e0..000000000 Binary files a/.github/entitymodel.png and /dev/null differ diff --git a/.github/main2.gif b/.github/main2.gif new file mode 100644 index 000000000..b26c1f6d0 Binary files /dev/null and b/.github/main2.gif differ diff --git a/.github/pdf.png b/.github/pdf.png deleted file mode 100644 index c03050c53..000000000 Binary files a/.github/pdf.png and /dev/null differ diff --git a/.github/statistics.png b/.github/statistics.png deleted file mode 100644 index 40e4423c8..000000000 Binary files a/.github/statistics.png and /dev/null differ diff --git a/README.md b/README.md index 80cd2f9a8..3d88e4e80 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,11 @@ betterwrite.io
- - - +

+ + + +

# Features @@ -42,7 +44,11 @@ betterwrite.io # An Editor for Creative Writing -Unlike traditional word processors, *betterwrite* focuses on producing an out-of-the-curve experience for writers and writing derivatives, bringing with it several additional tools to increase the flow of use: +Unlike traditional word processors, *betterwrite* focuses on producing an out-of-the-curve experience for writers and writing derivatives, bringing with it several additional tools to increase the flow of use. + +

+ +

- **Full Customization**: The editor is fully customizable with the main focus on emphasizing the writer's creativity and adapting all the context at his disposal. In addition to standard themes, *betterwrite* allows for custom backgrounds (including *gifs*) and the use of external fonts within the editor itself. diff --git a/docs/ENTITY_MODEL.md b/docs/ENTITY_MODEL.md index 8fa8cfd41..5c8ebd3bb 100644 --- a/docs/ENTITY_MODEL.md +++ b/docs/ENTITY_MODEL.md @@ -2,18 +2,6 @@ Better Write works with the Entity Model, where each item in the editor is unique and independent of other content. This model allows the creation of resources that do not necessarily function as texts, such as Lists, Checkboxes, Images and Drawings. The generators do not need to extract data from the editor because with the Entity Model we can standardize the project data, allowing the extensions (.PDF, .DOCX, .HTML, .TXT) to work independently and a new external extensions support. -## Comparison - - - -- Canvas Model (Common in other Word Processors) - - - -- Entity Model - - - ## Contenteditable To more easily deal with the issue of data entry (mainly keyboard related) it was necessary to create a specific package (better-write-contenteditable-ast) to deal only with the editor and provide what is necessary for the tools that depend on it (eg document exporters). The contenteditable is an html helper that allows you to treat a specific tag as editable (similar to input). The great advantage is its adaptability and the possibility of control that the tool provides, allowing you to browse the AST in a more coherent way (and without worrying about errors in italics, for example). diff --git a/docs/GENERATOR_FLOW.md b/docs/GENERATOR_FLOW.md index eabcc618b..72906e7ae 100644 --- a/docs/GENERATOR_FLOW.md +++ b/docs/GENERATOR_FLOW.md @@ -34,8 +34,4 @@ Custom types that are not traditionally text or images depend on whether the doc > The TXT text generator fails to convert the vast majority of blocks, discarding all non-text entity types. -> Which features the word processor supports by each extension can be found in the **Help -> Questions** section. - -## Customization - - \ No newline at end of file +> Which features the word processor supports by each extension can be found in the **Help -> Questions** section. \ No newline at end of file