Markdown Collector version history - 10 versions
Markdown Collector by Simon Benedict
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 1.3.6
Released Nov 19, 2024 - 180 KBWorks with firefox 79.0 and laterFixed broken update 1.3.5Source code released under GNU General Public License v3.0 only
Download Firefox and get the extensionYou'll need Firefox to use this extensionOlder versions
Version 1.3.5
Released Nov 17, 2024 - 175.24 KBWorks with firefox 79.0 and later1. Process Multiple Browser Tabs at Once:
- Select multiple tabs with Ctrl+Click or Ctrl+Shift
- Save them all with one click (Alt+I)
- Copy (and save) them all at once (Alt+C)
2. New Ways to Handle Multiple Tabs:
- Individual Mode: Apply the same refinement to each page
- Combined Mode: Merge all pages into one document and apply refinement
- Quick Save: Skip refinement by leaving the prompt emptySource code released under GNU General Public License v3.0 only
Version 1.3.4
Released Oct 18, 2024 - 174.93 KBWorks with firefox 79.0 and later1. New extension icon with improved resolutions
2. Added loading indicator for LLM refinement processSource code released under GNU General Public License v3.0 only
Version 1.3.3
Released Oct 18, 2024 - 164.51 KBWorks with firefox 79.0 and later1. Improved error handling for LLM refinement:
- Added clear notifications for API key and connection issues
- Better guidance when encountering setup problems
2. Enhanced settings page:
- New tooltips for API key and AI model settings
- Added a reset button for the OpenAI base URL
3. UI improvements:
- Updated notification colors for better visibility
4. General stability and performance enhancementsSource code released under GNU General Public License v3.0 only
Version 1.3.2
Released Oct 17, 2024 - 163.98 KBWorks with firefox 79.0 and later1. New search functionality:
- Implemented search feature for markdown entries
- Added options to filter search by URL, Title, and Contents
- Real-time filtering of markdown entries as you type
2. Improved settings interface:
- Added warning for LLM refinement without content cleanup
- Implemented reset button for API base URL
3. Code restructuring and performance improvements:
- Reorganized JavaScript files into 'scripts/components/' directory
- Enhanced modularity with separate utility files for better maintainability
4. UI enhancements:
- Introduced new CSS variables for improved theming support
- Adjusted styles for better readability and consistency across light and dark themesSource code released under GNU General Public License v3.0 only
Version 1.3.1
Released Oct 15, 2024 - 159.52 KBWorks with firefox 79.0 and laterFix Alt+C (CopyAsMarkdown) to apply LLM refinement properlySource code released under GNU General Public License v3.0 only
Version 1.3.0
Released Oct 15, 2024 - 159.45 KBWorks with firefox 79.0 and later1. AI-powered content refinement:
- Integrated LLM (Language Model) for refining and structuring webpage content (enable in Settings)
- Added user interface for entering refinement prompts on URL save
2. New features:
- "Copy as Markdown" functionality Shortcut: Alt+C (was previously assigned to 'Open Collection')
- Customizable AI model selection in settings (local models supported too via Ollama, LMStudio etc.)
3. Improved user experience:
- Updated keyboard shortcuts (Alt+M for Open Collection)
- Added notifications for save/copy actions
4. Performance and stability:
- Refactored code for better maintainability
- Implemented user cancellation handling for save/copy processesSource code released under GNU General Public License v3.0 only
Version 1.2.1
Released Oct 14, 2024 - 156.67 KBWorks with firefox 79.0 and later1. UI Refinement:
- Refactored popup UI with improved styling for both light and dark themes
- Enhanced "How to use" accordion with clearer instructions and visual highlights
2. Project Rebranding:
- Renamed from "URL to Markdown" to "Website to Markdown" in the README
3. Usability Improvements:
- Streamlined popup layout for easier navigationSource code released under GNU General Public License v3.0 only
Version 1.2
Released Oct 12, 2024 - 140.57 KBWorks with firefox 79.0 and later1. Content Cleanup Feature:
- Integrated Readability.js for cleaner markdown conversions
- Added a toggle in settings to enable/disable content cleanup
2. Enhanced UI:
- Added a settings button in the markdown page
- Implemented an accordion-style usage instructions in the popup
- Improved button styles and colors
3. New Functionality:
- Added action buttons for updating and deleting entries in the markdown collection
- Improved diff modal for reviewing changes when updating content
4. Performance Improvements:
- Enhanced fetching functionality with better error handling
- Improved markdown conversion timeout handling
5. Settings Page:
- Created a new dedicated settings page accessible from the popup and markdown collection pageSource code released under GNU General Public License v3.0 only
Version 1.1
Released Sep 26, 2024 - 91.38 KBWorks with firefox 79.0 and laterSource code released under MIT License