Отзывы на WebScrapBook
WebScrapBook от Danny Lin
Отзывы PERCE-NEIGE
Оценено на 3 из 5
от PERCE-NEIGE, 3 года назад128 отзывов
- Оценено на 4 из 5от Supriyadi, 2 месяца назад
- Оценено на 5 из 5от igorlogius, 3 месяца назад
- Оценено на 5 из 5от Yaliang, 9 месяцев назадThanks for developing this plugin. It makes it extremely easy to achieve and save web pages.
- Оценено на 5 из 5от texsd, 9 месяцев назад
- Оценено на 1 из 5от Пользователь Firefox 13058149, год назадI choose the WebScrapBook/data option but it wants me to configure Backend server... ? ? ?
Useless.
I miss the old Scrapbook Extension.Ответ разработчика
размещено год назадPlease consult the documentation about different approaches to capture a page: https://github.com/danny0838/webscrapbook/wiki/Basic. Raise an issue with more details (e.g. a screenshot illustrating where you are asked for backend server configuration) in the source repository if you still don't get it. - Оценено на 5 из 5от Alexander, год назад
- Оценено на 5 из 5от Пользователь Firefox 12472805, год назад
- Оценено на 5 из 5от azzone, год назад
- Оценено на 1 из 5от Пользователь Firefox 13474132, 2 года назадTanto utile prima ora completamente inusabile perchè oltremodo macchinoso.
- Оценено на 5 из 5от mike1985, 2 года назадAmazing Tool, would be nice to set also a min. size for pictures...
- Оценено на 5 из 5от OM_RA, 2 года назад
- Оценено на 5 из 5от Пользователь Firefox 15902721, 2 года назад
- Оценено на 3 из 5от Hann, 2 года назад
- Оценено на 5 из 5от Пользователь Firefox 13637550, 2 года назадThis is incredible and the work that is being put into it is admirable. The documentation isn't the best but the creator was very quick to answer my questions and I was able to create a JSON batch capture that captured an entire site for me. It's not the easiest thing to use but read the documentation, look at the examples, and ask questions on the github if you need help. This is a very powerful plugin and I hope the developer continues to develop it.
- Оценено на 5 из 5от DrakeFromFrance, 2 года назадThank you for your job Danny. I use WebScrapbook in Firefox, and Firefox is my default browser on Windows 10. I already set a new task using the .pyw extension to start WSB with the console hidden however it starts Firefox and open a new tab. Is there a way to start WebScrapbook without opening a new tab?
Just a remark: when I click on the icon of WSB in the tools bar of Firefox, it tooks me always a few seconds to find "Open Scrapbook". It would be nice if you emphasised it, or at least if you put it at the top of the menu. Thank you.
Where do I set server.browse to false??Ответ разработчика
размещено 2 года назад1. Configure PyWebScrapBook and set server.browse to false. We'll consider use false as default in the future.
2. The primary feature for WebScrapBook is capturing, not management, and thus putting "Open ScrapBook" as the first command doesn't make sense. Emphasizing which command is likely controversial for the same reason. We need a thorough evaluation/discussion before doing this. FYI: you can configure a hotkey using the browser extension hotkey manager for a faster way to open the sidebar. - Оценено на 4 из 5от noone, 2 года назадI just wanted to know how i can stop the auto-capture from making new folder every time for the same URL and instead skip or overwrite the same files.I'm sorry i searched a lot through the settings and wiki but couldn't find anything (also I'm not that knowledgeable with this stuff so i didn't understand a lot), its not just auto-capture but capturing a page twice still creates two folders
Ответ разработчика
размещено 2 года назадThis is probably something not yet implemented. If you'd like to provide a feature request, it'd be better to raise an issue in the source repo (https://github.com/danny0838/webscrapbook/issues) or send an email, and provide more details (e.g. Do you use a backend server? What is your use case and intention?) as it's not easy to discuss in this Addon site (we won't receive any notification from an update of a comment).
cf. thread of the original request: https://github.com/danny0838/webscrapbook/issues/8 - Оценено на 5 из 5от Myron, 2 года назадIs there a way to auto save a tab after a configurable time in focus?
i do a lot of research and almost always either leave a page quickly or spend several minutes reading?
i often forget to save the page until trying to remember it weeks later
... updated to the current version... set autosave time to 60000(ms)... nothing is being saved... please adviseОтвет разработчика
размещено 2 года назадThis is current not supported and is an open issue: https://github.com/danny0838/webscrapbook/issues/8
If you have some good idea welcome to provide a further feedback in the thread. - Оценено на 3 из 5от ut0a6c, 3 года назад
- Оценено на 4 из 5от pknag, 3 года назадI have been using ScrapbookX for many years and using waterfox for compatibility. However it is time for me ditch it and use FF. Installed the extension and configured the backend server. Took a little while to get used to it. I really like it in many ways. For one it is a lot faster. I have 15Gb plus data and previous version in waterfox will make the browser slow to a crawl. This is lot faster presumably because the backend handles the data.
But one thing really slows down productivity is not being able to select the folder to save the capture. For full capture I can drag the url from location bar to the folder. But for plain bookmarks it is a pain. My folder list is huge and nested. So dragging the last item to appropriate location becomes a huge time sink.
I noticed it has been reported before both in reviews and on git issues. And you say it is complex and I understand that. Any idea when this will be addressed?
I was thinking something simple like using Ctrl key while dragging the url to a folder could be customized to bookmark capture.
Anyway let me know what you think could be a simple solution.Ответ разработчика
размещено 3 года назадTo capture as bookmark you can drag URL with Alt pressed.
Another way to achieve this is to use "capture as..." and set the "parentId" using JSON (You may have to copy the folder item ID and the snippet manually somewhere beforehand, though).
Since WSB allows lots of customization, including batch captures, we haven't find a nice design to configure them using GUI. It's welcome if you have any nice design idea for a GUI that can replace the JSON. - Оценено на 2 из 5от Carlos Ponguez, 3 года назадThe function "Generate Site Index" got lost in "scrapbook-1.5.14-fx". It is impossible to import Scrapbook X Data
Ответ разработчика
размещено 3 года назад"Generate Site Index" has been removed since WebScrapBook 0.79.0 (and PyWebScrapBook 0.23.0). Conversion of scrapbook data from legacy ScrapBook (X) can now be done using the CLI tool of PyWebScrapBook. See changelog and documentation for details:
- https://github.com/danny0838/webscrapbook/blob/master/CHANGELOG.md#0790---2020-10-06
- https://github.com/danny0838/webscrapbook/wiki/FAQ#can-i-use-webscrapbook-with-data-made-from-legacy-scrapbook-x - Оценено на 5 из 5от Пользователь Firefox 16377410, 3 года назад
- Оценено на 5 из 5от firstuanl, 3 года назад获取不到www.yuque.com文件内的图
比方说https://www.yuque.com/yuque/help/dive-into-yuque-editor,(应该整个网站的内容页图片都获取不到)
选取时就没有选择到。
谢谢Ответ разработчика
размещено 3 года назад煩請提供頁面網址及螢幕截圖,說明下是哪個頁面哪張圖有問題,以便除錯,謝謝
Update 2020-10-13:
https://www.yuque.com/yuque/help/dive-into-yuque-editor 此網頁內容是動態加載的,需要先把螢幕向下捲,讓整個頁面全部載入,之後再擷取並未發現圖片擷取有異常。
在這裡更新評論時我們不會收到任何通知,若要進一步討論建議回報到版本庫或寄電郵,否則我們可能很久才會發現及回覆。