sawhney17 / logseq-schrodinger

A plugin to export pages in Logseq to Hugo.
MIT License
311 stars 37 forks source link

Export fails together with namespace #37

Open Jee-Bee opened 1 year ago

Jee-Bee commented 1 year ago

if {{namespace [[page_name]]}} is applied Export all public pages to hugo fails

I added two zipfiles where in the HugoTest_namespace.zip the line {{namespace [[HugoTest]]}} is added and then the export fails. The HugoTest_No_Namespace.zip isn't that line added and then everything works as expected.

HugoTest_namespace.zip HugoTest_No_Namespace.zip