stylo

Another kind of rich text editor

MIT License

Stars
713
Committers
8

Bot releases are visible (Hide)

stylo - Triangle position Latest Release

Published by peterpeterparker over 1 year ago

Styles

  • fix triangle position when positioned on left edge
stylo - Style and dependencies

Published by peterpeterparker over 1 year ago

Style

  • add more CSS variables notably to style the triangle

Build

  • bump Stencil v3 and other dependencies
stylo - French support

Published by peterpeterparker over 1 year ago

Features

  • support for French 🇫🇷
stylo - Chinese support

Published by peterpeterparker almost 2 years ago

Features

  • support for simplified Chinese
stylo - Blockquote

Published by peterpeterparker almost 2 years ago

Features

  • blockquote plugin
  • select last added paragraph after action

Style

  • review icons
  • smaller border radius in color picker

Fix

  • prevent undefined error when detecting active element
stylo - Remove console.log

Published by peterpeterparker almost 2 years ago

stylo - Links

Published by peterpeterparker about 2 years ago

Features

  • if user paste a link as plain text then convert it to link automatically
  • generate link with inline editor with the target=_blank

Build

  • bump Stencil
stylo - ViteJS support improved

Published by peterpeterparker about 2 years ago

0.0.38 (2022-09-04)

Build

  • fix usage of the library in vite projects

e.g. import in SvelteKit:

<script lang="ts">
    import {defineCustomElements} from '@papyrs/stylo/dist/loader';
    defineCustomElements();

    import {createEmptyElement} from '@papyrs/stylo';
</script>

<stylo-editor></stylo-editor>

0.0.37-1 (2022-09-01)

Chore

  • clean console.log in release
stylo - 日本

Published by peterpeterparker about 2 years ago

Features

  • japanese translation
stylo - Keyboard shortcuts

Published by peterpeterparker about 2 years ago

0.0.36 (2022-07-29)

Features

  • keyboard shortcuts: control or command-{B, I, U, K} for bold, italic, underline, insert hyperlink

0.0.35-1 (2022-07-29)

Fix

  • tab support for ol and dl list as well (not just ul)
stylo - Sublist

Published by peterpeterparker about 2 years ago

Features

  • sublist with "Tab" and "Shift+Tab"
stylo - Filter plugins with keyboard

Published by peterpeterparker over 2 years ago

0.0.34 (2022-07-14)

Features

  • filter plugins with keyboards

e.g.

  1. Large title
  2. Small title
  3. Paragraph

Type "title" to only display the two first plugins. If one plugin only is filter, it gets the focus automatically.

0.0.33-1 (2022-07-09)

Fix

  • backtick after various tests on various keyboards types
stylo - Backtick support improved

Published by peterpeterparker over 2 years ago

Features

  • backtick support for us keyboards
stylo - Ordered list

Published by peterpeterparker over 2 years ago

Features

  • ordered list plugin
stylo - Minor improvements

Published by peterpeterparker over 2 years ago

Features

  • filter updated paragraphs that have just been added for events updateParagraphs
  • workaround delay for empty placeholder
stylo - Input and paste

Published by peterpeterparker over 2 years ago

0.0.30 (2022-07-03)

Features

  • clean meta and support phrasing content in past hijacker

Fix

  • undo redo input text if target is the container

Build

  • bump dependencies

0.0.29-1 (2022-06-23)

Fix

  • set range to start to preserve leaf if target is editable
stylo - isMobile()

Published by peterpeterparker over 2 years ago

0.0.29 (2022-06-19)

Features

  • add iOS and Android to isMobile() detection to consider such devices as Samsung Note as mobile devices too

0.0.28-1 (2022-06-14)

Fix

  • miscellaneous fix for tab hijacker
stylo - Replace text selection and exclude attributes

Published by peterpeterparker over 2 years ago

Features

  • merge default list of excluded attributes with custom configuration
  • add autocomplete to the list of excluded attributes
  • support replace text selection on enter
  • support replace text selection on paste
stylo - Parse and Japanese support

Published by peterpeterparker over 2 years ago

Features

  • improve paste hijacker to handle texts and elements differently

Fix

  • japanese support (or at least try to fix it, hopefully)
stylo - Hi-jack parse

Published by peterpeterparker over 2 years ago

Features

  • hi-jack parse to clean html (remove class or style) before being added to the content and prevent leaves (no text leaf has direct child of the content editable)