Quarto Website Filters? #3285
-
Hi all, I'm trying to make a filter (i.e. an extension) that adds some custom elements to the However, I'm struggling since I don't seem to be able to get Pandoc/Lua to identify the Is there something special about the website project time that might be doing this? That I could adjust or change? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
Hi - sorry for the trouble! We add the navbar in a post processor, so unfortunately it isn't visible in LUA AST. There isn't a great way to get at it aside from javascript right now, though in the long run we would like to give you access to post processors as well (not sure when we'll get there). In the meantime is there something specific we should consider adding to navbars to support your scenario more directly? |
Beta Was this translation helpful? Give feedback.
Hi - sorry for the trouble! We add the navbar in a post processor, so unfortunately it isn't visible in LUA AST. There isn't a great way to get at it aside from javascript right now, though in the long run we would like to give you access to post processors as well (not sure when we'll get there).
In the meantime is there something specific we should consider adding to navbars to support your scenario more directly?