-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tags are not deduplicated before saving the page #23
Labels
bug
Something isn't working
Comments
Closed
inhumantsar
added a commit
that referenced
this issue
May 11, 2024
inhumantsar
added a commit
that referenced
this issue
May 11, 2024
- fix: refactor new note modal, add validation (#23) - fix: remove broken github link and useless log refresh button - fix: avoid saving settings if no changes are detected
inhumantsar
added a commit
that referenced
this issue
May 11, 2024
inhumantsar
added a commit
that referenced
this issue
Jun 8, 2024
inhumantsar
added a commit
that referenced
this issue
Jun 8, 2024
should be fixed in 0.1.12! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
Some websites are slapping 2 and 3 sources of labels in the header space. Sometimes it's identical, sometimes not. Adding a de-dupe routine to cycle through the end list of found tags, maybe using a.filter(onlyUnique); as described here, or the distinct method?
Details:
Their metadata in the header appears to be "throw against the wall" approach:
From example: https://www.forbes.com/sites/jiawertz/2024/05/07/ai-can-boost-solopreneurs-productivity-by-40/?sh=234850ea4cd1
At least Forbes is consistent... economictimes mixes it up:
From example: https://m.economictimes.com/small-biz/sme-sector/how-software-and-it-jobs-are-disappearing-in-favour-of-ai-and-what-is-going-to-fill-that-vacuum/amp_articleshow/109640608.cms
The text was updated successfully, but these errors were encountered: