emacs-love / weblorg

Static Site Generator for Emacs
https://emacs.love/weblorg
GNU General Public License v3.0
280 stars 21 forks source link

Add possibility to create and add custome templatel filters that would be available to all templates inside a site #43

Open markokocic opened 3 years ago

clarete commented 3 years ago

really cool idea! there's some refactoring in the code that needs to be done, but it'd nice to have something like:

(weblorg-site
   ; ... theme, vars, etc
   :filters `(("name" . handler)))

What do you think about the API @markokocic?