New and shiny replacement for the RPC Cards Generator by crobi
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to 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)
4 years ago
docs update README and screenshots 5 years ago
public Initial checkin after ove 5 years ago
src Fixes problems with bogus root level text nodes 4 years ago
.editorconfig Initial checkin after ove 5 years ago
.gitignore Initial checkin after ove 5 years ago
LICENSE Initial commit 5 years ago
README.md adds review URL to README 5 years ago
babel.config.js Initial checkin after ove 5 years ago
package.json remove tiptap, start simple homegrown richtext functionalities 4 years ago
tsconfig.json Initial checkin after ove 5 years ago
yarn.lock remove tiptap, start simple homegrown richtext functionalities 4 years ago

README.md

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