Coder Social home page Coder Social logo

teddy-gustiaux / default-bookmark-folder Goto Github PK

View Code? Open in Web Editor NEW
133.0 133.0 17.0 6.69 MB

WebExtension allowing you to choose the default bookmark location folder and quickly bookmark pages via a dedicated icon.

Home Page: https://goo.gl/WtfpPH

License: MIT License

HTML 21.17% JavaScript 69.71% CSS 8.83% Shell 0.29%
bookmark bookmarks browser-extension firefox firefox-addon firefox-extension javascript webextension

default-bookmark-folder's People

Contributors

dependabot-preview[bot] avatar dependabot[bot] avatar efi99 avatar jagdcake avatar machou avatar mergify[bot] avatar mr-update avatar teddy-gustiaux avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

default-bookmark-folder's Issues

Possible to avoid connections to `fontawesome.com` on the options page?

I try to minimize connections to third parties on the websites I visit so I find it a bit unfortunate that the options page of this extension makes remote connections to fontawesome.com.

Additionally the origin request header includes the uuid of the extension (randomly generated for every installation) which can be used to uniquely identify the user:

d02cf970-acd4-4063-a5b8-eab5969f09b7

Would it be possible to avoid these connections? Perhaps package static copies of the stylesheets and the font?

Thanks.

chosen option does not run

hello,

@2.4.1 all options @ "firefox built in-page" result in "bookmarks-menu" and not the selected one.
2.4.0 runs fine @ firefox 61.0.1 64bit Win7
I would like to use the results in "bookmarks-toolbar"

I hope U understand my awful english blabla ;-)

Best regards

Russian Translation

