mrvautin / openKB

Open Source Nodejs Markdown based knowledge base (FAQ) app
https://openkb.markmoffat.com
MIT License
654 stars 200 forks source link

Inline_images are showing broken links #113

Closed Phrendo closed 7 years ago

Phrendo commented 7 years ago

Hello.
We just installed this kb a few days ago and as compared to Hazel and Raneto, we love it and decided to move forward with OpenKB. My only issue so far is the inline images from within Chrome.

I can past an image, it shows a link and a file name, but then the image itself never fills out and the file is never placed in the inline folder. Where should I look to help track this down?

Thanks!

mrvautin commented 7 years ago

Thanks for your feedback.

Does the inline_images folder have write permissions?

mrvautin commented 7 years ago

This might be related to PR #112 which I just merged. Try pulling latest code and trying again.

Phrendo commented 7 years ago

It was a permissions issue. I also ran this to get the latest. Is this how I should be updating?

sudo git stash sudo git pull sudo git pop

This caused it to fail to start due to the missing 'speakingurl' I installed that via npm and everything worked fine after that. Is this the proper way to update?

mrvautin commented 7 years ago

Great you have it working. Yes, a git pull and a npm install should update fine.