• 26 Posts
  • 23 Comments
Joined 1 year ago
cake
Cake day: July 8th, 2023

help-circle




  • version 0.3 is out!

    • Burggit integration: Adds link to shota.nu in burggit.moe navbar
    • Added saucenao search button
    • Ability to remove deleted uploads from view
    • More album list options (2-column table)
    • Ability to add notes to each item. Used in conjunction with the item below.
    • Ability to use custom markdown template for each item in album list. Eg:
      • $0|$1|...|$n inserts entries from notes (separated with “|”)
      • $i|$i0 inserts item index
      • $ofn inserts the original filename
    • Button to copy album list markdown to clipboard
    • Automatically merge config from previous versions. New settings should work out of the box.

    More on template substitutions

    v0.3

    • The screenshot above uses this markup template: [${i1}]($url) ${0}
    • ${i1} is filled with index that starts from 1. To count from 0 use ${i0}
    • ${0} is filled with the item’s first note entry (they all have only one here)
    • ${thing} is preferred over $thing
    • $$ is replaced with $
    • Unknown fields are left as is
    • \n is replaced with actual new line (added in v0.3a)