{
"icon_remove_bookmark": {
"message": "Удалить все закладки этой страницы"
},
"icon_prevent_removal_bookmark": {
"message": "Активирована настройка защиты закладок от удаления"
},
"icon_quick_bookmark_page": {
"message": "Добавить быструю закладку"
},
"icon_quick_bookmark_disabled": {
"message": "Иконка быстрых закладок отключена"
},
"context_menu_remove_bookmark": {
"message": "Удалить все закладки этой страницы"
},
"context_menu_quick_bookmark_page": {
"message": "Добавить быструю закладку"
},
"context_menu_quick_bookmark_bookmark": {
"message": "Добавить быструю закладку"
},
"options_folder_last": {
"message": "Последняя использованная папка (при добавлении закладок или их сортировке)"
},
"welcome_title": {
"message": "Добро пожаловать!"
},
"welcome_thank_you": {
"message": "Благодарим вас за установку этого расширения!"
},
"welcome_configure": {
"message": "Пожалуйста, уделите немножко времени чтобы настроить его в соответствии со своими предпочтениями."
},
"welcome_message_display": {
"message": "Данное сообщение появляется только один раз."
},
"welcome_ok": {
"message": "Понятно!"
},
"options_title": {
"message": "Настройки Default Bookmark Folder"
},
"options_thank_you": {
"message": "Спасибо что используете это расширение!"
},
"options_release_notes": {
"message": "Примечания к релизам"
},
"options_ff_built_in": {
"message": "Встроенная (в Firefox) система закладок"
},
"options_quick_bookmark_icon": {
"message": "Быстрые закладки"
},
"options_about": {
"message": "Об этом расширении"
},
"options_release_open_changelog": {
"message": "Показывать примечания к релизам при каждом обновлении расширения"
},
"options_changelog_210_list_1": {
"message": "Fix: Tab drag and drop bookmarking and "Bookmark All Tabs..." features are now excluded from the overriding and behave normally (GitHub issue #5)"
},
"options_changelog_210_list_2": {
"message": "New: Select the color of the quick bookmark icon (among a list) when the current page is bookmarked"
},
"options_changelog_210_list_3": {
"message": "New: Higher quality quick bookmark icons"
},
"options_changelog_210_list_4": {
"message": "New: Release notes tab in the options"
},
"options_changelog_211_list_1": {
"message": "Fix: The built-in shortcut and context menu bookmarking now use the defined location on Firefox stable version 57.x (GitHub issues #7 and #9)"
},
"options_changelog_212_list_1": {
"message": "Fix: The built-in bookmarking features of the add-on now work normally on Firefox 56.x (GitHub issue #8)"
},
"options_changelog_220_list_1": {
"message": "New: Select the default folder for "Bookmark All Tabs..." feature (GitHub issue #13)"
},
"options_changelog_220_list_2": {
"message": "New: Code refactoring and upgrade of internal libraries"
},
"options_changelog_220_list_3": {
"message": "New: Small wording updates of the add-on options"
},
"options_changelog_220_list_4": {
"message": "Fix: Hide quick bookmark icon automatically if option is enabled and then disabled"
},
"options_changelog_220_list_5": {
"message": "Fix: Consistency of the quick bookmark shortcut behavior"
},
"options_changelog_220_list_6": {
"message": "Fix: Avast add-on reputation - fixed internally by Avast (GitHub issue #14)"
},
"options_changelog_221_list_1": {
"message": "New: Add support for Firefox Reader Mode - requires version 58 or later (GitHub issue #22)"
},
"options_changelog_221_list_2": {
"message": "Fix: Quick bookmarking of local files"
},
"options_changelog_230_list_1": {
"message": "New: Add an option to prevent quick unbookmarking (GitHub issue #21)"
},
"options_changelog_230_list_2": {
"message": "New: Add internationalization support (GitHub issue #10)"
},
"options_changelog_230_list_3": {
"message": "New: Add French translation"
},
"options_changelog_230_list_4": {
"message": "New: Upgrade of internal libraries"
},
"options_changelog_240_list_1": {
"message": "New: Add an option to show (or not) release notes on add-on update (GitHub issue #27)"
},
"options_changelog_240_list_2": {
"message": "New: Add Hungarian translation (thanks to @meskobalazs)"
},
"options_changelog_240_list_3": {
"message": "New: Improvement of the French translation (thanks to @Machou)"
},
"options_changelog_240_list_4": {
"message": "New: Add new icon resolutions"
},
"options_changelog_241_list_1": {
"message": "Fix: New folders moved to selected location for "Bookmark All Tabs..." (GitHub issue #30)"
},
"options_changelog_250_list_1": {
"message": "New: Add an option to bookmark to last used folder for all modes (GitHub issues #19 and #29)"
},
"options_changelog_250_list_2": {
"message": "New: Add context menu quick bookmarking in web pages and bookmark toolbar (GitHub issue #20)"
},
"options_changelog_250_list_3": {
"message": "New: The quick bookmark icon supports multiple bookmarks removal (in the same way Firefox does)"
},
"options_changelog_250_list_4": {
"message": "New: Internal code refactoring"
},
"options_changelog_250_list_5": {
"message": "Remove: Option to show page as bookmarked only if the bookmark is in the defined folder (when using quick bookmark icon)"
},
"options_changelog_260_list_1": {
"message": "New: Add back the option to show page as bookmarked only if all the bookmarks are in the defined folder (when using quick bookmark icon) (GitHub issue #38)"
},
"options_changelog_260_list_2": {
"message": "New: Add favicon to the options page (GitHub issue #40)"
},
"options_changelog_260_list_3": {
"message": "Fix: Replace Font Awesome dependency by Unicode characters (GitHub issue #39)"
},
"options_important_note": {
"message": "Важно"
},
"options_ff_built_in_note": {
"message": "Эти настройки применяются только к встроенной (в Firefox) системе закладок. Они позволяют выбрать папку (и позицию внутри неё) куда будут добавляться новые закладки. Это затронет только закладки, добавляемые через встроенные в Firefox элементы управления: иконку закладок, горячие клавиши (Ctrl+D), кнопка и пункты в контекстных меню или меню закладок."
},
"options_ff_built_in_folder": {
"message": "Выберите куда будут добавляться новые закладки:"
},
"options_ff_built_in_folder_default": {
"message": "Папка не выбрана (Firefox использует расположение по умолчанию)"
},
"options_ff_built_in_folder_help_1": {
"message": "Обратите внимание: по умолчанию для этих целей Firefox использует"
},
"options_ff_built_in_folder_help_2": {
"message": "Другие закладки"
},
"options_ff_built_in_folder_top": {
"message": "Добавлять новые закладки на первую позицию (внутри выбранной папки)"
},
"options_ff_built_in_folder_top_help": {
"message": "Если эта настройка отключена, новые закладки будут добавляться после уже имеющихся элементов (в выбранной папке)"
},
"options_ff_built_in_folder_all_tabs_note": {
"message": "Настройки ниже, применимы только к функции Firefox "Добавить вкладки в закладки..". Они позволят вам изменить расположение, в котором будет создаваться новая папка, содержащая закладки для каждой из открытых вкладок."
},
"options_ff_built_in_folder_all_tabs": {
"message": "Выберите куда по команде "Добавить вкладки в закладки..." будет добавляться новая папка:"
},
"options_ff_built_in_folder_all_tabs_default": {
"message": "Папка не выбрана (Firefox использует расположение по умолчанию)"
},
"options_ff_built_in_folder_all_tabs_help_1": {
"message": "Обратите внимание: по умолчанию для этих целей Firefox использует"
},
"options_ff_built_in_folder_all_tabs_help_2": {
"message": "Меню закладок"
},
"options_ff_built_in_folder_all_tabs_top": {
"message": "Добавлять новую папку на первую позицию (внутри выбранной папки)"
},
"options_ff_built_in_folder_all_tabs_top_help": {
"message": "Если эта настройка отключена, новая папка будет добавляться после уже имеющихся элементов (в выбранной папке)"
},
"options_icon_explanation": {
"message": "Эта функция добавляет в адресную строку иконку быстрых закладок, позволяющую добавить страницы в закладки или удалить её одним кликом. Иконка представляет собою круг (со звездою в центре). Если текущая страница уже есть в закладках, иконка будет окрашена в выбранный цвет (по умолчанию - красный). Для примера, вот два скриншота: на первом текущая страница не добавлена в закладки, а на втором - добавлена."
},
"options_icon_enable": {
"message": "Добавить иконку быстрых закладок в адресную строку"
},
"options_icon_enable_shortcut": {
"message": "Использовать горячие клавиши для быстрых закладок (Alt+Shift+D)"
},
"options_icon_enable_context_menu": {
"message": "Добавить пункт быстрых закладок в контекстное меню"
},
"options_icon_enable_context_menu_help": {
"message": "Позволяет добавлять быстрые закладки через контекстное меню страницы, или напрямую в выбранную папку через её контекстное меню (требуется Firefox 59+)"
},
"options_icon_note": {
"message": "Настройки ниже, применимы только к функциям быстрых закладок."
},
"options_icon_folder": {
"message": "Выберите куда будут добавляться новые закладки:"
},
"options_icon_folder_default": {
"message": "Папка не выбрана (используется расположение по умолчанию)"
},
"options_icon_folder_help_1": {
"message": "Обратите внимание: по умолчанию для этих целей используются"
},
"options_icon_folder_help_2": {
"message": "Другие закладки"
},
"options_icon_top": {
"message": "Добавлять новые закладки на первую позицию (внутри выбранной папки)"
},
"options_icon_top_help": {
"message": "Если эта настройка отключена, новые закладки будут добавляться после уже имеющихся элементов (в выбранной папке)"
},
"options_icon_inbox": {
"message": "Показывать, что страница добавлена в закладки только если все её закладки находятся в папке, выбранной выше"
},
"options_icon_inbox_help": {
"message": "Если эта настройка активирована, иконка быстрых закладок будет менять цвет (показывая, что текущая страница уже добавлена в закладки) только если все закладки этой страницы находятся в папке которую вы выбрали выше"
},
"options_icon_prevent_removal": {
"message": "Защита от удаления закладок"
},
"options_icon_prevent_removal_help": {
"message": "Если эта настройка активирована, система быстрых закладок (иконка, горячие клавиши и контекстное меню) не сможет удалять закладки (но по-прежнему сможет добавлять новые)"
},
"options_icon_color": {
"message": "Выберите цвет иконки для страниц уже добавленных в закладки:"
},
"options_icon_color_default": {
"message": "По умолчанию иконка становится красной, если страница уже добавлена в закладки"
},
"options_color_black": {
"message": "Чёрный"
},
"options_color_blue": {
"message": "Синий"
},
"options_color_green": {
"message": "Зелёный"
},
"options_color_orange": {
"message": "Оранжевый"
},
"options_color_purple": {
"message": "Сиреневый"
},
"options_color_red": {
"message": "Красный"
},
"options_color_yellow": {
"message": "Жёлтый"
},
"options_feedback": {
"message": "Обратная связь"
},
"options_please_review_1": {
"message": "Если вам нравится это расширение, пожалуйста оставьте о нём хороший"
},
"options_please_review_2": {
"message": "отзыв"
},
"options_bug_feature_1": {
"message": "Если вы хотите сообщить об ошибке или попросить добавить новую функцию, вы можете создать тему на"
},
"options_bug_feature_2": {
"message": "GitHub"
},
"options_bug_feature_3": {
"message": "Если у вас нет учётной записи на GitHub, вы всегда можете создать её совершенно бесплатно."
},
"options_version": {
"message": "Версия:"
},
"options_author": {
"message": "Автор:"
},
"options_license": {
"message": "Лицензия:"
}
}

