Obsidian Web Clipper의 버전 기록 - 25개 버전
Obsidian Web Clipper 제작자: Obsidian
Obsidian Web Clipper의 버전 기록 - 25개 버전
이전 버전의 사용에 주의하십시오! 이 버전들은 테스트 및 참조 용도로만 표시되는 것입니다.항상 최신 버전의 부가 기능을 사용해야 합니다.
최신 버전
버전 0.11.7
2025년 4월 16일에 출시 - 1.26 MBfirefox 113.0 이상, android 120.0 이상에서 작동New- 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.
MIT License에 따라 릴리스된 소스 코드
Firefox 다운로드이 확장 기능을 사용하려면 Firefox가 필요함이전 버전
버전 0.11.3
2025년 3월 25일에 출시 - 1.53 MBfirefox 113.0 이상, android 120.0 이상에서 작동New- Added built-in support for saving ChatGPT and Claude chats
Improved- Improved code block and footnote extraction, via defuddle 0.3.6
MIT License에 따라 릴리스된 소스 코드
버전 0.10.8
2025년 1월 24일에 출시 - 698.93 KBfirefox 113.0 이상, android 120.0 이상에서 작동New
- Added translations for Bengali, Czech, Danish, Finnish, Greek, Hebrew, Hungarian, Norwegian, Romanian, Swedish, Tagalog, Thai, Ukrainian, Vietnamese.
Improved
- Fixed Interpreter bug with newlines.MIT License에 따라 릴리스된 소스 코드
버전 0.10.7
2025년 1월 16일에 출시 - 517.96 KBfirefox 113.0 이상, android 120.0 이상에서 작동New
- 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.MIT License에 따라 릴리스된 소스 코드
버전 0.10.5
2024년 12월 9일에 출시 - 447.78 KBfirefox 113.0 이상, android 120.0 이상에서 작동New
- 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.MIT License에 따라 릴리스된 소스 코드
버전 0.10.4
2024년 12월 6일에 출시 - 421 KBfirefox 113.0 이상, android 120.0 이상에서 작동Improvements
- Fix issue with replace filter, supports \n again as a replacement value for newlines.
- Fix Gemini base URL.
- Update default models.MIT License에 따라 릴리스된 소스 코드
버전 0.10.3
2024년 12월 6일에 출시 - 420.86 KBfirefox 113.0 이상, android 120.0 이상에서 작동A 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.MIT License에 따라 릴리스된 소스 코드
버전 0.10.2
2024년 12월 4일에 출시 - 417.7 KBfirefox 113.0 이상, android 120.0 이상에서 작동Improved
- Added "Reset models" option in Interpreter
- Fixed Azure models
- Improved migration to new Providers settings
- Fixed detecting Chinese and Portuguese localesMIT License에 따라 릴리스된 소스 코드
버전 0.10.1
2024년 12월 4일에 출시 - 414.96 KBfirefox 113.0 이상, android 120.0 이상에서 작동⚠️ 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 UIMIT License에 따라 릴리스된 소스 코드
버전 0.10.0
2024년 11월 26일에 출시 - 350.91 KBfirefox 113.0 이상, android 120.0 이상에서 작동New
- 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.MIT License에 따라 릴리스된 소스 코드
버전 0.9.8
2024년 11월 19일에 출시 - 280.47 KBfirefox 113.0 이상, android 120.0 이상에서 작동New
- 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.MIT License에 따라 릴리스된 소스 코드
버전 0.9.7
2024년 11월 14일에 출시 - 260 KBfirefox 113.0 이상, android 120.0 이상에서 작동## 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 SettingsMIT License에 따라 릴리스된 소스 코드
버전 0.9.6
2024년 11월 14일에 출시 - 236.51 KBfirefox 113.0 이상, android 120.0 이상에서 작동New
- 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 mathMIT License에 따라 릴리스된 소스 코드
버전 0.9.5
2024년 11월 11일에 출시 - 170.49 KBfirefox 113.0 이상, android 120.0 이상에서 작동New
- 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 namesMIT License에 따라 릴리스된 소스 코드
버전 0.9.4
2024년 10월 18일에 출시 - 170.2 KBfirefox 113.0 이상, android 120.0 이상에서 작동New
- New round filter to round numbers
Improved
- Fixed empty {{highlights}} variable now returns nothing instead of []
- Fixed issue with fragment_link filterMIT License에 따라 릴리스된 소스 코드
버전 0.9.3
2024년 10월 14일에 출시 - 169.63 KBfirefox 113.0 이상, android 120.0 이상에서 작동Added
- 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 templatesMIT License에 따라 릴리스된 소스 코드
버전 0.9.2
2024년 10월 12일에 출시 - 163.55 KBfirefox 113.0 이상, android 120.0 이상에서 작동Improved
- Fixes bug with template selection
- Improved performance and reduced permissions for highlightsMIT License에 따라 릴리스된 소스 코드
버전 0.9.1
2024년 10월 10일에 출시 - 163.51 KBfirefox 113.0 이상, android 120.0 이상에서 작동New
- 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 triggerMIT License에 따라 릴리스된 소스 코드
버전 0.9.0
2024년 10월 9일에 출시 - 163.27 KBfirefox 113.0 이상, android 120.0 이상에서 작동Added 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 UIMIT License에 따라 릴리스된 소스 코드
버전 0.8.4
2024년 10월 7일에 출시 - 160.12 KBfirefox 113.0 이상, android 120.0 이상에서 작동New
- 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 smoothlyMIT License에 따라 릴리스된 소스 코드
버전 0.8.2
2024년 9월 30일에 출시 - 497.72 KBfirefox 113.0 이상, android 120.0 이상에서 작동New
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.MIT License에 따라 릴리스된 소스 코드
버전 0.7.2
2024년 9월 25일에 출시 - 490.11 KBfirefox 113.0 이상, android 120.0 이상에서 작동- 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.MIT License에 따라 릴리스된 소스 코드
버전 0.7.1
2024년 9월 25일에 출시 - 489.1 KBfirefox 113.0 이상, android 120.0 이상에서 작동Adds "Legacy mode" setting to use Obsidian URI to copy content on browsers and OSes that support it.MIT License에 따라 릴리스된 소스 코드
버전 0.7.0
2024년 9월 24일에 출시 - 487.32 KBfirefox 113.0 이상, android 120.0 이상에서 작동Web 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.MIT License에 따라 릴리스된 소스 코드
버전 0.6.2
2024년 9월 23일에 출시 - 495.15 KBfirefox 113.0 이상, android 120.0 이상에서 작동New
- 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.MIT License에 따라 릴리스된 소스 코드