]> BookStack Code Mirror - website/commitdiff
v22.06: added post images
authorDan Brown <redacted>
Thu, 23 Jun 2022 15:00:08 +0000 (16:00 +0100)
committerDan Brown <redacted>
Thu, 23 Jun 2022 15:00:08 +0000 (16:00 +0100)
content/blog/bookstack-release-v22-06.md
static/images/2022/06/attachment_dropdown.png [new file with mode: 0644]
static/images/2022/06/auth_auto_initiate.png [new file with mode: 0644]
static/images/2022/06/code_editor_redesign.png [new file with mode: 0644]
static/images/2022/06/convert_book_to_shelf.png [new file with mode: 0644]
static/images/2022/06/custom_head_html_setting.png [new file with mode: 0644]

index 3821828ab3ba4fdfe324f048bc223045fad4cfa8..c1e4cc68c87f756b10e831bf1c70495bdfaa6d06 100644 (file)
@@ -25,7 +25,7 @@ To help with organisation, you can now convert chapters and books up within the
 The option to do this can be found when editing a chapter or book, where you'll also find some considerations
 in regards to how this may affect content:
 
-TODO - Image of book promote view
+![View of the "Convert to Shelf" option when editing a book](/images/2022/06/convert_book_to_shelf.png)
 
 Converting a book to a shelf will also convert chapters, within the book, to become new books themselves. 
 If pages previously existed in the book, without being in a chapter, they will form their own new book with a name matching that of the original parent book but with " Pages" append onto it.
@@ -43,7 +43,7 @@ AUTH_AUTO_INITIATE=false
 With this enabled, BookStack will automatically start the authentication redirect process upon access
 to the standard login endpoint. Users will see a loading view while this occurs:
 
-TODO - IMAGE OF AUTO_INIT VIEW
+![View showing "Attempting Login" with a loading spinner and help text](/images/2022/06/auth_auto_initiate.png)
 
 Thanks to [@rjmidau](https://github.com/BookStackApp/BookStack/pull/3406) for building out this feature.
 
@@ -51,7 +51,7 @@ Thanks to [@rjmidau](https://github.com/BookStackApp/BookStack/pull/3406) for bu
 
 The WYSIWYG code editor design has been refactored in this release to provide a cleaner look that makes more efficient use of space for easier editing. The language list is now an easier-to-parse single column that will auto-scroll and highlight based on language input.
 
-TODO - Image of code editor
+![Screenshot of the code editor popup window, with code languages listed down the left](/images/2022/06/code_editor_redesign.png)
 
 Upon the visual changes, the code language list has been updated with some requested options including TypeScript, Diffs, Julia, OCaml and Rust.
 
@@ -64,7 +64,7 @@ Most of this was tightening of margins, paddings, hover-states & animations, imp
 
 The "Custom HTML Head Content" setting, shown in the "Customization" category, is now rendered using a codemirror block which provides syntax highlighting, which should help indicate errors, and is generally more pleasant to edit code within.
 
-TODO - Image of setting
+![Screenshot of the "Custom HTML Head Content" setting rendered using a code editor](/images/2022/06/custom_head_html_setting.png)
 
 #### Attachment Link Dropdown
 
@@ -74,7 +74,7 @@ This allows you to select the method of opening, providing a choice between:
 - Download (The default) - Forced browser download as file.
 - Open in Tab - Will display the file in-browser if the file-type is safe and if the browser supports viewing that file type.
 
-TODO - Image of dropdown
+![Example of a page attachment dropdown in BookStack](/images/2022/06/attachment_dropdown.png)
 
 Previously the "Open in Tab" option was fairly hidden, requiring URL manipulation or a keyboard shortcut to access, so this change should make this much more accessible.
 
@@ -82,8 +82,6 @@ Previously the "Open in Tab" option was fairly hidden, requiring URL manipulatio
 
 The markdown editor preview display has received some behind-the-scenes changes to provide a more performant and provide a smoother experience. The display now receives changes via a virtual DOM diffing implementation which means only changed parts of the display will be updated, instead of the previous method of replacing the whole content code upon each update. This should especially improve scenarios where external embedded content is shown.
 
-TODO - Image of markdown display?
-
 ### Visual Theme System Template Updates
 
 In this release cycle we've made some changes that should provide an easier and more maintainable experience using [the visual theme system](https://github.com/BookStackApp/BookStack/blob/development/dev/docs/visual-theme-system.md) to customize a few specific areas:
diff --git a/static/images/2022/06/attachment_dropdown.png b/static/images/2022/06/attachment_dropdown.png
new file mode 100644 (file)
index 0000000..5e8ab9f
--- /dev/null
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4c496ee371f10aa3456294d6ab1dfa29d9862c88f50c057f3acba1492a05f561
+size 7893
diff --git a/static/images/2022/06/auth_auto_initiate.png b/static/images/2022/06/auth_auto_initiate.png
new file mode 100644 (file)
index 0000000..86f94ae
--- /dev/null
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c97343cc451e1f2ff115ba9c7ba72f388d4fd93c0f2de416a91680be9e638ab6
+size 15783
diff --git a/static/images/2022/06/code_editor_redesign.png b/static/images/2022/06/code_editor_redesign.png
new file mode 100644 (file)
index 0000000..b5fd564
--- /dev/null
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:980d5580f575543097bbc90bebdf10677c00fdd96c45c5e9d6bb54b3982a8fd7
+size 39693
diff --git a/static/images/2022/06/convert_book_to_shelf.png b/static/images/2022/06/convert_book_to_shelf.png
new file mode 100644 (file)
index 0000000..b5bff9d
--- /dev/null
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:20c1325d36e333f5f760c8ee49619c203a89f6b064622db42b9b137cdec71831
+size 32494
diff --git a/static/images/2022/06/custom_head_html_setting.png b/static/images/2022/06/custom_head_html_setting.png
new file mode 100644 (file)
index 0000000..cb2d03f
--- /dev/null
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e2403b34b0a87992538c6b0b44c13a3a105342bfb9cea1ddddc760809bd2758f
+size 32767