Unable to Create New Folder in Bookmark Browser

The following issue is reproducible on Firefox 60.0.2 on macOS 10.13.5:

When creating a new folder via the context menu in the bookmark explorer (i.e. "Show All Bookmarks"), any new folders are silently created in the location specified by the extension, rather than the current folder in the bookmarks explorer. This is likely not the intended behaviour.

Thanks!

ALT+SHIFT+D conflicts with German File menu

When pressing ALT+SHIFT+D Firefox opens the file menu in the German version (ATL+D opens the menu, SHIFT is ignored). The current page is not bookmarked.

Please, either change the short cut to a locale specific value or make it user configurable.

Add a browserAction (toolbar icon)

A number of users have requested a browserAction (toolbar button) in order to be able to move it freely and position it as they prefer.

The button would act in the same way than the current quick bookmark icon, which is a pageAction (address bar icon). It could also allow for other feature requests to be completed (#11 and #15).

Extension is currently not working with CTRL + D Shortcut

Hey I've noticed a recent issue with the extension where it is not putting my new bookmarks into the set location when I use CTRL + D. It is however working as expected when I use the Firefox bookmark icon in the address bar (not the extension's quick bookmark icon - I have that option disabled.) The bookmarks are going into the "Bookmarks Menu" when I use the keyboard shortcut, but they are going into the correct folder when I click the blue icon.

