verveguy / clip2tana

MIT License
21 stars 3 forks source link

FR: Allow user to configure #tag used and perhaps other details (like author) #5

Closed verveguy closed 3 weeks ago

verveguy commented 1 year ago

Should be easy enough to offer a configure page within the extension and save the config to local storage.

verveguy commented 1 year ago

Also consider these further configurable options, via David Watson (Tana community slack)

Additional fields to be captured og:title og:description og:url og:image Allow setting of Supertab but use #website as default

See https://ogp.me/#types

verveguy commented 1 year ago

If both opengraph tags and standard meta tags are present, the extension should grab both - or perhaps let the user specify which to prefer. However, one report says that some sites have og: tags but lack the usual meta tags. So that case is easy: take whatever we can get.

verveguy commented 1 year ago

I've added raw support for og: tags in the latest build, 0.0.4.

chasinglucid commented 8 months ago

I need to be able to configure the fields as they conflict with my existing ones. I have to go into each copied page and manually change the fields.

verveguy commented 1 month ago

I've finally been able to take a fresh run at this and allow configuration. New builds coming soon.

verveguy commented 3 weeks ago

Current beta release include configurable tag support for both the primary node tag and any of the open graph tags (if you want to use them).