obsidian-topic-linking
obsidian-topic-linking copied to clipboard
[bug?]err while generating md
`
Same here
Same here Try add null check where the everywhere err happen, works for me. And there's commit fix some bugs yet not merged, try them also.
Try add null check where the everywhere err happen, works for me.
Can you be more specific about this? How to do this exactly?
And there's commit fix some bugs yet not merged, try them also.
Which commit do you refer to?
Thanks!
Try add null check where the everywhere err happen, works for me.
Can you be more specific about this? How to do this exactly?
And there's commit fix some bugs yet not merged, try them also.
Which commit do you refer to?
Thanks!
I would guess my open PR: #14.
pull the only branch in pull request. Copy the code into obsidian plugin folder. Run npm run serve. Click Generate md from pdf in OB. Open development console using ctrl+shift+I, check console output see where the err happened and add null check something like "obj.attr1.attr2" to "obj?.atrr1.attr2"