Commit Graph

28 Commits (own-rich-text-solution)
 

Author SHA1 Message Date
koehr e259186d4c adds extended menu 5 years ago
koehr e7b5cdcbde SPA redirect config for netlify 5 years ago
koehr 58d3970e8e some extras for the live preview 5 years ago
koehr 4482fa2fcf Merge branch 'master' into own-rich-text-solution 5 years ago
koehr 71974f8ce3 adds review URL to README 5 years ago
koehr 35ef3505ce select whole title on focus 5 years ago
koehr 2085e22688 Fixes problems with bogus root level text nodes
Depending on the browser in different situations the root node itself is
selected and new text ends up in a text node on root level instead of a new
paragraph. This happens in:

 * Firefox: after inserting a closed block like a horizontal rule
 * Chromium: after inserting or selecting such a closed block

Now instead of inserting a paragraph directly after inserting an HR, the editor
simply checks for normal text input inside the root node and wraps the newly
written text with a paragraph (and moves the caret to the end of the paragraph
because chromium moves it to the beginning of the line)
5 years ago
koehr 18e043baad add home/end/pageup/pagedown keys to menu sync 5 years ago
koehr 8668838238 fix menu sync
this loops the search for marks until a block element is found, because marks
are nested elements like for example `<p><b><i>bold and italic</i></b></p>`.
5 years ago
koehr bfa4ef8ba0 add marks to editor actions (breaks menu sync) 5 years ago
koehr 5986e599fd implements basic menu functionalities
this includes standard block elements (headers, paragraphs, lists, rulers)
but not marks (bold, italic)
and for sure not special elements like the stat block
5 years ago
koehr 42dfa704d7 remove tiptap, start simple homegrown richtext functionalities
* menu now sends command events and button states
* menu state is synced with the elements at caret postion
* menu functionalities are not yet implemented
5 years ago
koehr e33adfe230 trying to extend that editor 5 years ago
koehr 591530246b add tiptap rich text editor and lots of small improvements 5 years ago
koehr 986560d284 small refactoring and start to support list editing 5 years ago
koehr 9856ad8ed1 avoids duplicate event handlers from directive 5 years ago
koehr b2dc169a28 updates README 5 years ago
Norman 8ed346eeee
Updates README 5 years ago
koehr 19bc0f80c1 updates README 5 years ago
koehr 456fc9f4bc introduces v-editable and makes most text elements editable 5 years ago
koehr 773ce67d70 prepare for editable cards 5 years ago
koehr 747d6b8471 no click bubbling 5 years ago
koehr a35173acbb package upgrade 5 years ago
koehr 888364994d update README and screenshots 5 years ago
dependabot[bot] 7282905912
Bump acorn from 6.4.0 to 6.4.1 (#1)
Bumps [acorn](https://github.com/acornjs/acorn) from 6.4.0 to 6.4.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/6.4.0...6.4.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years ago
koehr f01680f377 update README 5 years ago
koehr 1d1ace40bc Initial checkin after ove
See https://nest.pijul.com/n4n/rpg-cards-ng/patches for patch history
5 years ago
Norman 5583adc8c0
Initial commit 5 years ago