Saine
03/03/2022, 4:31 PMSeriousBug
03/03/2022, 6:24 PMScriptAutomate
03/03/2022, 6:24 PMerror {"stack":"TypeError: value.replace is not a function\n at encode (/home/runner/work/mettcon.github.io/mettcon.github.io/node_modules/stringify-entities/lib/core.js:7:17)\
- Is this still happening?
- You said this happens at the export step?Saine
03/03/2022, 6:29 PMExport notes
. Same errorScriptAutomate
03/03/2022, 8:58 PMDendron: Doctor
-> fixFrontmatter
- Did this modify files? If so, does it look like the fix(es) may help it work?
- Is this a repo made from our existing GitHub Actions example template on GitHub? And if so, how long ago did you generate from the template?Saine
03/03/2022, 10:35 PMScriptAutomate
03/03/2022, 10:59 PMDendron: Doctor
, as this looks like an issue with how the title
property was being handled in one of your notes, and Dendron: Doctor
didn't catch it. In fact, Dendron: Doctor
seems to break it ð
A scratch note was breaking it because the scratch note didn't have the title
value in quotes. This is needed if the value is just a number. Creating new scratch notes should automatically wrap that in quotes, not sure why it isn't present.
For the time being, don't run Dendron: Doctor
.
Try accepting this PR and seeing if it builds: https://github.com/Mettcon/mettcon.github.io/pull/1Dendron: Doctor
problem. I'll raise an issue unless it may be known or documented elsewhere0
). It treats them as the start of a string that doesn't need quotes when a new note is made, and Dendron: Doctor
seems to even remove quotes from it if you add themfixFrontmatter
seems to act very weird when file starts with a zero ð
Makes strange renames to titles, for exampleSeriousBug
03/04/2022, 12:15 AMScriptAutomate
03/04/2022, 6:29 AMSaine
03/04/2022, 9:37 AMSeriousBug
03/04/2022, 9:00 PMSaine
03/04/2022, 9:04 PM