Closed jcguu95 closed 5 years ago
Can you read through the comments in https://github.com/patrickdavey/vimwiki_markdown/issues/9 please - especially https://github.com/patrickdavey/vimwiki_markdown/issues/9#issuecomment-491617704
That error is coming from vimwiki because when it tries to shell out to vimwiki_markdown it can't find the binary. At least, I'm pretty sure that's the issue.
It works! Thank you @patrickdavey. My issue is exactly @NikosAlexandris's (in the comment)! I followed what he did, and "$ gem install rdoc" twice (since it warned my "rdoc" is not loadable, and it works! (I haven't used ruby before.. so not quite sure why it did not work the first time I "$ gen install rdoc".
For more please refer to https://stackoverflow.com/questions/39875498/require-cannot-load-such-file-rdoc-usage-loaderror#39878545
Glad it's working for you :) ruby can be a little tricky install wise. I tend to use https://rvm.io/ which, while a little heavy, does seem to make a lot of these kind of dependency issues vanish.
Thank you for your amazing script! I can now make minimal websites like a breeze!
You're welcome - it has it's place! there are other options more specifically for websites - like https://jekyllrb.com/ which may be more targeted to what you're after... Anyway - great that you can do what you want to do 👍
Wow! That looks like an amazing option! I should get familiar with ruby.. seems there're lots of awesome programs written in that
What I have done