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

Support Additional Plugins #25

Open
Nikey646 opened this issue Jan 20, 2019 · 9 comments
Open

Support Additional Plugins #25

Nikey646 opened this issue Jan 20, 2019 · 9 comments

Comments

@Nikey646
Copy link

It would be nice to see support for other plugins that handle "urls".

For example, KeePassRPC allows storing additional URLs in a json encoded string on the entry, which allows you to have multiple urls for a single entry.

Additional, the Keepass2Android application uses KP2A_URL and KP2A_URL_# (When KP2A_URL is already used) fields on the entry to store additional urls.

This could be handled with a "First in, First Out" approach, in the sense that once an icon has been found you can ignore the remaining urls.

@navossoc
Copy link
Owner

I'm pretty busy these last days, but your suggestions seems doable.

I'll take a look later to see how that plugins works.

@navossoc
Copy link
Owner

Hey @Nikey646, do you this plugins that you have mentioned?

Can you attach a sample database with just a few entries?

@4-FLOSS-Free-Libre-Open-Source-Software
Copy link
Contributor

Hello, you like a sample kdbx with KP2A_URL_* from Keepass2Android ?

@navossoc
Copy link
Owner

@4-FLOSS-Free-Libre-Open-Source-Software if you have one, that you are have sure that is working. Would be great ;)

@jazzn3rd
Copy link

jazzn3rd commented Aug 9, 2019

I would also love this feature!
Also, another good setting could be to let YAFD try to "URLize" the title eventhough it has an URL.
I use Kee for communicating with firefox and use the url-field to save applinks on my phone like: androidapp://com.airbnb.android so I cant use url to get the icons on those.

@Kirk72
Copy link

Kirk72 commented Dec 22, 2020

It would be so nice, if you could support every "Custom field" to choose from. Like "Use title field, if URL field is empty".

@JohnLGalt
Copy link

I have some entries that have 20 custom fields. He'd have to first be able to parse the field names, and then the data, which might be a bit hard for the ones that I have marked with "Enable in-memory protection".

Maybe just the title field?

Although, really, it needs a website to grab a favicon from - so is there really a need to look at other fields?

@JohnLGalt
Copy link

@4-FLOSS-Free-Libre-Open-Source-Software if you have one, that you are have sure that is working. Would be great ;)

I have a few working KP2A_URL that are working for me, if you still need this, man.

@4-FLOSS-Free-Libre-Open-Source-Software
Copy link
Contributor

I would also love this feature!
Also, another good setting could be to let YAFD try to "URLize" the title eventhough it has an URL.
I use Kee for communicating with firefox and use the url-field to save applinks on my phone like: androidapp://com.airbnb.android so I cant use url to get the icons on those.

Not only storing URL of website but also of apps packe name.

GitHub app example for KeePass 2 Android:

AndroidApp1
androidapp://com.github.android

Bad luck trying to get favicon from something like reverse https://android.github.com/

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

No branches or pull requests

6 participants