KnowledgeCanvas / knowledge

Knowledge is a tool for saving, searching, accessing, exploring and chatting with all of your favorite websites, documents and files.
Apache License 2.0
1.32k stars 92 forks source link

[Feature]: Add support for extracting Dublin Core (dc) meta tags #62

Closed RobRoyce closed 2 years ago

RobRoyce commented 2 years ago

Is your feature request related to a problem? Please describe.

No.


Describe the solution you'd like

Knowledge Canvas should automatically extract all dc: tags, in the same way it extracts og: tags.


Additional context

The app already extracts Open Graph meta tags using the prefix og:. Dublin Core tags (dc:) are related to Open Graph tags and are widely used as an alternative or in addition to og:.

This should be a very easy addition, with implementation almost identical to the Open Graph extractor. See Extraction Service

RobRoyce commented 2 years ago

Added in v0.6.0.