-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Feature: Linkwarden widget #3832
Conversation
I will find some time to look at this more but honestly it’s probably not going to be accepted like this. It doesn’t follow our standards. We really don’t allow widgets to be make up their own layouts because we try very hard to keep homepage consistent |
There are a couple of widgets that use a list format, it is much simpler and should be limited to X items. For example Frigate or the custom API. Overall though, Im sorry to say this needs to be simplified to be accepted. We're not open to making homepage a kind of display frontend for bookmark services, it's a 'can of worms' kinda thing, sorry. An alternative, perhaps, would be a tool (completely separate from homepage) that pulls from link warden and synchronizes to the bookmarks yaml. Just a thought. Let us know how you'd like to proceed with this. I'll mark it as a draft for now. Thanks for your interest in the project |
As a prospective user of this widget, I just wanted to say that I'm more than happy with the widget shown in the first screenshot (showing just the number of links, collections and tags). (And I would really like that, so I hope it will be published in that minimal version if the other variants are too complex.) |
is there any we can add Twingate ? to homepage sorry if this is not the correct area I am new.
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns. See our contributing guidelines for more details. |
Proposed change
Closes #2980
This service adds support to:
Documentation had been included on how to use the new widget.
Screenshots:
Multiple configs available for different data displays
Relevant API responses:
/api/v1/collections:
/api/v1/tags:
/api/v1/links:
Notes:
I had to disable no-underscore-dangle in ESLint using comments due to API constraints.
Type of change
Checklist: