-
Notifications
You must be signed in to change notification settings - Fork 552
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
Bookmarks utility functions #980
Comments
@reckter If you can, might as well create the patch and submit it then @jonatkins can consider it. It would greatly help out if you do the patch for this if you can. |
If nothing else, you can create a completely separate plugin that adds the feature to that any plugin could use. |
@flamusdiu I wanted to see if this was needed / wanted for first :) I will do it when I find some time for it. |
@reckter Yeah, i understand it; still, if you think it's worth it for yourself, then put the change up and let the masses consider it. =) Also, make it faster to pull in if it gets accepted. |
Finally came around to implementing this. |
bump |
I just looked into adding a Folder in the bookmarks plugin, automatically (via a different plugin). I couldn't find another way than using Jquery to enter the name and press the button of the input field.
Which is really hacky. So I ask for a function in the Bookmarks Folder:
'addFolder("name")'
If this is considered a good addition, I could add it myself ( doesn't look like much work really)
edit: this should also apply to maps
The text was updated successfully, but these errors were encountered: