Eric Rykwalder
Results
2
issues of
Eric Rykwalder
I had a config that looked like this: ``` js filerev: { options: { encoding: 'utf8', algorithm: 'md5', length: 8 }, files: { src: [ '.tmp/build/images/**/*.*', '.tmp/build/sounds/**/*.*', '.tmp/build/app.css', '.tmp/build/app.js' ]...
bug
It would be great to have access to a canonical parser for obsidian's markdown that returns the parse tree. This would really help in developing plugins that need to parse...
feature-request