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>`.
2020-04-01 19:53:26 +02:00
koehr
bfa4ef8ba0
add marks to editor actions (breaks menu sync)
2020-04-01 16:59:21 +02:00
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
2020-04-01 16:54:12 +02:00
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
2020-03-31 15:56:08 +02:00
koehr
e33adfe230
trying to extend that editor
2020-03-29 20:08:15 +02:00
koehr
591530246b
add tiptap rich text editor and lots of small improvements
2020-03-20 02:56:08 +01:00
koehr
986560d284
small refactoring and start to support list editing
2020-03-18 14:04:12 +01:00
koehr
9856ad8ed1
avoids duplicate event handlers from directive
2020-03-17 21:18:46 +01:00
koehr
b2dc169a28
updates README
2020-03-17 16:09:09 +01:00
Norman
8ed346eeee
Updates README
2020-03-17 00:52:42 +01:00
koehr
19bc0f80c1
updates README
2020-03-17 00:48:26 +01:00
koehr
456fc9f4bc
introduces v-editable and makes most text elements editable
2020-03-17 00:46:28 +01:00
koehr
773ce67d70
prepare for editable cards
2020-03-16 20:51:44 +01:00
koehr
747d6b8471
no click bubbling
2020-03-16 16:33:33 +01:00
koehr
a35173acbb
package upgrade
2020-03-16 16:33:02 +01:00
koehr
888364994d
update README and screenshots
2020-03-16 15:38:01 +01:00
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>
2020-03-16 15:27:10 +01:00
koehr
f01680f377
update README
2020-03-16 15:18:57 +01:00
koehr
1d1ace40bc
Initial checkin after ove
...
See https://nest.pijul.com/n4n/rpg-cards-ng/patches for patch history
2020-03-16 15:12:47 +01:00
Norman
5583adc8c0
Initial commit
2020-03-16 15:09:35 +01:00