Update 2.0.0#23
Draft
alexandre-v1 wants to merge 62 commits into
Draft
Conversation
Name was using Title but Title is edited outside of File this was causing issue with methods that needed the default file name.
Fix file name conflict with content search
Fix Obsidian icon not showing in search
Fix tag search not working
Add file extensions support
Fix crash when file has moved before a content search
This will allow to add new query with different purpose and use different setting for them. Move default query to FilesQuery to use the new multi queries support.
Change this since NotImplementedException is considered as TODO for some IDE.
Remame BaseQuery to ObsidianQuery since Obsidian release a new feature call Base(s) and this could be add as a query in the future Fix QueryService still name QueryHandler in some files
Make ReloadVaultsAsync() reload existing vaults insted of delete and recreate them
Change Font class to Glyph class for clarity and add FluentGlyphInfo for default glyph font family
Handle result with error message.
Add multi queries
Fix light theme and clean UI
Make them match Fluent 2 style since Flow Launcher seem to move to iNKORE.UI.WPF.Modern (who use Fluent 2).
New CardGroupTitle spacing follow windows setting app style.
Make new FluentFontIcon style that respect Fluent 2 and apply it to all glyphs in settings.
Fix UI typography consistency
Add glyph to button that open window
Fix System.InvalidOperationException on UpdatesFiles()
Refactor files handling
Use `|` to split note tile from content search result insted of `-` since the `-` can be in file name and could cause confusion for the users that use them. The new char what added as const inside ContentSearch
Change content search separator
This add all missing files formats as default option this include a new files extension group for Audio (disable by default).
Add all obsidian accepted file formats support
Update to Flow.Launcher.Plugin 5.0.0 and .NET 9.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Setting will be reset with this update since the setting menu have been remake
Closes #9 #2
Main Features
Small Feature
Fix