Edgar Hipp
Edgar Hipp
The action `append-to-history({q}))` seems appropriate,a suggested by @doak
Thanks !
Hello, this is definitely a feature that I will add sometime. Right now, I have a lot of priorities and not enough time, so it will have to wait. For...
I still have the same problem even with the latest version, using following commands : ``` version="2.4.1" f="playerctl-$version.deb" curl -sSL "https://github.com/altdesktop/playerctl/releases/download/v${version}/playerctl-${version}_amd64.deb" > "$f" sudo dpkg -i "$f" playerctl -v #...
That is working indeed ! Maybe this issue can be closed since this seems to be a working solution ?
Yes, the idea was to have two methods, render for synchronous render and renderAsync. I'm not 100% convinced that it is good to have only async methods, because it hurts...
I don't think I will be adding a method `getTags` to docxtemplater itself. I would like to keep the core of docxtemplater as light as possible. I think I could...
It is now possible to get the tags with the builtin `inspectModule` : http://docxtemplater.readthedocs.io/en/latest/faq.html#get-list-of-placeholders
cc @bunnyvishal6
It is now possible to resolve tags asynchronously : http://docxtemplater.readthedocs.io/en/latest/async.html