Historial de versiones de Obsidian Web Clipper - 25 versiones
Obsidian Web Clipper por Obsidian
¡Ten cuidad con las versiones antiguas! Se suelen mostrar para pruebas y a modo de referencia.Deberías usar siempre la última versión disponible de un complemento.
Última versión
Versión 0.11.7
Lanzada el 16 de abr. de 2025 - 1,26 MBCompatible con firefox 113.0 y superiores, android 120.0 y superioresNew- Interpreter providers are now loaded from providers.json so they can be more easily updated.
Improved- Upgraded parsing to Defuddle 0.6.2.
- If image filter input is an array the output is also returned as an array.
Se publicó el código fuente bajo la licencia MIT License
Descarga Firefox y obtiene la extensiónYou'll need Firefox to use this extensionVersiones antiguas
Versión 0.11.3
Lanzada el 25 de mar. de 2025 - 1,53 MBCompatible con firefox 113.0 y superiores, android 120.0 y superioresNew- Added built-in support for saving ChatGPT and Claude chats
Improved- Improved code block and footnote extraction, via defuddle 0.3.6
Se publicó el código fuente bajo la licencia MIT License
Versión 0.10.8
Lanzada el 24 de ene. de 2025 - 698,93 KBCompatible con firefox 113.0 y superiores, android 120.0 y superioresNew
- Added translations for Bengali, Czech, Danish, Finnish, Greek, Hebrew, Hungarian, Norwegian, Romanian, Swedish, Tagalog, Thai, Ukrainian, Vietnamese.
Improved
- Fixed Interpreter bug with newlines.Se publicó el código fuente bajo la licencia MIT License
Versión 0.10.7
Lanzada el 16 de ene. de 2025 - 517,96 KBCompatible con firefox 113.0 y superiores, android 120.0 y superioresNew
- Added new Overwrite note behavior for templates.
- Added Activity chart to Settings page.
Improved
- Revamped Interpreter configuration with popular models and links to model lists.
- Ollama 403 error text gives more useful instructions.
- Ollama no longer requires API key.
- Fixed issue with certain Anthropic prompts.
- safe_name should not exceed maximum file name length.Se publicó el código fuente bajo la licencia MIT License
Versión 0.10.5
Lanzada el 9 de dic. de 2024 - 447,78 KBCompatible con firefox 113.0 y superiores, android 120.0 y superioresNew
- New duration filter to convert duration formats. See docs.
- Added Turkish and Hindi translations.
Improvements
- Fixed issue with \n in replace filter, should now work as both as a search and replacement value.
- Fixed Anthropic models not always using the right authentication.
- Fixed extension window when current model has been disabled.
- Fixed duplicate images in Twitter extractor.
- Added YouTube extractor.Se publicó el código fuente bajo la licencia MIT License
Versión 0.10.4
Lanzada el 6 de dic. de 2024 - 421 KBCompatible con firefox 113.0 y superiores, android 120.0 y superioresImprovements
- Fix issue with replace filter, supports \n again as a replacement value for newlines.
- Fix Gemini base URL.
- Update default models.Se publicó el código fuente bajo la licencia MIT License
Versión 0.10.3
Lanzada el 6 de dic. de 2024 - 420,86 KBCompatible con firefox 113.0 y superiores, android 120.0 y superioresA new experimental approach has been added to improve results with the default template. Extractors override the Readability library for popular sites where Readability does not work well. This populates the {{content}} and {{contentHtml}} variables with more useful content. This approach doesn't replace the need for templates but it makes it easier to clip sites that have complex DOM structures that are not easy to parse with templates. So far Twitter (X) and Reddit have been added but PRs are welcomed for other sites.
New
- New unique filter returns a deduplicated array or object.
- New remove_tags and remove_attr to remove only specific HTML tags and attributes (whereas strip filters remove all with exceptions).
- Added Google Gemini preset provider.
Improved
- replace filter now supports regex.
- split filter now splits letters in a string when no parameter is provided.
- Fixed syntax inconsistencies for strip filters.
- Fixed regression with Ollama.
- Fixed "save" feature now saves to .md file instead of .txt.
- Fixed template selection in dark mode on Windows.
- Various improvements for mobile UX in Settings pages.Se publicó el código fuente bajo la licencia MIT License
Versión 0.10.2
Lanzada el 4 de dic. de 2024 - 417,7 KBCompatible con firefox 113.0 y superiores, android 120.0 y superioresImproved
- Added "Reset models" option in Interpreter
- Fixed Azure models
- Improved migration to new Providers settings
- Fixed detecting Chinese and Portuguese localesSe publicó el código fuente bajo la licencia MIT License
Versión 0.10.1
Lanzada el 4 de dic. de 2024 - 414,96 KBCompatible con firefox 113.0 y superiores, android 120.0 y superiores⚠️ Important: this update changes the way Interpreter providers are stored, to provide more flexibility with a variety of providers. Your existing configurations should be automatically migrated, but if they aren't you may need to update them to the new format.
New
- New Providers section in Interpreter settings with preset provider configurations
- Show current version in General settings
- New language options: Polski, Nederlands, Italiano
- New replace_tags filter
Improved
- Fixed issue with some toggles
- Fixed issues with enabling and deleting models
- Improved support for Azure OpenAI models
- Fixed localization of various text throughout the UISe publicó el código fuente bajo la licencia MIT License
Versión 0.10.0
Lanzada el 26 de nov. de 2024 - 350,91 KBCompatible con firefox 113.0 y superiores, android 120.0 y superioresNew
- Adds Interpreter features to extract text using natural language, using the syntax {{"a summary of the page"}}. Requires being enabled and configured in the Web Clipper settings.
- New length filter returns a number of items or characters.
- New calc filter allows basic mathematical operations e.g. {{number|calc:"/2"}} — can be combined with length filter to count words, or estimate reading time, e.g. {{content|split:" "|length|calc:"/200"|round}} minutes.
- Added translations for Brazilian Portuguese, Bahasa Indonesia, Korean, and Traditional Chinese.
Improved
- Fixed issue with fonts in Japanese.
- Fixed issue with {{publish}} variable sometimes returning multiple dates.
- Export all settings now decompresses templates so they are human readable. Import all settings compresses them again to maximize sync storage space.Se publicó el código fuente bajo la licencia MIT License
Versión 0.9.8
Lanzada el 19 de nov. de 2024 - 280,47 KBCompatible con firefox 113.0 y superiores, android 120.0 y superioresNew
- Highlights can now be saved inline by going to Settings → Highlights.
- UI is mirrored for right-to-left languages.
- Added translations for Arabic and German.
- Added {{favicon}} to the preset variables to get favicon URL.
Improved
- Fixed issue with {{published}} and {{author}} variables under some conditions.Se publicó el código fuente bajo la licencia MIT License
Versión 0.9.7
Lanzada el 14 de nov. de 2024 - 260 KBCompatible con firefox 113.0 y superiores, android 120.0 y superiores## Improved
- Fixed issue with highlighting the first sentence of a paragraph
- Changed highlighter mode shortcut on Firefox to reduce conflicts
- Added new locales for Farsi and Russian
- Removed need `downloads` permission
- Fixed issue with `safe_name` filter
- Added Help link in SettingsSe publicó el código fuente bajo la licencia MIT License
Versión 0.9.6
Lanzada el 14 de nov. de 2024 - 236,51 KBCompatible con firefox 113.0 y superiores, android 120.0 y superioresNew
- Add options to save file, share, and copy from the extension popup. Options differ based on OS and browser.
- Add localization in French, Spanish, Chinese, Japanese. More translations can be submitted via the GitHub repo.
Improved
- Improve display of highlighter menu on some websites.
- Fix an issue with block vs inline mathSe publicó el código fuente bajo la licencia MIT License
Versión 0.9.5
Lanzada el 11 de nov. de 2024 - 170,49 KBCompatible con firefox 113.0 y superiores, android 120.0 y superioresNew
- Add support for @graph format for schema.org data
- Add support for clipping local files
Improved
- Add clipboard permissions for Linux
- Fix bugs in creating absolute URLs, improves resolving relative link structures
- Remove Obsidian-specific characters when sanitizing file namesSe publicó el código fuente bajo la licencia MIT License
Versión 0.9.4
Lanzada el 18 de oct. de 2024 - 170,2 KBCompatible con firefox 113.0 y superiores, android 120.0 y superioresNew
- New round filter to round numbers
Improved
- Fixed empty {{highlights}} variable now returns nothing instead of []
- Fixed issue with fragment_link filterSe publicó el código fuente bajo la licencia MIT License
Versión 0.9.3
Lanzada el 14 de oct. de 2024 - 169,63 KBCompatible con firefox 113.0 y superiores, android 120.0 y superioresAdded
- New highlighter settings including export highlights
- Added fragment_link filter by to generate text fragment links
- Added initial support for string literals in map and template filter
Improved
- Highlight storage is improved and includes timestamps, which will make it easier to add metadata in the future.
- {{highlights}} variable now returns an object with timestamps, you can use the map filter to access individual - highlights, e.g. {{highlights|map:item => item.text|list}}
- Text highlights are now separated with line breaks
- Improved footnote conversion
- Better extraction of timestamps for {{published}} variable
- Improved copy to JSON feature for templatesSe publicó el código fuente bajo la licencia MIT License
Versión 0.9.2
Lanzada el 12 de oct. de 2024 - 163,55 KBCompatible con firefox 113.0 y superiores, android 120.0 y superioresImproved
- Fixes bug with template selection
- Improved performance and reduced permissions for highlightsSe publicó el código fuente bajo la licencia MIT License
Versión 0.9.1
Lanzada el 10 de oct. de 2024 - 163,51 KBCompatible con firefox 113.0 y superiores, android 120.0 y superioresNew
- Added {{highlights}} variable which returns an array of highlights that you can manipulate with filters like list, blockquote, etc
Improved
- Spaces at the start and end of note titles are correctly removed
- Added title labels on buttons
- Reverted behavior for template selection, will no longer try to use the last used template if it doesn't match a triggerSe publicó el código fuente bajo la licencia MIT License
Versión 0.9.0
Lanzada el 9 de oct. de 2024 - 163,27 KBCompatible con firefox 113.0 y superiores, android 120.0 y superioresAdded new highlighter mode!
- Activate it via popup, context menu, or hotkey
- Highlight text, images and media
- {{content}} variable is automatically replaced with your highlights
- Smartly merges highlights when overlapping or adjacent
- Mobile improvements for tap-based UISe publicó el código fuente bajo la licencia MIT License
Versión 0.8.4
Lanzada el 7 de oct. de 2024 - 160,12 KBCompatible con firefox 113.0 y superiores, android 120.0 y superioresNew
- Export and import all settings
- Import templates and types now allows pasting JSON
- New action to copy template JSON to clipboard
- Properties are now stored in one place for all templates, and can be viewed or modified in the new Settings → Properties section.
- Import properties from Obsidian via the types.json file. Also export Web Clipper properties to the same types.json format.
- Default values for properties can be added to streamline creating new templates.
- Autocomplete properties in the template editor.
Improved
- Checkbox type properties are rendered as a checkbox in the popup
- Popup should be correctly sized in browsers that allow global page zoom
- Fixed issue with regex triggers not matching
- Improvements for browsers that don't support blob URLs
- Popup should load faster and more smoothlySe publicó el código fuente bajo la licencia MIT License
Versión 0.8.2
Lanzada el 30 de sep. de 2024 - 497,72 KBCompatible con firefox 113.0 y superiores, android 120.0 y superioresNew
Added uncamel filter to convert camelCase and PascalCase to spaced lowercase text.
Improved
Schema.org variables now includes full objects where possible.
title and capitalize filters now handle both keys and values within objects.
list and blockquote filters now automatically indent nested arrays.
replace and join filters now support newlines using \n
Cleaned up HTML inside complex tables that are not converted to Markdown.
Variable and filter syntax is more resilient to extra spaces, newlines and tab indentation allowing more flexibility in writing style.
Improved export on iOS, now uses share sheet when possible.
Fixed dark mode for Safari.
Many iOS UI improvements.Se publicó el código fuente bajo la licencia MIT License
Versión 0.7.2
Lanzada el 25 de sep. de 2024 - 490,11 KBCompatible con firefox 113.0 y superiores, android 120.0 y superiores- Fix issue with modifying {{date}} variable format.
- Fix issues with date filter not detecting week of the year format.
- Reduce flashing of the side panel when transitioning between pages.
- Removed "Early access features" toggle for now, since it has been replaced by the "Legacy mode" toggle to enable features for Obsidian 1.6.7 and below.Se publicó el código fuente bajo la licencia MIT License
Versión 0.7.1
Lanzada el 25 de sep. de 2024 - 489,1 KBCompatible con firefox 113.0 y superiores, android 120.0 y superioresAdds "Legacy mode" setting to use Obsidian URI to copy content on browsers and OSes that support it.Se publicó el código fuente bajo la licencia MIT License
Versión 0.7.0
Lanzada el 24 de sep. de 2024 - 487,32 KBCompatible con firefox 113.0 y superiores, android 120.0 y superioresWeb Clipper now requires Obsidian 1.7.2 or above. Users on older versions of Obsidian will see a message when trying to clip content. The reason is that some browsers and operating systems strictly limit the length of URIs, making it impossible to pass content from a page via this method beyond ~2000 characters. This fails silently which is confusing for many users. As of Obsidian 1.7.2 we can now pass content into Obsidian via the clipboard.
Improved
- `title` filter now works better with arrays and objects.
- Various performance improvements.Se publicó el código fuente bajo la licencia MIT License
Versión 0.6.2
Lanzada el 23 de sep. de 2024 - 495,15 KBCompatible con firefox 113.0 y superiores, android 120.0 y superioresNew
- Added selectorHtml: prefix for variables. Works the same as selector: but extracts the HTML rather than text content, which is useful if you want to process the content with remove_html, strip_tags, strip_attr, and markdown filters.
Improved
- The {{author}} variable now returns a comma separated list if there are multiple authors. Note this means the default template is updated to {{author|split:", "|wikilink|join}} if you want to wikilink the authors.
- Improved conversion of Markdown tables and falls back to HTML tables if the table contains merged cells.
- Improved handling of lower, upper and titlecase across languages and for arrays.
- Improved handling of footnote references.
- No longer overrides date filters in date and datetime properties.
- Relative URLs in srcset attributes are now correctly rewritten.Se publicó el código fuente bajo la licencia MIT License