Releases: TheodoreChu/append-editor
v1.1.0
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
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
v1.1.0-alpha.12
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
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
v1.1.0-alpha.9
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
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
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
toselect
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
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
toselect
for better usability 9e13714
See the full changelogs for the details of every change in this release.