D0n9X1n / hexo-blog-encrypt

Yet, just another hexo plugin for security.
https://www.npmjs.com/package/hexo-blog-encrypt
MIT License
989 stars 102 forks source link

Can use for hexo-admin plugin #79

Closed anhdhbn closed 5 years ago

anhdhbn commented 5 years ago

Expected Behavior

Expected that this plugin would work in conjunction with hexo-admin when I use hexo-admin plugin, I can edit those posts

Actual Behavior

when use hexo-admin plugin to edit posts, i pressed enter but It doesn't work

Steps to Reproduce the Problem

Remove pass when use hexo-admin plugin or fix "enter key" isn't working

D0n9X1n commented 5 years ago

Hi, looks like hexo-admin didn't load other plugin's js files in posts. Which means hexo-blog-encrypt can do nothing for this issue.

You can add a issue to hexo-admin, wishing them to allow loading js files in posts.