This is a recent issue which I've only noticed within the last 24 - 48 hours.

Stopped working completely?

This add on worked great but all of the sudden it stopped working completely. Won't bookmark anything new, enabling/disabling/changing folders/other options doesn't do anything. Though the quick bookmark icon will change color when visiting an existing bookmark, and clicking it will un-bookmark existing bookmarks, but clicking again will not bookmark them once they are un-bookmarked.

FF 61.0.2 / Mac High Sierra 10.13.6

Follow the Photon Design System

As mentioned in #40, it would be nice if the overall user interface of the add-on would follow the Firefox design guidelines (i.e. the Photon Design System).

It does not have to be respected to the letter (especially if it would require a lot of work), but following it a bit more closely would be a plus.

Request: specific explanation of quick bookmark icon

Hi!
I may be missing something obvious to others, but thought I'd ask.
This is an excellent add-on - I gave 5 stars.

I can't understand what the quick bookmark icon is for though.
If the only difference is that it removes a bookmark with a single click, I'll just keep using the default one so I don't accidentally delete a bookmark.

Or is there a difference between pressing Ctrl+D vs hitting the default "bookmark this page" (blue) star in the address bar?
Is it because your add-on can replace some functionality but not that of the default star?

Maybe I'm not understanding some feature of the Other Bookmarks forlder.
Does the Other Bookmarks folder act like a smart folder?
Sometimes it wouldn't allow me to delete bookmarks within it.
It even repopulated itself with bookmarks from several years ago sometimes.
Possible synching with my Android phone...?

