Results 40 comments of asmaier

I now also tried it using Orbstack. Orbstack does not use the Linux VM like Docker Desktop does. It also allows to deactivate Rosetta and use some other slower fallback...

We have 2021 and this ticket is now open for seven years (and so it is the oldest ticket still open here). It is surprising for a newcomer to hugo...

Sorry, I did not mean to belittle the work of the authors of these solutions. English it not my mother tongue. I edited my post and now call these solutions...

Will this ticket ever be solved? Just a quote from one of the workarounds > So there you have it! This is the method I’ve used to create monthly archives...

> For anyone still interested in archives by year, month, and day... > > ``` > git clone --single-branch -b hugo-forum-topic-46777 https://github.com/jmooring/hugo-testing hugo-forum-topic-46777 > cd hugo-forum-topic-46777 > rm -rf prebuild/public/...

> For anyone still interested in archives by year, month, and day... > > ``` > git clone --single-branch -b hugo-forum-topic-46777 https://github.com/jmooring/hugo-testing hugo-forum-topic-46777 > cd hugo-forum-topic-46777 > rm -rf prebuild/public/...

> So in additional to prev/next on each pager...That seems a bit busy to me You are right. I don't want additional navigation, but instead have a different alternative date...

Would it be much effort to add `.navigateSeparator(':', null)` to the configuration builder of the `templater-json.java` and then release a new version `8.0.1` for everyone? I think it is confusing...

Ok, I will do that. Nevertheless here is a pull request https://github.com/ngs-doo/TemplaterExamples/pull/73 to add navigation expressions in the templater-json jar. Maybe this is useful for anyone.

Ah, it seems the issue just occurs when using the redirection symbol `>` . When I simply run $ java -jar templater-json.jar templater_test.xlsx templater_test.json templater_out.xlsx the resulting file is valid....