We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Previously discussed in #48
Generating a JSON graph fail with:
not a serializable argument for {{json}}: json: error calling MarshalJSON for type *core.lazyStringer: invalid character 't' after top-level value
I can reproduce this with a single note: qm4h.md (I picked on at random, it seems that most of my notes fail).
Run command zk graph --format json > /dev/null.
zk graph --format json > /dev/null
I created a new notebook with a minimal config: [note] template = "default.md" [extra] [format.markdown] hashtags = false colon-tags = false multiword-tags = false [tool] [lsp] [lsp.diagnostics] dead-link = "error" [lsp.completion] [filter] [alias]
zk-0.14.1-r3 Linux 6.12.8-0-edge x86_64 Linux
The text was updated successfully, but these errors were encountered:
I can't repro with latest main, so it looks like this may have been fixed.
main
Sorry, something went wrong.
Bisected this; issue was fixed in 4a51e39.
I'd appreciate a new release which includes this fix.
See also: #389
No branches or pull requests
Check if applicable
Describe the bug
Previously discussed in #48
Generating a JSON graph fail with:
How to reproduce?
I can reproduce this with a single note: qm4h.md (I picked on at random, it seems that most of my notes fail).
Run command
zk graph --format json > /dev/null
.zk configuration
Environment
The text was updated successfully, but these errors were encountered: