🪴 New Versions (117)
001.
1.1.3-canary.20240726T213026
Meta Bind Plugin
favorite
share
9 hours ago by Moritz Jung
Changelog
No Changelog was added
002.
0.9.994
MAKE.md
favorite
share
14 hours ago by MAKE.md
Changelog

Improvements

  • Import existing properties into a context when adding a new property

Bug Fixes

  • Fixed a crash for the Navigator
  • Fixed construction of arrays in formulas being output as matrices
003.
1.0.1
Day One Importer
favorite
share
14 hours ago by Marc Donald
Changelog

What's Changed

004.
1.17.0
Khoj
favorite
share
16 hours ago by Debanjum Singh Solanky
Changelog

What's Changed

New Contributors

Full Changelog: https://github.com/khoj-ai/khoj/compare/1.16.0…1.17.0

005.
1.1.0
Account Viewer
favorite
share
16 hours ago by Muaz Yediyüzkırkiki
Changelog

What's Changed

Full Changelog: https://github.com/muaz742/obsidian-accointing-viewer/compare/1.0.7…1.1.0

006.
1.9.11
Note Toolbar
favorite
share
16 hours ago by Chris Gurney
Changelog

Changelog

007.
1.22.2
AI File Organizer 2000
favorite
share
18 hours ago by Benjamin Ashgan Shafii
Changelog
No Changelog was added
008.
0.1.13
Smart Gantt
favorite
share
19 hours ago by Nhan Nguyen
Changelog

fix: dark mode style being overwritten

010.
1.1.0
Journalyst
favorite
share
a day ago by Justin Arnold
Changelog
No Changelog was added
011.
1.0.4
VirtFolder
favorite
share
a day ago by mr.grogrig
Changelog
No Changelog was added
012.
2.1.1
Continuous Mode
favorite
share
a day ago by Michael Schrauzer
Changelog

2.1.1

FIXED: Some further fixes for sorting when opening files in Continuous Mode with the context menu items.

013.
1.21.2
Loom
favorite
share
a day ago by celeste
Changelog
No Changelog was added
014.
1.32.2
Vault Explorer
favorite
share
a day ago by Trey Wallis
Changelog

Fix

  • increase spacing between tag and properties elements on the grid card
015.
1.0.114
Strapi Exporter AI
favorite
share
a day ago by Cinquin Andy
Changelog
No Changelog was added
016.
1.1.7
AI Tagger
favorite
share
a day ago by Luca Grippa
Changelog
017.
2.2.10-1
Excalidraw
favorite
share
a day ago by Zsolt Viczian
Changelog

early beta release of the fontpicker in Obsidian

018.
0.1.0
Hyphenation
favorite
share
2 days ago by 7596ff
Changelog
No Changelog was added
019.
1.1.4
Tabs
favorite
share
2 days ago by Huajin
Changelog

Bug fix

  1. abnormal tabs content width when 'Readable line length' set false; #27
  2. abnormal tabs nav title width was abnormal; #32

Added some appearance settings.

020.
1.2.0
Yesterday
favorite
share
2 days ago by Dominik Mayer
Changelog

Added support for custom root folders #5

Full Changelog: https://github.com/dominikmayer/obsidian-yesterday/compare/1.1.0…1.2.0

021.
0.23.18
Self-hosted LiveSync
favorite
share
2 days ago by vorotamoroz
Changelog

0.23.18:

A lot of things have been going on and it has been late. Thank you for your patience. However! Customisation Sync has reached Beta 3.
The screen no longer collapses and it also works very quickly when per-file-saved customisation sync is enabled.

As you probably already know, I often post my daily progress on Fediverse. Many days I only have my smartphone and tablet with me during my free time. Of course, I will reply to issues soon! I always appreciate your posts!

New feature:

  • Per-file-saved customization sync has been shipped.
    • We can synchronise plug-ins etc., more smoothly.
    • Default: disabled. We need a small migration when enabling this. And all devices should be updated to v0.23.18. Once we enabled this, we lost compatibility with old versions.
  • Customisation sync has got beta3.
    • We can set Flag to each item to select the newest, automatically.
    • This configuration is per device.

