Obsidian Weekly 2024-12-08:更优雅的管理与分享,更直观的组织与查看
此内容尚不支持你的语言。
Obsidian Weekly 2024-12-08:More Elegant Management and Sharing, More Intuitive Organization and Viewing
AbstractStatistical time: 2024-12-01 21:00 ~ 2024-12-08 21:00
Statement: This column is inspired by a series of Obsidian Roundup articles written and published by Ms. Eleanor Konik from April 2021 to June 2023. Those interested may follow the original author’s personal website Obsidian Iceberg. The section’s content is sourced from the official Obsidian Discord channel and information on corresponding projects on Github or there independent websites. Descriptions may have been modified based on personal interpretation, and corrections are welcome if there are any inaccuracies. Thank you to the Obsidian team for bringing us such excellent software.
Official News
Obsidian Web Clipper has been updated to v0.10.4
V0.10.4
Improvements
- Fixed issue with
replace
filter, supports\n
,\r
,\t
as a replacement values - Fixed Gemini base URL.
- Updated default models.
V0.10.3
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. See docs. - New
remove_tags
andremove_attr
to remove only specific HTML tags and attributes (whereasstrip
filters remove all with exceptions) See docs. - Added Google Gemini preset provider . EDIT: there is an error in the base URL — please use
https://generativelanguage.googleapis.com/v1beta/chat/completions
(will be fixed in 0.10.4)
Improved
replace
filter now supports regex See docs.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.
V0.10.2
Improved
- Added “Reset models” option in Interpreter.
- Fixed bug for checking version on Safari.
- Fixed Azure models.
- Improved migration to new Providers settings.
- Improved German and Polish translations.
- Fixed detecting Chinese and Portuguese locales.
V0.10.1
⚠️ Important: this update changes the way Interpreter providers are stored to enable more flexibility with a variety of providers. Your existing configurations should be automatically migrated. 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, e.g.{{contentHtml|replace_tags:"strong":"h2"}}
replaces all<strong>
tags with<h2>
.
Improved
- Fixed issue with some toggles
- Fixed issues with enabling and deleting models
- Improve support for Azure OpenAI models
- Fixed localization of various text throughout the UI.
Plugin News
Community Plugins
New
create folder notes with dropdown By Sturdy Shawn
Help users quickly create and organize Markdown files. With this plugin, users can easily create new Markdown files based on the specified file name and folder hierarchy in an obsidian vault. If the specified folder path does not exist, the plugin will intelligently create the required folder to ensure that files can be properly classified and stored according to the user’s intent.
Usher By vorotamoroz
Manages multiple .obsidian directories efficiently.
Class Relation Visualization By Yong
Visualize your classes and their inheritance, composition, aggregation relation.
Embed 3D By Jesse Strijker
Embed 3DModels in markdown notes.
- Currently only two 3D embeds in one note are supported at the same time
- Big models will be laggy, since obsidian has a limited amount of RAM that cannot be altered.
Share as ZIP By Till Friebe
Share notes and their links as a zip folder.
Tab Limiter By Henry Gustafson
limits the number of tabs that can be opened> limits the number of tabs that can be opened.
Magiedit By Matteo Gassend
Official plugin to interact with magiedit.
Zen Mode By paperbenni
This plugin enables you to hide most Obsidian UI to be able to focus on the content.
- On mobile, viewing a PDF results in less than 40% of the screen being used for the PDF. Zen Mode hides all UI Elements except the current text file or document, all that remains is a single button to restore all UI.
- On desktop the problem is less severe, but there is still no way to quickly switch from an editing friendly experience to a viewing friendly experience. In addition to hiding all UI, zen mode also collapses and restores the side bars when being toggled.
Updates
Excalidraw v2.6.8 By Zsolt Viczian
- New
- QoL improvements:
- Obsidian-link search button in Element Link Editor.
- Add Any File now searches file aliases as well.
- Cosmetic changes to file search modals (display path, show file type icon).
- Text Element cursor-color matches the text color.
- Fixed
- Excalidraw icon on the ribbon menu kept reappearing every time you reopen Obsidian
- In pen mode, when single-finger panning is enabled, Excalidraw should still allow actions with the mouse.
- When editing a drawing in split mode (drawing is on one side, markdown view is on the other), editing the markdown note sometimes causes the drawing to re-zoom and jump away from the selected area.
- Hover-Editor compatibility resolved
ExcalidrawAutomate.create()
will now correctly include the markdown text in templates above Excalidraw Data and below YAML front matter. This also fixes the same issue with the Deconstruct Selected Element script.
Image Converter v1.2.14 By xRyul
NEW: Annotation tool: Ability to set custom background color, adjust its opacity and save into reusable presets.
Vertical Tabs v0.11.3 By oxdc
- Vertical Tabs will no longer update its states when files are dragged and dropped using the native file browser.
- Fixed a CSS issue that could cause significant performance drops.
Image Converter v1.2.13 By xRyul
NEW: Crop/flip/rotate tool
Simple option to rotate, crop, flip original images right inside Obsidian
- Rotate 90 degrees clockwise
- Rotate 90 degrees counter-clockwise
- Flip vertically
- Flip horizontally
- Aspect ratios: Freehand, 1:1, 16:9, 4:3, Custom
Timelines (Revamped) v2.4.0 By Sean Lowe
- What’s Changed
- Date formatting
- Timeline arrow
- implement groups
Pixel Banner v2.12.0 By Justin Parker
- Added
- 🔀 Random Image Shuffle functionality
- Folder Images: You can enable random image selection from a specified folder in settings
- Frontmatter Support: Use
banner-shuffle
in frontmatter to specify a folder path for random image selection- Images are randomly selected each time the note is opened
- This feature is perfect for adding variety to your notes with minimal setup using local images
Rich Foot v1.9.2 By Justin Parker
- 1.9.2
- Fixed
- dynamic
css
inreading
mode disrupting document flow of floated elements (e.g. ITS callouts)- debounced
updateRichFoot
inediting
mode (new settings option that allows delay in milliseconds)- 1.9.1
- Fixed
Links
defined in frontmatter were not being displayed- v1.9.0
- Added
- Option to combine
Outlinks
/Backlinks
in one view calledLinks
- Directional arrows for
Links
- Outlinks for
footnote
internal links- Fixed
Page Preview
not displaying properly inediting mode
KeepSidian v1.0.14 By lc0rp
- What’s New
- This release introduces our first KeepSidian Premium Features, enhanced by generative AI.
- Smart Titles: Auto-suggestions from note content.
- Auto-Tags: Tag generation & management.
- Advanced Filters: Sync only what you need.
- Note: These features require a subscription to cover generative AI costs. However, they are optional, and you can continue to use KeepSidian for free without enabling them.
- Coming Soon
- Auto-Sync at a dynamic interval
- Archive synced notes
- Google calendar support
Pending
CautionNotice: The following plugins have not yet passed code scrutiny and therefore have not been added to the Community Plugins. Before installing, please make sure you have fully understood and accepted the potential security risks involved.
Frontmatter Markdown Links By mnaoumov
Adds support for markdown links in frontmatter.
Link Maintainer By wenlzhang
Helps you maintain block references when splitting or reorganizing notes, with a focus on safety and reliability. With this plugin, you can:
- Select the line containing the block ID
- Run a single command
- Let the plugin automatically update all references - both in markdown notes and canvas files
No more manual searching and replacing. No more broken references. Just smooth, reliable link maintenance that lets you focus on organizing your knowledge the way you want.
Appearance
OverCast Theme By IxBlazarxI
The beautiful rain wallpaper image is subtly blurred with the brightness turned down for a serene and focused aesthetic. Currently, the theme only features a dark version.
- Custom rainy wallpaper with adjusted brightness and blurriness for a cleaner and atmospheric look
- Subtle, dark theme for better readability and focus
- Simple and clean design
- Mobile-friendly adjustments: the sidebar no longer blends with the wallpaper and has its own blurred effect
Kanagawa Paper Theme By sspaeti
Vortex Theme By abhimangs
- Features
- Infinite accent color customization.
- Neon glow and gradient underlines for headings.
- Smooth animations for links.
- Unique custom callouts with icons.