Regards,
James

Feature Request: Different Bookmark Icons for Different Folders

Very useful plugin, the default Firefox bookmarks leave something to be desired. Not sure if it's possible, but would be useful to have some different icons you could assign to different bookmark folders. So you could have X number of icons together, press icon 1, bookmark goes to folder for icon 1, press icon 2 for folder 2, etc.

Could also have a button/dropdown to change icon groups from work/school/entertainment/whatever. So the bookmark folders for the different icons would change based on the group without having to re-enter the folders each time.

Can't Select Any Folders to Use as Default Folder

Hello, everything installed fine, but when I click Options it says "Select where new bookmarks will be added" along with a drop-down lists however, the only "option" that is offered is "use Firefox's default bookmark location." No other folders are shown. The same for the Bookmark All tabs. There's nothing else to click. Please advise. Thank you.

Firefox certificate issue causing add-ons to be disabled or fail to install

Very recently, a security certificate used by Mozilla to sign Firefox extensions expired. This is causing add-ons to be disabled or fail to install. Mozilla is actively working into fixing the problem. You can follow their progress on the dedicated forum thread and on the bug report.

There are also a Hacker News thread and Reddit threads to learn more about this.

Thank you for your understanding if you are experiencing this problem, and good luck to all the people currently working on this!

Firefox questions

I'm unable to do what Firefox used to, that is, bookmark a page, and the dumb drop down box would let me click which folder I want it to go to. Did Firefox change this..it seems to be an issue on more than one of my macs. This app-default bookmark-only lets you redirect to ONE folder, which is kind of narrow minded, since most google users of Firefox are complaining how to get the book marks choice drop down to show its head again.
I haven't found an answer as to how to return this feature to Firevox, but it may not be possible?

Backup my Preferences !

Hi,

Will you be able to add an option to Export / Import the preferences of the addon?

Just in case if we have to reinstall Firefox for example.

Sincerely,
Machou

=====

Salut,

Pourrai-tu ajouter une option pour Exporter / Importer les préferences de l'addon ?

Au cas où si on doit reinstaller Firefox par exemple.

Cordialement,
Machou

Add a Drop-down Menu

This is designed to search for folders where a bookmark is about to be added. Perhaps middle click?

Links to local files do not work properly

A bug report sent by email pointed out an issue with local links. Thanks to the user for the information!

Behavior: trying to bookmark a local file (such as an HTML file) results in the "quick bookmark" icon not changing its color, but creating as many bookmarks as many times as the icon is clicked. So the icon does not detect bookmarks to local resources and does not remove them when clicked again.

Environment: Firefox 57 (x64) on Windows 10 (x64).

Option to focus on tags field, instead of name

As the title says, it would be very handy to have an option that will allow us to have the tags field focused, instead the name of a bookmark, when bookmarking a site (ctrl+d).

As far as I can remember, Firefox used to remember the focused field, but your extension always focuses name.

Observing on Firefox 61.0.1 on Ubuntu 18.04.

Problem with right mouse button

The plugin work fine for weeks but now don't set the correct folder with right button. It's all ok with the other built-in boookmarking system of firefox. I've just tried to reinstall the plugin without results.
Firefox 57.0.2 (64bit) win10

Bookmarking tabs not working properly in non-English UI

This is a Bug Report

Description

When using Firefox in a different language than English, the feature allowing to set the default bookmarking folder for a set of selected tabs (previously called "Bookmark All Tabs...") is not working. The set folder is ignored and the default "Bookmarks Menu" folder is used instead.