Improved:

  • Start-up speed has been improved.

Fixed:

  • On the customisation sync dialogue, buttons are kept within the screen.
  • No more unnecessary entries on data.json for customisation sync.
  • Selections are no longer lost while updating customisation items.

Tidied on source codes:

  • Many typos have been fixed.
  • Some unnecessary type casting removed.
022.
1.18.5
Restore Tab Key
favorite
share
2 days ago by jerrymk
Changelog

Streamlined plugin activation in different Markdown environments.

suggested in #14
image

You can still keep using the exception regex to indent when the list is empty by turning Lists on and enable the exception regex with the default regex. Turning Lists off will make it indent regardless. To access the regex settings, you will need to enable developer mode now. I'm not sure how the deprecated settings will behave on existing users. If things don't work right, try reinstalling the plugin.

024.
2.6.0
Imgur Plugin
favorite
share
2 days ago by Kirill Gavrilov
Changelog
  • Fix the plugin by enforcing individual Client ID per user (#80). Thanks to @madhex for the correct root cause analysis. Don't forget to logout and login again to get fresh authentication after specifying your own Client ID
  • Added a feature to upload local image with right-click (#32)
025.
1.6.1
Actions URI
favorite
share
2 days ago by Carlo Zottmann
Changelog

Hotfix release.

No longer broken

  • Under some circumstances, /note/create with apply=content would not create a note. Sorry about that!
026.
0.5.2
SystemSculpt AI
favorite
share
2 days ago by SystemSculpt.com
Changelog

Streamlined AI Services and Enhanced Stability

Summary:
This release addresses update issues experienced by some users in the previous version while significantly refactoring the AI service architecture. The update streamlines the codebase, enhances stability, and improves the overall user experience with a focus on simplified settings management and optimized template handling.

Highlights:

  • Fixed Update Issues: Resolved the update problems that some users encountered with version 0.5.1, ensuring a smooth upgrade process for all users.
  • Unified AI Service: Consolidated multiple AI services into a single UnifiedAIService, simplifying the codebase and improving maintainability.
  • Centralized Endpoint Management: Implemented a new EndpointManager for streamlined handling of API endpoints and keys across different AI providers.
  • Enhanced Settings Interface: Improved the settings display with better validation for API keys and endpoints, providing a more user-friendly configuration experience.
  • Optimized Template Handling: Streamlined template-related functions and settings, resulting in more efficient template management and improved performance.
  • Improved Error Handling: Enhanced logging and error management throughout the AIService and related modules for better diagnostics and user feedback.
  • UI Refinements: Updated the template list styling and improved the license key validation process, offering a more polished user interface.

Details:
The consolidation of AI services into UnifiedAIService marks a significant architectural improvement. This change not only simplifies the codebase but also lays the groundwork for easier integration of future AI providers. Users should notice improved stability and consistency when working with different AI models.

The new EndpointManager centralizes the management of API endpoints and keys, making it easier for users to configure and switch between different AI providers. This change also improves security by standardizing how API keys are handled across the application.

Note: As the sole developer of SystemSculpt, I am committed to continuously improving the platform's stability and user experience. This update represents my ongoing efforts to streamline the codebase and address user-reported issues promptly. I appreciate your patience and feedback, which are invaluable in helping me enhance SystemSculpt for all users.

027.
1.17.12
Links
favorite
share
2 days ago by MiiKey
Changelog
No Changelog was added
028.
0.9.14
Attachment Management
favorite
share
2 days ago by trganda
Changelog
No Changelog was added
029.
1.0.5
Messager
favorite
share
2 days ago by Rainyluo
Changelog

add fixed title option

030.
1.3.0
Front Matter Timestamps
favorite
share
2 days ago by LighthouseDino
Changelog

Add ability to exclude certain folders from timestamp updates.

031.
2.3.3
BMO Chatbot
favorite
share
2 days ago by Longy2k
Changelog

Fixes

  • Restore support for custom OpenAI API URL (#103) by QAbot-zh
032.
0.3.18
Datepicker
favorite
share
2 days ago by Mostafa Mohamed
Changelog
No Changelog was added
033.
1.0.4
Are.na Manager
favorite
share
3 days ago by Javier Arce
Changelog
  • Allows downloading attachments from Are.na.
  • The frontmatter of the note now includes the block's title.
  • The "Pull block from Are.na" command is hidden from the command palette if it cannot be triggered.
034.
0.2.47
Caret
favorite
share
3 days ago by Jake Colling
Changelog
No Changelog was added
035.
0.3.5
Seafile
favorite
share
3 days ago by conql
Changelog
No Changelog was added
036.
0.25.0
Note Definitions
favorite
share
3 days ago by Dominic Let
Changelog
  • Allow pipe delimiter for aliases
037.
0.2.0
Definition List
favorite
share
3 days ago by shammond42
Changelog

Major improvements including support for live preview mode and syntax enhancements. See the readme for details.

038.
2.0.67
Change Case
favorite
share
3 days ago by David Brockman
Changelog

2.0.67 (2024-07-24)

039.
1.0.9
InsightA
favorite
share
3 days ago by Hongjian Tang
Changelog
No Changelog was added
040.
2.4.1
Templater
favorite
share
3 days ago by SilentVoid
Changelog
No Changelog was added
041.
0.4.8
Solo RPG Toolkit
favorite
share
3 days ago by Alex Kurowski
Changelog

Added quick custom table for throw-away rolls

042.
1.2.2
Unofficial Fabric Integration
favorite
share
3 days ago by Chasebank87
Changelog

Features Added:

Community Custom Patterns: A repo that aims to collect users own custom fabric patterns from users that want to share and collaborate and get inspiration from others.

  • Download patterns from the plugin (using the new repo as the source)
  • Update patterns
  • Uninstall patterns

Communit Fabric Patterns

043.
1.0.73
Fast Text Color
favorite
share
3 days ago by Leon Holtmeier
Changelog

-Setting sorting order of Postprocessor to -1000 (this probably makes it run first always (?)) to avoid conflicts with other plugins (i.e. the icon shortcodes plugin).

  • removing uneccessary console.logs
044.
0.4.1
Shiki Highlighter
favorite
share
3 days ago by Moritz Jung
Changelog
No Changelog was added
045.
0.2.12-2
Enhanced Copy
favorite
share
3 days ago by Mara-Li
Changelog

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

0.2.12-2 (2024-07-23)

Features

  • in edit mode, convert dataview into markdown 🎉 (b97bb9e)
046.
2.25.0
Obsidian Git
favorite
share
3 days ago by Denis Olehov
Changelog
047.
3.1.0
OpenAPI Renderer
favorite
share
4 days ago by Sentiago
Changelog
No Changelog was added
048.
0.10.0
Vimrc Support
favorite
share
4 days ago by esm
Changelog
No Changelog was added
049.
1.83.0
Iron Vault
favorite
share
4 days ago by Iron Vault Dev Team
Changelog

What's Changed

New Features ✨

Full Changelog: https://github.com/iron-vault-plugin/iron-vault/compare/1.82.1…1.83.0

050.
2.1.7
TodoTxt
favorite
share
4 days ago by Mark Grimes
Changelog
  • fix: switch to use-long-press which supports cancelOnMovement by @mvgrimes
051.
1.17.0
Pieces for Developers
favorite
share
4 days ago by Pieces For Developers
Changelog
052.
1.4.2
Virtual Linker / Glossary
favorite
share
4 days ago by Valentin Schröter
Changelog

Improved caching performance to freezing problems in large vaults (> 1000 notes), solving #20

053.
0.1.2
Query JSON
favorite
share
4 days ago by rooyca
Changelog

Changelogs

  • ref: inline query for arrays (#5)

Full Changelog: https://github.com/Rooyca/query-json/compare/0.1.1…0.1.2

054.
0.0.1
Better Recall
favorite
share
4 days ago by FlorianWoelki
Changelog

Initial release of the plugin.

055.
2.5.0
Orgmode (CM6)
favorite
share
4 days ago by Benoit Bazard
Changelog

Blocks and papercuts

  • implement lesser Blocks (COMMENT EXAMPLE EXPORT SRC VERSE) with unformatted content
  • handle link/markup deep nesting
  • more precise parsing of planning lines (only SCHEDULED: is highlighted)

2024-07-23_07-59

  • live preview takes into account the entire selection and not only the cursor

2024-07-23_07-59_1

  • more restrictive definition of comment (#x not parsed as a comment anymore)
  • autodetect instantly when Vim setting is changed in obsidian
  • update README.md to show the org syntax support
056.
0.6.0
ProgressBar
favorite
share
4 days ago by Wei Zhang
Changelog

What's Changed

New Contributors

Full Changelog: https://github.com/zwpaper/obsidian-progressbar/compare/0.5.0…0.6.0

057.
2.0.3
O2
favorite
share
4 days ago by haril song
Changelog
058.
1.1.8
ZotLit
favorite
share
4 days ago by AidenLx
Changelog
  • fix: support electron 30 (c96b2d5)
059.
1.0.8
060.
1.1.2
Heading Toggler
favorite
share
4 days ago by Lord Turmoil
Changelog

Version 1.1.2

Changes

  • Will retain cursor position when toggling heading level
062.
1.3.0
Images to Gist
favorite
share
4 days ago by Inder Singh
Changelog
No Changelog was added
063.
2.5.3
Copilot
favorite
share
4 days ago by Logan Yang
Changelog

Sorry for the delay folks, I was afk for quite a while but am back now!

  • GPT 4o and mini are added.
  • "Claude 3" renamed to just "Claude" and defaults to the new best claude-3-5-sonnet-20240620 model (reset or manual input required)
  • Fix a bug where source link is broken when vault name has spaces
  • Groq is added
  • OpenAI organization id added
  • Summarize Selection added to context menu
  • fish cors example

Big thanks to all community contributions!! #482, #446, #445, #441, #436

064.
2.2.2
Contextual note templating
favorite
share
4 days ago by Roman Kubiv
Changelog

Add format property to natural date

065.
1.7.1
Syrinscape Online Player
favorite
share
4 days ago by Stephen Cooper
Changelog

Major improvements to the volume sliders

  • tooltips that update while you move them
  • separate slider for one-shots and ambient music
  • UI revamp - improved look for volume
066.
0.1.4
Paste as Embed
favorite
share
4 days ago by Matt Laporte
Changelog
  • Replace path import with Obsidian API + JS built-in methods.
  • Replace superfluous call to sanitizeHTMLToDom.
067.
1.0.7
LinkMagic
favorite
share
5 days ago by AndyReifman
Changelog

What's Changed

Full Changelog: https://github.com/AndyReifman/LinkMagic/compare/1.0.6…1.0.7

068.
1.0.2
Callout Suggestions
favorite
share
5 days ago by Casey Fryer
Changelog

Added a setting to change the text case of the inserted callout.

069.
1.6.0
Spotify API
favorite
share
5 days ago by Darren-project
Changelog

Fixes Buffer error for mobile while login.

070.
1.2.1
Checkbox styling helper
favorite
share
5 days ago by JaewonE
Changelog
  • 1419473: Fixed bug where numbers were not properly applied to triggers

Full Changelog: https://github.com/jaewonE/checkbox-styling-helper/compare/1.2.0…1.2.1

071.
24.7.22
WuCai highlights Official
favorite
share
5 days ago by 希果壳五彩
Changelog

add anno_lines filter

072.
1.2.2
Timeline View
favorite
share
5 days ago by b.camphart
Changelog

Improvements

  • Makes the design of hovering more consistent with canvas hovering behavior
  • Makes the "where is this?" tooltip on the top of the timeline consistent with obsidian's tooltips
  • (for theme developers) introduces new css variables for easily tweaking the design

No Longer Broken

  • Adjusts the position of the controls and settings to accommodate the new scrollbars
  • Removed unused settings sections (to be re-introduced when features are completed)

Full Changelog: https://github.com/b-camphart/timeline-view/compare/1.2.1…1.2.2

073.
1.7.1
Repeat
favorite
share
5 days ago by Andre Perunicic
Changelog

Update small typo in README and use "property" instead of "field".

074.
1.0.0-beta.6
Obsidian Clipper
favorite
share
5 days ago by John Christopher
Changelog
No Changelog was added
075.
0.21.1
Day Planner
favorite
share
5 days ago by James Lynch
Changelog

✨ New features

  • Drag-and-drop edits are now working on mobile: long-press on a task block to see the controls, tap on the control and start dragging to change task time
  • Added floating edit controls on top of task blocks. All the edit modes are now easily available
  • Now you can change task start time
  • There is now a new edit mode: move block and shrink neighboring blocks
  • Now you can manually adjust the height of the unscheduled tasks section through drag-and-drop

🐞 Fixed issues

  • Fixed empty remote event names breaking the plugin (#430)
  • Fixed advanced editing with Ctrl/Shift not working (#462). To do advanced edits, simply hover over the block, then over the edit controls
076.
1.0.4
Note Linker with Previewer
favorite
share
6 days ago by Nick Allison
Changelog
No Changelog was added
077.
1.0.6
Yanki
favorite
share
6 days ago by Eric Mika
Changelog
  • 201e279 Release: 1.0.6
  • d0b2589 Fix notice text spacing regression.
  • afea2b5 Set up example as demo folder as proper Obsidian vault.
078.
1.4.0
Mood Tracker
favorite
share
6 days ago by dartungar
Changelog

✨ Choose the Location for Mood Tracker Entries by @Brazier85! When you enable the "Add mood tracker info to a note" option, you can now specify where the mood tracker entry information will appear.

079.
1.1.4
Aosr
favorite
share
6 days ago by linanwx
Changelog
No Changelog was added
081.
2.0.0
082.
1.0.0
zettelkasten navigation
favorite
share
6 days ago by terrychenzw
Changelog

https://github.com/user-attachments/assets/d846ec74-9e11-4dc4-b0ad-375b69540331

Updates:

icon toolbar:

  • recent retrieval view
  • outline view
  • table view
  • branch growing animation
  • all trees
  • random index
  • random main notes
  • export to canvas
  • open settings

node-click events

  1. index graph view (same with outline view)
    • click: open file
    • ctrl + click: copy ID
    • shift + click: refresh index graph
    • alt + click: open/refresh local graph view
  2. local graph view
    • click: open file
    • ctrl + click: open file in a new tab
    • shift + click: refresh local graph

- alt + click: open/refresh index graph view

更新

图标命令:

  • 最近检索
  • 大纲视图
  • 表格视图
  • 分支生长动画
  • 所有树
  • 随机关键词
  • 随机主笔记
  • 导出到白板
  • 打开设置

节点点击事件:

  1. 关键词分支视图(与大纲视图一致)

    • 左键:打开文件
    • ctrl + 左键:复制 ID
    • shift + 左键:刷新关键词分支视图
    • alt + 左键:打开/刷新局部关系视图
  2. 局部关系视图

    • 左键:打开文件
    • ctrl + 左键:在新标签页打开文件
    • shift + 左键:刷新局部关系视图
    • alt + 左键:打开/刷新关键词分支视图
083.
3.2.1-b1
Text Format
favorite
share
6 days ago by Benature
Changelog
No Changelog was added
084.
0.1.1
Project Browser
favorite
share
6 days ago by Dale de Silva
Changelog

Added this update:

  • Added ability to right click on a note card for changing state & deleting.
  • Added ability to right click on a state section for creating a new note.
  • Added ability to right click the background in the project browser to create a new note or folder.
  • Added ability to right click on folders to delete them.
  • Added onboarding tips.
  • Changed breadcrumb to now wrap on small screens.

Watch the release video.

085.
1.4.0
Timetracker
favorite
share
6 days ago by Nils Dammenhayn
Changelog

Features/changes:

  • added setting for adding a line break after inserted timestamp
  • added setting to change inserted timestamp's text color
  • remove colon after inserted timestamp

Bugfix:

  • fixed a bug where the stopwatch value, when running, did not update any longer when settings were changed, but internally the stopwatch was still running
086.
1.1.7
YouTube Template
favorite
share
6 days ago by sundevista
Changelog

Fixes

  • Fix folder existence error #21
087.
1.0.11
Vikunja Sync
favorite
share
7 days ago by Peter Heiss
Changelog

fix an issue with "reset labels"

088.
1.1.3
my anime list text exporter
favorite
share
7 days ago by XmoncocoX
Changelog

so I decided to translate in french for the ease of use, and started the check list.

089.
0.2.1
Tars
favorite
share
7 days ago by Tarslab
Changelog

增加供应商deepseek

090.
1.2.0
Symbols Prettifier
favorite
share
7 days ago by Florian Woelki
Changelog

What's Changed

  • feat: removing old functionality with brand new editor functionality (resolves issues like #12 and #11)

Full Changelog: https://github.com/FlorianWoelki/obsidian-symbols-prettifier/compare/1.1.4…1.2.0

091.
2.14.3
Obsidian Icon Folder
favorite
share
7 days ago by FlorianWoelki
Changelog

What's Changed

  • feat: add functionality for toggling between native, custom, and no Lucide icon pack (#527, #520)
  • fix: issue with ITS theme and incorrect calculation of size (#521)

Full Changelog: https://github.com/FlorianWoelki/obsidian-iconize/compare/2.14.2…2.14.3

092.
1.0.6
Math Indicator Changer
favorite
share
7 days ago by Ori Replication
Changelog
No Changelog was added
093.
1.10.7
Obsidian Enhancing Export
favorite
share
7 days ago by YISH
Changelog

What's Changed

New Contributors

Full Changelog: https://github.com/mokeyish/obsidian-enhancing-export/compare/1.10.6…1.10.7

094.
1.0.6
Hugo Publish
favorite
share
8 days ago by kirito
Changelog
  1. support process all articles when blog_tag is empty
  2. add blog dir keep list, do not delete matching files. use js regex, e.g. .*\.html
095.
1.0.9
PopKit
favorite
share
8 days ago by Zhou Hua
Changelog
No Changelog was added
096.
1.0.3
Spoilers
favorite
share
8 days ago by Jacobtread
Changelog
097.
1.1.0
Blockier
favorite
share
8 days ago by blorbb
Changelog

Added setting to select an entire code block's contents with the Select block command.

Also fixed selection in a table cell, it will now select the entire table cell (like regular Ctrl-A) instead of doing nothing.

Full Changelog: https://github.com/blorbb/obsidian-blockier/compare/1.0.3…1.1.0

098.
1.17.4
Projects
favorite
share
8 days ago by Marcus Olsson
Changelog

What's Changed

New Features 🎉

Improvements 🛠️

Bug Fixes 🐞

Other Changes

New Contributors

Full Changelog: https://github.com/marcusolsson/obsidian-projects/compare/1.17.3…1.17.4

099.
0.9.8.2
You and Your Research
favorite
share
8 days ago by Neo Zhang
Changelog

Added support for GPT-4o-mini.

100.
0.13.4
April's Automatic Timelines
favorite
share
8 days ago by April Gras
Changelog
101.
1.1.0
Edit in Neovim
favorite
share
8 days ago by Theseus
Changelog
  • Added a command to open a new Neovim instance from inside
102.
1.11.0
QuickAdd
favorite
share
8 days ago by Christian B. B. Houmann
Changelog

1.11.0 (2024-07-18)

Features

  • add gpt-4o-mini (128k max tokens) as a default model for new plugin users. Existing users can add gpt-4o-mini with 128000 tokens in their AI Assistant menu. (49c99d6)
  • enable anthropic beta for 8k tokens on Claude 3.5 Sonnet (abd6333)
103.
1.1.2
Alias from heading
favorite
share
8 days ago by Chris Basham
Changelog

Fix: Plugin should not error when getCache() returns null (#14, #15).

104.
1.1.0
Notes Refresher
favorite
share
9 days ago by Connor Park
Changelog
  • Link summary titles to notes
  • Add error handling for missing API key
105.
1.1.3
Auto Embed
favorite
share
9 days ago by GnoxNahte
Changelog

Bugs Fixed:

  • Fix not embedding when it's in a list. From issue 6
106.
1.0.4
Xournal++
favorite
share
9 days ago by Jon Jampen
Changelog

Fixed

  • template.xopp is now embedded in the code. The file was previously not downloaded during the plugin install through Obsidian.

Added

  • Option to define a custom template for new Xournal++ files.

Contributors

107.
2.13.0
PodNotes
favorite
share
9 days ago by Christian B. B. Houmann
Changelog

2.13.0 (2024-07-18)

Demo

Obsidian_5ihllWiZcp

Bug Fixes

Features

  • improved OMPL import: much faster import, choose file anywhere on your device to import, show import progress (10b02fa)
  • redesign podcast view in settings: shows all your podcasts by default, search shows found podcasts, and redesigned how the results look (c688e3e)

Redesign

image

108.
1.1.0
CSV Codeblock
favorite
share
9 days ago by elrindir
Changelog

Now supports tsv in codeblocks. Thanks mklepaczewski for the request.

109.
1.0.4
Tags Routes
favorite
share
9 days ago by Ken
Changelog

release 1.0.4
main improvement is:

  • save/load all display settings
  • improved the nodes highlight
110.
4.0.3
Homepage
favorite
share
9 days ago by mirnovov
Changelog
  • Ensure layout is done before running commands (#93)
  • Revamp command UI on mobile, and minor polishes to the settings UI in general
  • Remove the developer console message on startup
111.
0.1.8
AI image analyzer
favorite
share
9 days ago by Swaggeroo
Changelog

Added queuing

112.
1.3.5
TV tracker
favorite
share
9 days ago by Shreshth Mehra
Changelog

New in v1.3.5

  • Click to View Info
    • Clicking on a Actor or director in the metrics shows a popup with Photo of the person, total movies, upcoming movies, known for movies, age and ranks in your library
    • Can be turned off from settings
  • Added fields for Total episodes, episode runtime, total seasons and episodes seen for TV Series
    • Update existing files from settings
    • Additional setting for viewing the episodes seen on Series
    • Added total viewing time for TV series (Depends on episodes_seen YAML property)
  • Added a combined score rating mode
    • Only works for Actors (for now)
  • Added ability to Search by collection name
  • Added metrics for viewing total Unique Actors and Directors
113.
0.1.5
Lapel
favorite
share
9 days ago by Liam Cain
Changelog
No Changelog was added
114.
2.5.2
Peerdraft
favorite
share
10 days ago by Peerdraft
Changelog
115.
3.0.1
Bible Reference
favorite
share
10 days ago by tim-hub
Changelog

A minor change for package dependency update.

Full Changelog: https://github.com/tim-hub/obsidian-bible-reference/compare/3.0.0…3.0.1

116.
1.0.9
Iconic
favorite
share
10 days ago by Holo
Changelog

If you missed the news, Iconic is now on the community browser! 🌈 You can safely disconnect it from BRAT if you're still using it. This patch mainly fixes some default icon behaviors.

New features:

Visual fixes:

Settings:

Full changelog: https://github.com/gfxholo/iconic/compare/1.0.8…1.0.9

117.
1.1.0
Entity Linker
favorite
share
10 days ago by Ankush-Chander
Changelog
  • Add wikipedia lookup in case openalex record missing
  • Fix new tab behaviour