geckos
geckos copied to clipboard
An online Card Editor with Templates
A template could have some css code to rewrite the general look & feel of the UI. For example, a background image, the basic colors, the font could match the...
Some fields should have the possibility to be generated, relying on the content of other fields. An example : A character card for a game has 4 powers, selected inside...
Variable to get the number of cards inside a set. Could be used to display a card number (see #) : Card ## / XXX
A field to put an auto-generated ID to each card of a set (auto-increment). With an advanced list, possibilities to regenerate ID depending on a sort order.
A field with multi-selection. Reminder : a way to display this selection (string with separator ?), a function to know if a value / list of values / value inside...
Thinking if multiple inheritance is possible, and how to do it. Example ! I have a default template. A textbox and a label. ``` "fields":[ { "name":"name", "label":"Name", "default":"Captain Wolf"...
See also #17 Some elements are repeating themselve in the `canvasFields` array. For example, a Path for a specific box repeated multiple times in the canvas, with only x &...
JSON data returned by the kitchensink tool of FabricJS includes all the fields of the objects. But many of those fields are set to their default value. In order to...
FabricJS offers multiple ways to customize text. It could be added to the Rich Text Box : - Underline - Linethrough - FontSize - Font color - Background color -...