Steps to reproduce the problem

  1. Set the default folder for multiple tabs bookmarking to anything but "default" or "Bookmarks Menu"
  2. Change the language of Firefox and restart the browser
  3. Open multiple tabs and select them
  4. Try to bookmark the tabs- it will ignore the setting and use "Bookmarks Menu"

Expected behavior

The defined folder setting for multiple selected tabs should be honored when bookmarking.

Specifications

  • Version of the add-on: 2.8.0
  • Firefox edition: Firefox (regular edition)
  • Firefox version: 66.0.3
  • Platform: Windows
  • Platform version: 7

Additional context

This problem could be related to the issue #31 / #45.

Old version works in Waterfox, but newer ones do not.

I'm not sure if you would be able to do anything about this, but in the latest release of Waterfox (56.0.1 64-bit) this add-on seemingly does nothing. I found that actually version 1.0 successfully did change the default bookmarks folder, but I'm really after that add to top feature as well. Unfortunately Add Bookmark Here2 isn't working either. I wonder if you can see any way to restore the functionality since technically it did work at one point. I think true support for 56.* is a good goal at this time. I'm not positive if Waterfox could be basing something off the 54.* ESR and that could be causing it, but it does use the newer style bookmarks introduced in 56.

Add an option to prevent quick unbookmarking

The idea is to still be able to quick bookmark via the dedicated star icon, but to prevent accidental deletion by clicking on the icon by mistake again or at a latter time.

A simple on/off option in the add-on settings would do the job. The setting should be off by default (i.e. preventing quick unbookmarking should be a mindful choice by the user).

Enable user to move icons

Hello, First I want to say that I really like this addon and wanted to thank you for making it :)

I do have a request, would it be possible to enable the user to move the icons out of the address bar to a different location in the toolbar? I would prefer it next to the "Home" button.

Thank you!!

Reverted to version 2.4.1

I used version 2.5 for just 5 minutes. Please reinstate the 'Only show page as bookmarked if the bookmark is in the folder selected above' option.

Save button does nothing in version 1.0 and 1.1

Salut,

very nice addon, just what I needed, but when I customize the default folder and enable the override the save button does nothing. If I leave options or restart Firefox everything is still unconfigured.

Firefox 58 is used. I will provide more information, just not sure what else I could tell to help.

Idea: It might be related to privacy settings. How do you store the config?

Edit:
You should use the browser-extension-data directory in the userprofile. I see no folder there with your extension name. Every popular addon relies on this to store settings. I hope you can help, please understand I am very happy about this addon. I just cannot use it yet.

e.g.
/browser-extension-data/[email protected]/storage.js

E̶d̶i̶t̶ ̶2̶:̶
̶S̶t̶r̶a̶n̶g̶e̶ ̶b̶e̶h̶a̶v̶i̶o̶u̶r̶,̶ ̶I̶ ̶s̶p̶a̶m̶m̶e̶d̶ ̶t̶h̶e̶ ̶S̶a̶v̶e̶ ̶b̶u̶t̶t̶o̶n̶ ̶a̶b̶o̶u̶t̶ ̶2̶0̶ ̶t̶i̶m̶e̶s̶ ̶i̶n̶ ̶r̶a̶p̶i̶d̶ ̶s̶u̶c̶c̶e̶s̶s̶i̶o̶n̶.̶ ̶T̶h̶i̶s̶ ̶t̶i̶m̶e̶ ̶t̶h̶e̶ ̶s̶e̶t̶t̶i̶n̶g̶s̶ ̶c̶a̶r̶r̶i̶e̶d̶ ̶o̶v̶e̶r̶ ̶a̶f̶t̶e̶r̶ ̶r̶e̶s̶t̶a̶r̶t̶.̶ ̶I̶ ̶w̶i̶l̶l̶ ̶t̶r̶y̶ ̶t̶o̶ ̶r̶e̶p̶l̶i̶c̶a̶t̶e̶ ̶i̶t̶ ̶o̶n̶ ̶a̶ ̶n̶e̶w̶ ̶p̶r̶o̶f̶i̶l̶e̶.̶ ̶B̶u̶t̶ ̶i̶t̶ ̶s̶e̶e̶m̶s̶ ̶o̶k̶a̶y̶ ̶n̶o̶w̶.̶

Edit 3:
Retry on a clean profile. All default settings. Definitely broken on different locales than en_US / fr or which you are using. H̶o̶w̶ ̶I̶ ̶g̶o̶t̶ ̶i̶t̶ ̶t̶o̶ ̶s̶a̶v̶e̶ ̶o̶n̶ ̶m̶y̶ ̶o̶t̶h̶e̶r̶ ̶p̶r̶o̶f̶i̶l̶e̶?̶ ̶I̶ ̶d̶o̶n̶'̶t̶ ̶k̶n̶o̶w̶.̶ ̶M̶u̶s̶t̶ ̶h̶a̶v̶e̶ ̶m̶a̶s̶h̶e̶d̶ ̶b̶e̶ ̶t̶h̶e̶ ̶b̶u̶t̶t̶o̶n̶ ̶a̶ ̶1̶0̶0̶ ̶t̶i̶m̶e̶s̶.̶

See for yourself please: https://www.youtube.com/watch?v=jLcFbdgHxUI

Edit 4: broken on my main profile again as well

default location overrides location specified via drag and drop

Hi,
At first, a very nice and simple extension but I got a little bug here, I believe.
When I drag a tab into the bookmarks sidebar and drop it at some folder "x" the bookmark always appears in the specified default bookmark location "y".
Drag and drop works as expected when "Override default location" setting is turned off.
FF 57.0 linux

Feature Request: Add a counter to the icon

It would be useful if the icon could be taken out of the URL bar and have a counter attached to it that shows the number of bookmarks in the default folder.

This was the behavior of other add-ons of this type like "Read Later", "Save To Read", etc.

Incidentally, I installed an add-on called "Chrome Store Foxified" which allowed me to install a Chrome add-on called "Über simple bookmark count" which has this behavior. The difference is that you have to click on it to update it and it shows the total of all the bookmarks in the library.

Below is a picture of "Über simple bookmark count" showing 3,972 bookmarks in my library.

pic

Add context menu operations

A number of users have requested the addition of context menu operations, including:

  1. Context menu option when right-clicking on a page to quickly bookmark it
  2. Context menu option when right-clicking on a tab to quickly bookmark it
  3. Context menu option when right-clicking on a bookmark folder to quickly bookmark the current page there
  4. Context menu option when right-clicking on a bookmark folder to set it as the default built-in bookmark folder
  5. Context menu option when right-clicking on a bookmark folder to set it as the default quick bookmark folder

Going further, we could imagine a set of dedicated settings regarding the context menu operations, such as an option to add the bookmark on top of the folder for operation n°3.

EDIT: See next comment for an explanation of the scope change.

Fails for bookmarks created inside the reader mode

You may be aware of the nice reader mode when you click the sheet icon on some news websites.

The icon is part of firefox itself, it is located in the address bar.
Edit: or if F9 is hit

Here is an example how a bookmark using this mode looks like:
about:reader?url=https%3A%2F%2Ftext.npr.org%2Fs.php%3FsId%3D615835080

It will ignore your addon and go in the "other bookmarks" folder if you open the URI and try to save it with CTRL+D.

chosen option does not run

hello,

you wrote, I should reopen that issue, but I don't know how this works.

There is the old/new issue right now:

@2.6 all options @ "firefox built in-page" result in "bookmarks-menu" and not the selected one.
2.4.0 runs fine @ firefox 61.0.1 64bit Win7
I would like to use the results in "bookmarks-toolbar"

"bookmarks-toolbar" flashs shortly and then still "bookmarks-menu"

Best regards

Optimize Interface

Hi :)

  • Maybe you could improve your interface, there is a missing icon on the "Quick Marking" tab: https://i.imgur.com/9dhmZap.jpg

  • On the first tag < section >, a 3rem padding is really huge, I think 1, even 0 is more appropriate.

  • The font-size of Bulma's 16px body is a little too much too, I think a 14px would be enough and it improves visual comfort.

  • The tabs don't have a suitable order, I think the "Release Notes" tab should be in the last but one.
    This order is more logical: Marking integrated in Firefox - Quick marking - Release notes - About
    Maybe, combine About and Release Notes.

With these settings, I find that the rendering is much better.


  • Pourrai-tu peut-être améliorer ton interface, il y a une icône manquante sur l'onglet "Marquage rapide" : https://i.imgur.com/9dhmZap.jpg

  • Sur la première balise < section >, un padding de 3rem est vraiment énorme, je pense que 1, voir 0 est plus approprié.

  • Le font-size du body de 16px de Bulma, est un peu trop aussi, je pense qu'un 14px suffirait largement et ça améliore le confort visuel.

  • Les onglets n'ont pas un ordre adaptés, je pense que l'onglet "Notes de version" devrait être en avant dernier.
    Cet ordre est plus logique : Marquage intégré à Firefox - Marquage rapide - Notes de version - A propos
    Voir, combiner A propos et Notes de version.

Avec ces réglages, je trouve que le rendu est bien meilleur.

Click default bookmark icon to un-bookmark

I like the default bookmark button and menu, the only thing I don't like is that you can't click the star again to easily un-bookmark something if you accidentally clicked it. Is is possible for you to add that feature to the default firefox bookmark star?

Ability to sort bookmarks by website into a specific folder

I always want pages I bookmark on onlyinyourstate.com to always be in my "onlyinyourstate.com" folder in Other Bookmarks on Firefox for Windows, macOS, iOS, and Android. I think a great new version 3.0 feature would be to allow me to specify this in the add-on. I will contribute $25 if the developers will consider this!

Quick bookmark icon

I have enabled this option, however, nothing happens. I have disabled all my addons and userChrome.css but still not appears.
P.S: Let me know how can I help you debugging the problem.
Firefox 62, 64bits
Windows 10

issue: new separator always been added to the bottom of the default location

Before installing the Default Bookmark Folder add-on, when adding a separator, it will go directly above the link location I am adding it to. After installing the add-on, no matter where I add a separator, it will go to the bottom of the default bookmark folder.

This is the only thing that bothers me; otherwise, the add-on is perfect. Thanks for the great work!

Dons !

Hello,

I would like to make a donation, can you add a page or section for the donation?

Bitcoin, PayPal, Patreon, etc.

Thank you for all the work you do;)

====

Bonjour,

Je souhaiterai effectuer un don, peux-tu ajouter une page ou une section pour la donation ?

Bitcoin, PayPal, Patreon, etc.

Merci pour tout le travail que tu fais ;)

Avast reports this addon as malware-ish

Yeah, I know, this is complete and utter BS, but I imagine the addon manager could drop Avast an email about it. I've occasionally contacted them for false positives of one sort or another, they do take reports into consideration, after 2-5 days usually.

I've had this morning a popup message from Avast, telling me the Default Bookmark Folder had a bad reputation (2/5 stars, whatever it may come from) because it had the capacity to monitor my internet usage, and Avast recommended deactivated it.

So, here's for the report. Sorry to bother with that.

Ability to bookmark to last used folder

User request to be able to bookmark to the last used folder, either via a new icon or button, or by being able to change the quick bookmark icon behavior.

New usecase: Extension bookmarks

Useful addon to watch streamers:
https://addons.mozilla.org/en-US/firefox/addon/twitch_5/

Open tabs look like:
moz-extension://5732a25f-310f-4ada-88a5-aa33425dc340/player.html?channel=kimdduddi

Observation:
Bookmarks will goo into the Mozilla forced directory "Other bookmarks" instead of the user defined one through your addon.

I don't know how many usecases you want to cover or not. I just report it as feature request. I assume the amount of bookmarks created this way may be low. It is a nice to have feature, but not a must have.

Thanks again for resolving every issue so far! Very important addon to me that you made.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.