Skip to content
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

[local_bookmark:1.0] feat: Implement MVP #199

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

MortalHappiness
Copy link

Albert Local Bookmark Plugin

Open the URLs defined in the local plain text file.

The format of the bookmark file

# Keyword 1
http://example1.com
# Keyword 2, Keyword 3
http://example2.com
# keyword 4
http://a.example3.com
http://b.example3.com
# Keyword 5
http://a.example4.com
# Keyword 5
http://b.example4.com

That is:

  • The keywords are preceded by a # and are comma-separated, and the URLs are listed below the keywords.
  • Empty lines are ignored.
  • The keyword and URL mappings can be 1 to 1, 1 to many, or many to 1.
  • URLs with the same keyword are allowed, as the "Keyword 5" shown in the example above.
  • Keywords are case-insensitive.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant