Skip to content

v3.11.0

Compare
Choose a tag to compare
@G-Ambatte G-Ambatte released this 26 Feb 19:48
· 2144 commits to master since this release
a608df9
Gazook89
  • Brew view count no longer increases when viewed by owner

Fixes issue #3037

  • Small tweak to PHB H3 sizing

Fixes issue #2989

  • Add Fold/Unfold All buttons to editor bar

Fixes issue #2965

G-Ambatte
  • Share link added to Editor Access error page

Fixes issue #3086

  • Add Darkbrewery theme to Editor theme selector

Fixes issue #3034

  • Fix Firefox prints with alternating blank pages

Fixes issue #3115

  • Admin page working again

Fixes issue #2657

5e-Cleric
  • Fix indenting issue with Monster Blocks and italics in Class Feature

Fixes issues #527, #3247

  • Allow CSS vars in curly syntax to be formatted as strings using single quotes - {{--customVar:"'a string'"}}

Fixes issue #3066

  • Add Elderberry Inn icons {{ei,icon-name}}

Fixes issue #3171

  • New FONTS snippets!

Fixes issue #3171

  • New page now opens in a new tab
abquintic (new contributor!)
  • Add ^super^ ^abc^ and ^^sub^^ ^^abc^^ syntax.

Fixes issue #2171

  • Add HTML tag assignment to curly syntax {{tag=value}}

Fixes issue 1488

  • Brew → Clone to New now clones tags

Fixes issue 1488

calculuschild
  • Better error messages for "Out of Google Drive Storage" and "Not logged in to edit"

Fixes issues 2510, 2975

  • New Variables syntax. See below for details.

Brew Variable Syntax

You may already be familiar with [link](url) and ![image](url) syntax. We have expanded this to include a third $[variable](text) syntax. All three of these syntaxes now share a common set of features:

syntax description
[var]:content Assigns a variable (must start on a line by itself, and ends at the next blank line)
[var](content) Assigns a variable and outputs it (can be inline)
[var] Outputs the variable contents as a link, if formatted as a valid link
![var] Outputs as an image, if formatted as a valid image
$[var] Outputs as Markdown
$[var1 + var2 - 2 * var3] Performs math operations and outputs result if all variables are valid numbers