geckos icon indicating copy to clipboard operation
geckos copied to clipboard

An online Card Editor with Templates

Results 77 geckos issues
Sort by recently updated
recently updated
newest added

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...

functionality

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...

functionality

Variable to get the number of cards inside a set. Could be used to display a card number (see #) : Card ## / XXX

functionality

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.

functionality

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...

functionality

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"...

enhancement

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 &...

functionality

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...

functionality
architecture

FabricJS offers multiple ways to customize text. It could be added to the Rich Text Box : - Underline - Linethrough - FontSize - Font color - Background color -...

enhancement