WebScrapBook értékelései
WebScrapBook szerző: Danny Lin
83 értékelés
- Csillagos értékelés: 5 / 5készítette: Alanyyab, egy hónapjaVery useful. 2 Feature suggestions: Dark mode UI support for the sidebar. And an easier way to highlight text, possibly similar to Raindrop extension where after highlighting text a popup right above the text shows up with color options.
- Csillagos értékelés: 5 / 5készítette: Firefox felhasználó 18834571, 2 hónapjaУдалось в первозданном виде сохранить страницу, которую не сохранял ни один браузер. Автору большое спасибо и успехов в работе!
- Csillagos értékelés: 5 / 5készítette: Firefox felhasználó 18235051, egy éveI needed to backup a website that used form login, making a simple scraping not possible. This extension worked like a charm after figuring out some of the configuration options.
- Csillagos értékelés: 5 / 5készítette: Firefox felhasználó 14643647, 2 éve
- Csillagos értékelés: 5 / 5készítette: Firefox felhasználó 12472805, 3 éve
- Csillagos értékelés: 5 / 5készítette: Firefox felhasználó 15902721, 3 éve
- Csillagos értékelés: 5 / 5készítette: Firefox felhasználó 13637550, 4 éveThis 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.
- Csillagos értékelés: 5 / 5készítette: DrakeFromFrance, 4 éveThank 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??Fejlesztői válasz
közzétéve: 4 éve1. 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. - 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 adviseFejlesztői válasz
közzétéve: 4 éveThis 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. - Csillagos értékelés: 5 / 5készítette: Firefox felhasználó 16377410, 5 éve
Fejlesztői válasz
közzétéve: 5 éve煩請提供頁面網址及螢幕截圖,說明下是哪個頁面哪張圖有問題,以便除錯,謝謝
Update 2020-10-13:
https://www.yuque.com/yuque/help/dive-into-yuque-editor 此網頁內容是動態加載的,需要先把螢幕向下捲,讓整個頁面全部載入,之後再擷取並未發現圖片擷取有異常。
在這裡更新評論時我們不會收到任何通知,若要進一步討論建議回報到版本庫或寄電郵,否則我們可能很久才會發現及回覆。- Csillagos értékelés: 5 / 5készítette: Firefox felhasználó 16355661, 5 éve
- When capturing in a folder: Is it possible to create index.dat in the same folder?
A simple file as in the original Scrapbook (id, type, title, etc).
So that you can import files into an old SB. Many people use it.
WebScrapbook grabs data correctly. But usability and compatibility are very, very far from acceptable.
Even the URL of the source page is not clear where.
Although I won't be stingy with 5 stars... For the future.Fejlesztői válasz
közzétéve: 5 éveWebScrapBook is not meant to be compatible with ScrapBook, whose data scheme is relatively old and is rather limited (e.g. can't support .htz, .maff, and single html). We may implement a tool to (unidirectionally) convert WebScrapBook data into ScrapBook-compatible format like ScrapBook X Converter, but likely being a command line tool using PyWebScrapBook for better performance and cross-platform compatibility.
For now, metadata like URL source of the captured page is saved in the index.html as a root HTML tag attribute, and can be easily read using PyWSB backend. You can manually (or write a script to) create an index.dat from it if you need to back-port a page captured by WSB to SB.