Cronologia versioni di Obsidian Web Clipper - 25 versioni
Obsidian Web Clipper di Obsidian
Attenzione alle versioni datate. Sono visualizzate solamente per scopi di test e di riferimento.È raccomandato usare sempre l’ultima versione di un componente aggiuntivo.
Ultima versione
Versione 0.10.5
Rilasciato 9 dic 2024 - 447,78 kBCompatibile con firefox113.0 e successive, android120.0 e successiveNew
- 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.Codice sorgente rilasciato sotto licenza Licenza MIT
Scarica Firefox e installa l’estensioneDevi utilizzare Firefox per poter installare questa estensioneVersioni precedenti
Versione 0.10.4
Rilasciato 6 dic 2024 - 421 kBCompatibile con firefox113.0 e successive, android120.0 e successiveImprovements
- Fix issue with replace filter, supports \n again as a replacement value for newlines.
- Fix Gemini base URL.
- Update default models.Codice sorgente rilasciato sotto licenza Licenza MIT
Versione 0.10.3
Rilasciato 6 dic 2024 - 420,86 kBCompatibile con firefox113.0 e successive, android120.0 e successiveA 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.Codice sorgente rilasciato sotto licenza Licenza MIT
Versione 0.10.2
Rilasciato 4 dic 2024 - 417,7 kBCompatibile con firefox113.0 e successive, android120.0 e successiveImproved
- Added "Reset models" option in Interpreter
- Fixed Azure models
- Improved migration to new Providers settings
- Fixed detecting Chinese and Portuguese localesCodice sorgente rilasciato sotto licenza Licenza MIT
Versione 0.10.1
Rilasciato 4 dic 2024 - 414,96 kBCompatibile con firefox113.0 e successive, android120.0 e successive⚠️ 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 UICodice sorgente rilasciato sotto licenza Licenza MIT
Versione 0.10.0
Rilasciato 26 nov 2024 - 350,91 kBCompatibile con firefox113.0 e successive, android120.0 e successiveNew
- 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.Codice sorgente rilasciato sotto licenza Licenza MIT
Versione 0.9.8
Rilasciato 19 nov 2024 - 280,47 kBCompatibile con firefox113.0 e successive, android120.0 e successiveNew
- 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.Codice sorgente rilasciato sotto licenza Licenza MIT
Versione 0.9.7
Rilasciato 14 nov 2024 - 260 kBCompatibile con firefox113.0 e successive, android120.0 e successive## 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 SettingsCodice sorgente rilasciato sotto licenza Licenza MIT
Versione 0.9.6
Rilasciato 14 nov 2024 - 236,51 kBCompatibile con firefox113.0 e successive, android120.0 e successiveNew
- 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 mathCodice sorgente rilasciato sotto licenza Licenza MIT
Versione 0.9.5
Rilasciato 11 nov 2024 - 170,49 kBCompatibile con firefox113.0 e successive, android120.0 e successiveNew
- 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 namesCodice sorgente rilasciato sotto licenza Licenza MIT
Versione 0.9.4
Rilasciato 18 ott 2024 - 170,2 kBCompatibile con firefox113.0 e successive, android120.0 e successiveNew
- New round filter to round numbers
Improved
- Fixed empty {{highlights}} variable now returns nothing instead of []
- Fixed issue with fragment_link filterCodice sorgente rilasciato sotto licenza Licenza MIT
Versione 0.9.3
Rilasciato 14 ott 2024 - 169,63 kBCompatibile con firefox113.0 e successive, android120.0 e successiveAdded
- 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 templatesCodice sorgente rilasciato sotto licenza Licenza MIT
Versione 0.9.2
Rilasciato 12 ott 2024 - 163,55 kBCompatibile con firefox113.0 e successive, android120.0 e successiveImproved
- Fixes bug with template selection
- Improved performance and reduced permissions for highlightsCodice sorgente rilasciato sotto licenza Licenza MIT
Versione 0.9.1
Rilasciato 10 ott 2024 - 163,51 kBCompatibile con firefox113.0 e successive, android120.0 e successiveNew
- 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 triggerCodice sorgente rilasciato sotto licenza Licenza MIT
Versione 0.9.0
Rilasciato 9 ott 2024 - 163,27 kBCompatibile con firefox113.0 e successive, android120.0 e successiveAdded 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 UICodice sorgente rilasciato sotto licenza Licenza MIT
Versione 0.8.4
Rilasciato 7 ott 2024 - 160,12 kBCompatibile con firefox113.0 e successive, android120.0 e successiveNew
- 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 smoothlyCodice sorgente rilasciato sotto licenza Licenza MIT
Versione 0.8.2
Rilasciato 30 set 2024 - 497,72 kBCompatibile con firefox113.0 e successive, android120.0 e successiveNew
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.Codice sorgente rilasciato sotto licenza Licenza MIT
Versione 0.7.2
Rilasciato 25 set 2024 - 490,11 kBCompatibile con firefox113.0 e successive, android120.0 e successive- 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.Codice sorgente rilasciato sotto licenza Licenza MIT
Versione 0.7.1
Rilasciato 25 set 2024 - 489,1 kBCompatibile con firefox113.0 e successive, android120.0 e successiveAdds "Legacy mode" setting to use Obsidian URI to copy content on browsers and OSes that support it.Codice sorgente rilasciato sotto licenza Licenza MIT
Versione 0.7.0
Rilasciato 24 set 2024 - 487,32 kBCompatibile con firefox113.0 e successive, android120.0 e successiveWeb 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.Codice sorgente rilasciato sotto licenza Licenza MIT
Versione 0.6.2
Rilasciato 23 set 2024 - 495,15 kBCompatibile con firefox113.0 e successive, android120.0 e successiveNew
- 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.Codice sorgente rilasciato sotto licenza Licenza MIT
Versione 0.6.1
Rilasciato 22 set 2024 - 493,4 kBCompatibile con firefox113.0 e successive, android120.0 e successiveAdded
- Added {{site}} variable to get the site name or publisher
- Added search to the variables list panel available by clicking ...
Improved
- Better support for converting tables to Markdown
- Better accuracy on preset variables including author, image, title, description, published
- More reliable popup size on some browsers
- More graceful fallback if Readability fails
- Fixed opening the context menu (I think 🤞)
- Fixed issue with path not being saved in templates
- Fixed anchor link stripping accidentally removing some headingsCodice sorgente rilasciato sotto licenza Licenza MIT
Versione 0.6.0
Rilasciato 21 set 2024 - 467,27 kBCompatibile con firefox113.0 e successive, android120.0 e successiveWarning: this update contains a breaking change for append and daily note templates. There is no automatic migration. You will need to update the note title field of any templates that add to an existing note. This update also means that append and daily note templates require Obsidian 1.7.2. which is currently available in early access.
New
Two new template behavior options: Add to existing note, at the top and Add to daily note, at the top which allows you to add content to the top of the note rather than the bottom.
Daily note templates no longer require note title and path as we can now detect the daily note location in Obsidian as of 1.7.2.
Properties can now be used across all template behaviors, and will be merged automatically with the existing note's properties if there are any.
Added link filter to create Markdown links.
Automatically adds the programming language when clipping code blocks, if one is defined.
Improved
If the extension is opened while the page is partially loaded, it will now update itself when the content finishes loading.
Support converting MathJax to Obsidian math blocks.
More improvements to replace filter when dealing with special characters like :.
Don't use quotes around date and datetime YAML frontmatter values, to match Obsidian format.
Improve escaping and indentation for code blocks.Codice sorgente rilasciato sotto licenza Licenza MIT
Versione 0.5.0
Rilasciato 20 set 2024 - 462,98 kBCompatibile con firefox113.0 e successive, android120.0 e successiveNew
- Added `remove_html` filter to remove specific elements from HTML
- Added `{{contentHtml}}` variable that works like `{{content}}` but without Markdown parsing. Also removed {{selectionHtml}} since that is now handled by `{{contentHtml}}` when a selection is present.
- Added context menu item to open extension
- Added new setting: **General** → **Save clipped note without opening it**
Improvements
- Improved footnote conversion to Markdown
- Empty links are removed from Markdown
- Larger font size on Firefox Mobile
- More restrictive file names on Linux
- Fixed issue with Turndown GFM under certain conditions
- Fixed issue with `map` filter dealing with simple string arraysCodice sorgente rilasciato sotto licenza Licenza MIT
Versione 0.4.8
Rilasciato 19 set 2024 - 460,21 kBCompatibile con firefox113.0 e successive, android120.0 e successive- Added **Duplicate** option to templates, under the **More actions** menu
- Added `{{time}}` variable as a shorthand for current datetime stamp, equivalent to `{{date|date:"YYYY-MM-DDTHH:mm:ssZ"}}`
- `{{time}}` and `{{date}}` can now be customized using the `date` filter to return time stamps
- Fixed issue with variables list in the popupCodice sorgente rilasciato sotto licenza Licenza MIT