Amadeusz Sadowski
Amadeusz Sadowski
Roster list view (user rosters) which you can select from, and open for editing. As a stretch goal, an import roster button with file drop area or file picker would...
Format should define also output type, it might be a MIME type for example, or sth else. Default being plain text. Markdown and HTML as options?
Extract FormatEditor component that can edit a RosterFormat object.
Use PRE for output display. Allow direct HTML (unescaped) output. IFRAME?
Sample HTML format: https://gist.github.com/amis92/f516c3db6bae1ec7bc79400e40de5e27
Well, we need both ideas, and actual templates to be written, so yes, but also templates. :D
Markdown template prototype: ```handlebars {{roster.name}} ({{roster.gameSystemName}}) {{> costs roster}} {{#each roster.forces}} - {{> force}} {{/each}} {{#*inline "costs" ~}} {{#if costs ~}} [ {{~#each costs as |cost| ~}} {{#if cost.value ~}}...
### Negative `value` I've investigated negative values in detail. Generally, negative values work "as normal", except "-1" for a type=max constraint, which is equivalent to no limit. The logic might...
## Filter entries In different comparison/field/scope combinations, different entries are allowed as filters. We'll use `numeric comparison` to mean all comparison operators that operate on numbers - that excludes the...
Repo created at https://github.com/BSData/skw9k