NaPs / Kolekto

Kolekto is a really KISS movie catalog software

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enhance the view pattern syntax

NaPs opened this issue · comments

Somes ideas:

  • Field alternatives, eg: {title_fr|title} -> take title_fr, and if not present, take title (already implemented in commit a716196)
  • Default value in field alternative, eg: {favorite|"Not faves"}
  • Transformation flags, eg: {title:lower}

Alternative and default have been implemented. Transformation is put aside for now because not really useful finally.