Skip to content

针对Joplin插件Pages Publisher修订,支持文章摘要功能,使用markdown模块处理摘要,https://github.com/millerblack/markdown-js

Notifications You must be signed in to change notification settings

fintechworker/joplin-plugin-pages-publisher-modified

 
 

Repository files navigation

修订Joplin Pages Publisher插件

插件原项目地址:https://github.com/ylc395/joplin-plugin-pages-publisher

修订内容

1.通过引入markdown模块https://github.com/millerblack/markdown-js,可使用通过引用markdown.toHTML(your md_content ).replace(/<[^>]+>/g,"").replace(/[\r\n\s]/g, "").replace(" ","").substr(0,LENGTH)在ejs页面提取文章摘要。

2.配合自定义模板Blog-SimpleWhitehttps://github.com/fintechworker/Blog-SimpleWhite实现joplin 笔记发布到github pages。

About

针对Joplin插件Pages Publisher修订,支持文章摘要功能,使用markdown模块处理摘要,https://github.com/millerblack/markdown-js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 61.1%
  • Vue 21.2%
  • CSS 10.7%
  • JavaScript 5.4%
  • EJS 1.6%