Skip to content
#

reading-list

Here are 167 public repositories matching this topic...

xcffl
xcffl commented Feb 8, 2019

当前阅读模式似乎只会提取标题、正文和描述字段,而实际上作者和发布时间对于文章来说也是蛮重要的信息。但简阅没有相关字段可以填入匹配规则。希望可以添加相关字段。
如 Firefox 的阅读模式等都会提取作者和发布时间,如 Mozilla 维护的 Readibility.js
会匹配:

    // property is a space-separated list of values
    var propertyPattern = /\s*(dc|dcterm|og|twitter)\s*:\s*(author|creator|description|title|site_name)\s*/gi;

    // name 

Improve this page

Add a description, image, and links to the reading-list topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the reading-list topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.