Skip to content

Releases: TheodoreChu/append-editor

v1.1.0

23 Nov 06:26
85d0e15
Compare
Choose a tag to compare

Release Notes

Version v1.1.0 of the Append Editor features two new editing modes: the Dynamic mode based on the Rich Markdown Editor developed by Outline and the Monaco mode based on the Monaco Editor. The Dynamic mode is a what-you-see-is-what-you-get markdown editor with live formatting. The Monaco mode provides syntax highlighting for Markdown and more than 50 other programming languages in a way similar to the Visual Studio Code text editor.

This version also many improvements to the usability and styling of the editor including option to save and load default settings and a shortcut to edit-only mode (click view with the append mode off).

See the full changelogs for the details of every change in this release. Also view the Releases page to view the changes of each alpha for this release.


Changes from v1.1.0-alpha.14

Fixes

  • Default settings not loading immediately after saving c1e4ca4
  • Remove sk-h2 className from saveAsDefault settings ad4c5c2
  • Hide irrelevant font settings in Settings based on chosen editor 622c48b

Docs

  • Update features, settings, acknowledgements, and resources 3e9a859

Behind the scenes

  • Fix: clean gh-pages cache before deploying 3216b42

v1.1.0-alpha.14

22 Nov 09:58
3acc1af
Compare
Choose a tag to compare
v1.1.0-alpha.14 Pre-release
Pre-release

Features

  • Custom default settings 9fc1b83
  • Built-in dark mode according to system theme c7b6cc4
  • Allow rendering HTML with Monaco when 'html' is set as the language 2f16a77

Fixes

  • Issue with Append Mode closing when it isn't empty b258666
  • Make line height scale with font size fc76745, f59cb6e
  • Do not append custom stylesheet when it's empty 4ffcc30
  • Padding in the Dynamic editing mode on mobile cc6d677
  • Fix padding in the button group in the header to show full outline. Also add titles to the scroll to top/bottom buttons 7714e6e

Behind the scenes

  • Improved Type checking fce11ef
  • Updated dependencies 15b6434
  • Split print and CodeMirror styles into separate .scss files c1b6af0

Docs

  • Switched to GitHub Projects to track tasks 09066c8
  • Updated features 4c4e01d
  • Added 'Developed by Outline' to the README.md when mentioning the Rich Markdown Editor 4a1a4aa
  • Changed Custom Editor to editor 22e9ca0

See the full changelogs for the details of every change in this release.

v1.1.0-alpha.13

13 Nov 07:13
22e49fe
Compare
Choose a tag to compare
v1.1.0-alpha.13 Pre-release
Pre-release

Fixes

  • Dynamic view mode not refreshing when switching between notes f7fddbb
  • Headers jumping in dynamic mode (fixed upstream) be8493c
  • Link to the Rich Markdown Editor bb93b51

v1.1.0-alpha.12

11 Nov 05:51
0a2a64b
Compare
Choose a tag to compare
v1.1.0-alpha.12 Pre-release
Pre-release

Fixes

  • Custom fonts and font sizes for Dynamic mode 6aea259
  • Padding in Intro and Help
  • Word wrapping not working

See the full changelogs for the details of every change in this release.

v1.1.0-alpha.11

11 Nov 03:55
7c03c79
Compare
Choose a tag to compare
v1.1.0-alpha.11 Pre-release
Pre-release

Fixes

  • Append mode not clearing on append when using dynamic mode 7000de4
  • Styling the intro and help sections

See the full changelogs for the details of every change in this release.

v1.1.0-alpha.10

11 Nov 03:14
a112804
Compare
Choose a tag to compare
v1.1.0-alpha.10 Pre-release
Pre-release

Features

Behind the scenes

  • Refactored how editing modes are stored f3f9264

See the full changelogs for the details of every change in this release.

v1.1.0-alpha.9

09 Nov 07:19
6d411f5
Compare
Choose a tag to compare
v1.1.0-alpha.9 Pre-release
Pre-release

Features

  • Radio buttons in Settings 56116e1
  • Custom font size in Monaco 56116e1
  • Link to release notes in Help b06ff30

Fixes

  • Remove text/html language (duplicate of html) 9290378

See the full changelogs for the details of every change in this release.

v1.1.0-alpha.8

08 Nov 21:05
b891fe7
Compare
Choose a tag to compare
v1.1.0-alpha.8 Pre-release
Pre-release

Features

  • Render custom languages as code blocks
  • Switch to vs.scss for syntax highlighting

Fixes

  • Issues in Settings:
    • Removed obsolete instructions for custom CSS
    • Hide custom language when Monaco is turned off
      bb227c4

See the full changelogs for the details of every change in this release.

v1.1.0-alpha.7

08 Nov 09:02
65af23b
Compare
Choose a tag to compare
v1.1.0-alpha.7 Pre-release
Pre-release

Features

  • Custom languages for Monaco Editor fe2612b

Fixes

  • CodeMirror not loading when canceling Settings c792430
  • Flashing horizontal scroll bar when using Monaco Editor d689385
  • Change custom font size selection from input to select for better usability 9e13714

See the full changelogs for the details of every change in this release.

I published alpha.7 because I accidentally published alpha.6 before committing the correct version number, so downloads failed.

v1.1.0-alpha.6

08 Nov 08:55
9e13714
Compare
Choose a tag to compare
v1.1.0-alpha.6 Pre-release
Pre-release

Features

  • Custom languages for Monaco Editor fe2612b

Fixes

  • CodeMirror not loading when canceling Settings c792430
  • Flashing horizontal scroll bar when using Monaco Editor d689385
  • Change custom font size selection from input to select for better usability 9e13714

See the full changelogs for the details of every change in this release.