Open TheCedarPrince opened 4 years ago
Thank you for creating the issue @TheCedarPrince.
I'm looking into the Decoding error in #24.
I'm treating all types of markdown links as references, I'll think about limiting to links that point to txt
or md
files. Looking at the output that you posted, where you expecting these links below to work?
"03192020035441-bullet-journal-daily.md##Short-Form-Journaling-Symbols"
in 05162020023355-creating-serendipity-article.md"03092020022908-education-spectrum.md) (pg. 56"
in 05162020023355-creating-serendipity-article.mdI'm asking so that I can figure out if I detect links correctly or not.
Hey @BasilPH ,
In respect to those two points:
I'll continue to look into this issue as well as issue #24 .
Hi @BasilPH
I think we have taken a good step forward, but also a small step backwards! I tested out the latest version you wanted me to test (0.2.0rc1) and I got the following stack trace error:
I believe the error is coming from the fact that my Zettelkasten directory contains files other than strictly markdown files. As such, these files pass the logic in your
_extract_valid_references
function accidentally and trigger an error when attempting to be run by the rest of vizel. I also see website links being detected in the stacktrace as a zettel as well -- not sure why.Again, I'd be happy to test things out and continue helping with updates/changes. Thanks @BasilPH!