Obsidian Weekly 2024-10-26:Very practical updates for input and management
Obsidian Weekly 2024-10-26:Very practical updates for input and management
AbstractStatistical time: 2024-10-19 21:00 ~ 2024-10-26 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.
Plugin News
Community Plugins
Updates
Recent Files v1.7.0 By Tony Grosinger
Add ability to omit recent files because of frontmatter tags
Iconize v2.14.4 By FlorianWoelki
- Fix
- issues with loading obsidian in >1.7.2
- icon display in callout with codeblocks
Hotkey Helper v0.3.20 By PJ Eby
- Misc. bug fixes
- Certain HH commands not working
- Command Palette instructions not displaying correctly on newer Obsidian versions
Tasks v7.12.0 By Clare Macrae and Ilyas Landikov (created by Martin Schenck)
- Feature
- Use
show tree
instruction to show tasks as indented!- Fixes
- Recur correctly at start of Daylight Savings Time
- ‘On completion’ delete now renders correctly in Live Preview
Vertical Tabs v0.9.0 By oxdc
- Improved the drag and drop experience for smoother interactions.
- Added a convenient button to create new groups easily.
- When there’s only one group, Vertical Tabs will now show a simple list instead of a redundant tree structure.
- Tab sorting will no longer affect the sidebar tabs.
- Group order now persists across relaunches.
- Bookmarked group names are automatically reloaded.
- Bookmarking now fully supports deferred views.
- Fixed an issue where bookmarks might not be saved under certain conditions.
- Corrected order in bookmarks.
- Bookmarks for files with the same name will now display their full path.
Advanced Canvas v3.1.3 By Developer-Mike
- Fixed moving collapsed group causing corrupted canvas history
- Added default edge direction setting
- Added Hot-Reload for portals
- Fixed clone node command
Easy Typing v5.5.4 By yaozhuwa
- Refactored the documentation to make it more concise and clear.
- Enhanced the delete function by adding a toggle switch, which is enabled by default but can be turned off in settings.
- Enhanced the delete function: when deleting ordered lists, the subsequent list numbering will be updated.
- Strict double line breaks: support for double line breaks after code blocks.
- Fixed a bug where deleting empty lines within code blocks would remove the list code block.
- Added several new features to enhance the editing experience.
- Optimized the delete function for empty list items and block quotes for a smoother experience.
- Added a shortcut command to jump to a new line; the default shortcut is CMD/Ctrl+Enter, which conflicts with Obsidian shortcuts and needs to be set manually.
- Optimized the paste function for code blocks by removing unnecessary smart indentation.
- Added a toggle comment command (CMD/Ctrl+/) to switch between commenting out code blocks and regular text (currently supports comments for several common programming languages), which conflicts with the built-in comment shortcut in Obsidian and requires manual shortcut setting.
- Currently supports the following languages:
- ‘js’: ’//‘,
- ‘javascript’: ’//‘,
- ‘ts’: ’//‘,
- ‘typescript’: ’//‘,
- ‘py’: ’#‘,
- ‘python’: ’#‘,
- ‘rb’: ’#‘,
- ‘ruby’: ’#‘,
- ‘java’: ’//‘,
- ‘c’: ’//‘,
- ‘cpp’: ’//‘,
- ‘cs’: ’//‘,
- ‘go’: ’//‘,
- ‘rust’: ’//‘,
- ‘swift’: ’//‘,
- ‘kotlin’: ’//‘,
- ‘php’: ’//‘,
- ‘css’: ’//‘,
- ‘scss’: ’//‘,
- ‘sql’: ’—‘,
- ‘shell’: ’#‘,
- ‘bash’: ’#‘,
- ‘powershell’: ’#’
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.
Weaver By Vasile Campeanu
Integrates a ChatGPT-like interface directly into the editor.
The original author has returned after a year and released a pre-release version with a complete rewrite. Some previous features are currently missing.
A few important notes:
- Theme Compatibility: Weaver is currently developed using the minimal theme, which means there may be compatibility issues with other themes.
- Mobile Support: The mobile version of Weaver is not supported yet.
- Customization Caution: Please avoid customizing the chat interface using the CSS classes at this time, as some classes may change before the public release.
Appearance
SimplyColorful Theme v0.2.0 By Lorenzo Pegorari
- Added support for “Style Settings” community plugin for theme customization,
- Minified and compressed CSS for faster loading,
- Fixed heading collapse indicator.
Other News
fireSeqSearch v0.2.1 has been released
fireSeqSearch is inspired by Evernote ’s browser extension - if we search a term, for example,
softmax
in Google, fireSeqSearch will also search in our personal notebook, and append the hits into Google results.
- New feature: Note Summarization with Local LLM.
- What happens locally, what stays locally. Your notes will be sent to a local language model (Mistral-7B). The model will summarize hits, and expand the summary into search engine results.