-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Text Editor: Save and load drafts as markdown via localStorage
- Add support for tying localStorage keys to session - Ensure prototypes are applied first - Make TextEditor more navigable with more regions and ctrl+clickable vars & types within each region - Add support for strikethrough, underline, and text align markdown parse/serialise - Make autolabel smarter when used in named forms to ensure that text editor names stay the same (and thereby can be saved & loaded) - Ensure `name` attribute is set to valid text - Fix text editor not having white-space: pre-wrap - Fix async import() not working - Fix slots not running content cleanup function on remove
- Loading branch information
1 parent
ef7df00
commit 6ccb686
Showing
11 changed files
with
652 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.