Sock, the dev
Sock, the dev
If anyone knows of any workarounds to this, e.g. via an imperative API call, please do let me know. 💜
Copying across the example I posted of what I am trying to achieve; I would like to load the tree with a specific path expanded (everything else collapsed). For example,...
Hey @hikmert, in the end I rendered the entire tree, but then updated the style for the active path so that it was "brighter" than the rest of the nodes....
do you like question marks?
i had a similar requirement. i ended up adding a new custom hook: ```lua hooks = { RewriteToDiff = function(gp, params) local template = 'I have the following from {{filename}}:\n\n'...