No description
Find a file
koehr 738dce4884 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)
2020-05-25 11:38:18 +02:00
docs update README and screenshots 2020-03-16 15:38:01 +01:00
public Initial checkin after ove 2020-03-16 15:12:47 +01:00
src Fixes problems with bogus root level text nodes 2020-05-25 11:38:18 +02:00
.editorconfig Initial checkin after ove 2020-03-16 15:12:47 +01:00
.gitignore Initial checkin after ove 2020-03-16 15:12:47 +01:00
babel.config.js Initial checkin after ove 2020-03-16 15:12:47 +01:00
LICENSE Initial commit 2020-03-16 15:09:35 +01:00
package.json remove tiptap, start simple homegrown richtext functionalities 2020-05-25 11:38:18 +02:00
README.md adds review URL to README 2020-04-03 13:20:11 +02:00
tsconfig.json Initial checkin after ove 2020-03-16 15:12:47 +01:00
yarn.lock remove tiptap, start simple homegrown richtext functionalities 2020-05-25 11:38:18 +02:00

rpg-cards-ng

Try the super extra pre alpha version here: https://rpg-cards-ng.netlify.com/

Decks Overview

Deck Example

New and shiny replacement for the slightly outdated and clunky RPC Cards Generator. Not yet usable.

Project goals and if they are already implemented

Roughly in order of planned implementation.

  • comfortable, mobile optimized interface
  • handle decks of cards in a wysiwyg way
  • save decks in your browser
  • edit cards in a wysiwyg way
  • print view (obviously)
  • load graphics directly from game-icons.net
  • create and store cross-deck sets of cards
  • allow graphics upload
  • custom graphic sets

Nice to have

Things I'd love to see but I'm not focussing on right now:

  • different card layouts / theming
  • allow icons to be stored locally (in browser)
  • offline mode
  • PDF export

Project development

yarn install
yarn run serve  # Compiles and hot-reloads for development
yarn run build  # Compiles and minifies for production
yarn run test   # Run tests
yarn run lint   # Lints and fixes files

Attributions