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

Show Add Link field on home page when logged in #147

Closed
e2jk opened this issue Mar 6, 2015 · 2 comments
Closed

Show Add Link field on home page when logged in #147

e2jk opened this issue Mar 6, 2015 · 2 comments
Labels
plugin bells and whistles
Milestone

Comments

@e2jk
Copy link

e2jk commented Mar 6, 2015

Enhancement suggestion: When logged in, show the Add URL field right on the home page. The form directs to the same page as when adding the link from the regular "Add Link" page, so no special form submit code is needed.

When I want to add a new link, this is my current workflow:

  1. Go to my web page
  2. Click Log In (as I'm often not logged in anymore, due to e.g. other computer/device)
  3. Submit login form, redirected to the home page
  4. click Add Link
  5. Paste new URL

If the home page had the form right away, step 4 would not be needed.

The field should be discrete. How about adding it after the Search and Filter by tag fields?

@nodiscc
Copy link
Member

nodiscc commented Mar 6, 2015

I'd not like a 3rd field there very much. The UI is already far from perfect with only 2 fields. I also rarely use Add Link. A few comments:

  • Is there any particular reason why you don't use the bookmarklet (general question about workflow)?
  • Your solution saves exactly 0 clicks. Step 4 you'd have to find, point and click the "Add link" field (instead of the button).
  • You could save a bookmark to ?do=addlink in your browser bar, or make use of your browser's autocompletion? (Eg. after some time, just typing a TAB ENTER would enter the dialog)
  • The add link field could appear in a dropdown instead of a separate page if you like this solution. But it also saves 0 clicks.
  • You could do minimal changes to the new-plugin-system branch and implement this as a a plugin. Add the possibility to inject items in the search bar like I did here for the ; and add your field to eg. tpl/plugins/addlinkfield/addlinkfield.searchbar.html. Is the process of creating this clear enough?

Edit: I'll add this as a plugin as soon as I have time, it will help explaining how to build one.

@nodiscc nodiscc added discussion plugin bells and whistles and removed discussion enhancement labels Mar 6, 2015
@nodiscc nodiscc self-assigned this Mar 6, 2015
@nodiscc nodiscc modified the milestone: 0.9beta Mar 13, 2015
@nodiscc nodiscc mentioned this issue Jul 12, 2015
5 tasks
ArthurHoaro added a commit that referenced this issue Jul 13, 2015
Only for loggedin users.

Plugin toolbar template now split between buttons and fields.
ArthurHoaro added a commit that referenced this issue Jul 13, 2015
Only for loggedin users.

Plugin toolbar template now split between buttons and fields.
@ArthurHoaro ArthurHoaro modified the milestones: 0.6.0, 0.9.0 Sep 11, 2015
@nodiscc nodiscc removed their assignment Sep 29, 2015
@ArthurHoaro
Copy link
Member

Fixed by #279.

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

No branches or pull requests

3 participants