Bread Crumbs
and Typwriter Mode
pluginsPlease consider sending me a tip to support my work 😀
⇢ 💻 Visit eQuill Labs
⇢ 💬 Join the Discord
Full Changelog: https://github.com/aoout/obsidian-epub-importer/compare/0.6.1…0.6.2
Add the ability to delete periodic notes and notes created on the selected date from the calendar.
Full Changelog: https://github.com/khoj-ai/khoj/compare/1.33.1…1.33.2
Further address the performance issue in Relevant Notes, and show image and clickable note links in AI response. NaN scores from vault search are handled through reranking.
Full Changelog: https://github.com/mnaoumov/obsidian-codescript-toolkit/compare/8.2.0…8.3.0
This minor release improves the error messages if there are connection issues to the LanguageTool API.
This update adds a restore cursor position
functionality. When you open a file the
cursor will automatically jump to the position it was at when you edited the file the last
time. This lets you continue right where you left off. The feature is not enabled by
default. You can enable it in the plugin's settings.
The feature is similar to the incredible Remember Cursor Position by dy-sh and loosely based on it. But it should provide a better performance, because it does not store the cursor position based on a timer, but only when the cursor actually moves (which is when the Typewriter Mode plugin runs its updates anyway).
Other minor changes include:
Support
^[xxx]
) #87 Bug fix, with the new addition of sorting some internal comparisons used for updating, and deleting existing entries became broken. This fixes that by adding some runtime IDs to entries to make this system work while sorted (Previously was working based on object references but using the new sorting options the object references are changed in the sorting process)
Full Changelog: https://github.com/jacobtread/obsidian-timekeep/compare/1.6.0…1.6.1
Fixes date format
本次仅更新了插件, 为插件加入的i18n支持, 同时修复了obsidian版本更迭带来的问题
Full Changelog: https://github.com/glowingjade/obsidian-smart-composer/compare/1.0.11…1.0.12
Full Changelog: https://github.com/RainCat1998/obsidian-custom-attachment-location/compare/5.0.0…5.0.1
Fixed chart size (#4) and enabled mobile app support.
解决跨年时,上个月计划完成,不能显示为绿色的情况。
Full Changelog: https://github.com/mnaoumov/obsidian-root-folder-context-menu/compare/1.3.4…1.4.0
Full Changelog: https://github.com/mnaoumov/obsidian-backlink-cache/compare/2.2.5…2.2.6
Pull Request
#3
Fully reshaped logic of initial application of custom sorting for compatibility with Obsidian 1.7.2 and newer
Obsidian 1.7.2 or newer is required
This was a feature request - https://github.com/Mikodin/obsidian-scribe/issues/2
/**
* Add, modify, or delete keys in element.customData and preserve existing keys.
* Creates customData={} if it does not exist.
* Takes the element id for an element in ea.elementsDict and the newData to add or modify.
* To delete keys set key value in newData to undefined. So {keyToBeDeleted:undefined} will be deleted.
* @param id
* @param newData
* @returns undefined if element does not exist in elementsDict, returns the modified element otherwise.
*/
public addAppendUpdateCustomData(id:string, newData: Partial<Record<string, unknown>>);
any
with proper type//@ts-ignore
Important Upcoming Change
The Basic markdown features (Flow Blocks) are now available as a separate beta plug-in at (https://github.com/Make-md/Obsidian-Basics), these features will be removed from make.md once the plug-in is finalized and published.
Improvements
Bug Fixes
This update publicly releases all improvements from the previous 0.3.* beta releases.
▶️ Watch the release video.
add "Acknowledgement and License Notice" in README
Full Changelog: https://github.com/pyrochlore/obsidian-tracker/compare/1.14.0…1.15.0
Added ability to use first project for issue link if only one project is defined
Fixed bug where default instance isn't selected
Full Changelog: https://github.com/srz2/obsidian-azure-devops-linker/compare/1.0.2…1.0.3
Full Changelog: https://github.com/Vinzent03/obsidian-git/compare/2.31.0…2.31.1
Rewritten the plugin in React so the code is cleaner and should work better
Minor enhancements:
crypto
library (allows this to function on mobile)Visualize connections between your ideas and pages in Obsidian, reveal the main topics and gaps between them, generate new ideas using AI.
To use in your Obsidian (desktop of mobile), create the .obsidian/plugins/infranodus-obsidian
folder in your Obsidian vault and copy the 3 files main.js
, styles.css
, and manifest.json
to that folder. Then activate the community plugins.
To get the API code, go to https://infranodus.com/subscription or copy the token value at https://infranodus.com/api/v1/token after you log in InfraNodus.
fix bugs with context statements display
fix bugs with linked and unlinked mentions analysis
the new AI metaprompting feature
better AI contextualization based on the graph
the new graph module compatibility
UI improvements
better error handling
Version bump for adding source
Added support for o1 and o1-mini under OpenAI Agent profile.
Notes:
Bugfix mobile js sandbox process not defined.
Full Changelog: https://github.com/nhaouari/obsidian-textgenerator-plugin/compare/0.7.43…0.7.46
Resolved #48: Add return value to runCodeByName function
en
width()
#111transposition
#115 transpose
或 trs
(An advanced version of transposition that needs to support rowspan/colspan when used, such as multi-cross tables)list2lt/dir
can be followed by a fold
processor for a special effect: the default fold of lt and dir #117dv.paragraph
to render anyblock content #forumsfold
and scroll
cannot be connected behind list2lt/dir
#117list2c2listdata
there may be a problem if the number of indent Spaces is not four #81zh
width()
#111transposition
#115 transpose
或 trs
(transposition的高级版本,需要支持rowspan/colspan时使用,如多叉表格)list2lt/dir
后可以紧接 fold
处理器达到特殊效果:lt与dir的默认折叠 #117dv.paragraph
来渲染anyblock内容 #论坛list2lt/dir
后面无法串联 fold
、scroll
等装饰处理器 #117list2c2listdata
缩进空格数不为四时可能存在问题 #81patch: 3.1.9-2: 紧急修复 |
内联切分符失效的问题
A few features and fixes!
Full Changelog: https://github.com/blorbb/obsidian-blockier/compare/1.1.0…1.2.0
Full Changelog: https://github.com/Jasper-1024/block-link-plus/compare/1.1.3…1.2.0
Full Changelog: https://github.com/obsidianmd/obsidian-importer/compare/1.6.18…1.6.19
Full Changelog: https://github.com/tgrosinger/recent-files-obsidian/compare/1.7.3…1.7.4
Full Changelog: https://github.com/scambier/obsidian-omnisearch/compare/1.25.1…1.25.2
In this version, it has been implemented two new funcionalities:
Full Changelog: https://github.com/FabianUntermoser/obsidian-neighbouring-files-plugin/compare/1.0.6…1.0.7
Full Changelog: https://github.com/FlorianWoelki/obsidian-iconize/compare/2.14.6…2.14.7
---
Added an option to run Quarto preview for the current qmd
file.
Fix: Support for Obsidian Web Clipper
Fix: Some canvas attached files might be moved as orphans.
Fix: Removed Jimp library
Fix: The image size in the link anchor in markdown is converted to the image size in wikilink (The option "Preserve link captions" should be enabled)
Add: Date formatting
Hopefully this new way of parsing does not hit any edge cases that I have not tested — please let me know in the Discord or elsewhere if that isn't the case.
Happy New Year, everyone! 🥳
Full Changelog: https://github.com/travisvn/obsidian-edge-tts/compare/1.6.0…1.7.0
esbuild
from 0.24.0
to 0.24.2
breaking change with how complex/lists of objects in game models get injected into note content before templater gets it -- allows for more precise targeting of those objects at the cost of slightly higher set up from previous versions (no more auto-flattening objects to their name)
fixes https://github.com/CMorooney/obsidian-game-search-plugin/issues/48
Adds support for selecting a different chat model for the copilot.
This release introduces a new lightweight mode for the AI chat interface, allowing users to manage context more efficiently by excluding file content while retaining metadata. This is particularly useful for batch operations like moving, renaming, or tagging files. Additionally, error handling has been improved with a retry option, and a new keyboard shortcut (Ctrl/Cmd + N) has been added to start a new conversation quickly.
2b636aed6e061106ff03fe8232cae4ecba041890b6d7ad511ad25cf76bd21e7a main.js
befd7dd9801948a7597a5a17dcc906bcdbad440d8ee0d327e06eed7097527d77 styles.css
ef6871ca5841b2fe172d7952592e44583310b5a2e92d4f16b8faaba54c39002d manifest.json
.popover.hover-popover.pdf-plus-pdf-internal-link-popover
: hover popovers for PDF internal links.popover.hover-popover.pdf-plus-outline-item-popover
: hover popovers for PDF outline items (a.k.a. bookmark, table of contents).popover.hover-popover.pdf-plus-thumbnail-item-popover
: hover popovers for PDF thumbnails.popover.hover-popover.pdf-plus-pdf-link-like-popover
: all of the aboveFull Changelog: https://github.com/RyotaUshio/obsidian-pdf-plus/compare/0.40.20…0.40.21
▶️ Watch the release video.
FIX: last week of the year bug
See main release notes here.
Full Changelog: https://github.com/Automattic/harper-obsidian-plugin/compare/0.13.0…0.14.0
Bugfix in case the user doesn't have the dataview plugin installed.
Full Changelog: https://github.com/allenhutchison/obsidian-gemini/compare/1.4.4…1.4.5
Full Changelog: https://github.com/noam-sc/obsidian-enhanced-symbols-prettifier/compare/1.4.1…1.4.2
Added a link to the video tutorial in the README.
Brought the version number up to match the other repos.
New setting: Media link format where you can choose between three different styles of embedding:
This replaces the old toggle "Use Media Links" that toggled between plain and embedded links.
The plugin is backwards compatible, so if you previously had "Use Media Links" enabled it will switch over automatically to the "embedded" style.
v2
.增加上传压缩优化