Skip to content

Mind-Ext/CustomClip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom Clip

Web extension to extract specified text elements

  • Define "rules" in JSON in extension settings
    • Each rule specifies a regex to match URL and xpaths/css to extract
    • see example
  • Open the extension on a matching page to preview and edit extracted data
      {"Title": "HUMANITY","Rating": 94}
  • Send the extracted data to
    • Notion database
    • Webhook (for integrating with other services such as Make, Zapier, etc)
    • Markdown with YAML frontmatter (for Obsidian etc)
    • to be developed...

Useful for building a personal catalogue (such as books read)


Alternatives

About

Web extension to extract specified text elements

Topics

Resources

License

Stars

Watchers

Forks