-
Notifications
You must be signed in to change notification settings - Fork 65
Added filewatch and cache functionality, notes can be searched by aliases #142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
kostabekre
wants to merge
64
commits into
obsidian-nvim:main
Choose a base branch
from
kostabekre:add-cache
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
64 commits
Select commit
Hold shift + click to select a range
95b52bb
cache init commit
kostabekre 10dfbac
rejected using sqlite, added basic vault indexing, filewatch
kostabekre 7f7a3eb
A note can be searched by alias
kostabekre 95854da
Merge remote-tracking branch 'upstream/main'
kostabekre e334d68
Updated the filewatch
kostabekre c109e6d
working version
kostabekre 921ef52
Merge remote-tracking branch 'upstream/main'
kostabekre aa48f82
last todo
kostabekre dda1188
updated read me, fixed test
kostabekre 3037db7
fix readme
kostabekre e8052e7
Updated changelog
kostabekre 043ec03
moved changes in changelog to unreleased
kostabekre a39d9d1
removed 3.12 from changelog
kostabekre b80f913
added semicolon
kostabekre 8e3df02
Updated config option to enable cache
kostabekre a16912e
Squash merge add-cache into main
kostabekre b496be5
code update
kostabekre d19bd80
Merge branch 'add-cache'
kostabekre 7da49dd
Added log when a note is updated as a warning
kostabekre 0a7f300
Merge branch 'main' into add-cache
kostabekre 9dc7df8
Added a test warning
kostabekre f7f2aa5
checking get_cache_notes for error
kostabekre 9714bc3
more description of errors
kostabekre 64f914e
fix error
kostabekre 2a2a40d
changed log warning to debug
kostabekre 6d06a65
Merge branch 'add-cache' into develop
kostabekre bd14b1a
temp changes
kostabekre 8d80abb
file watch sends multiple files but didn't test
kostabekre 040e766
Fixed errors
kostabekre d353656
Merge remote-tracking branch 'upstream/main' into add-cache
kostabekre 2a37f1d
Updated Cache config
kostabekre b19e938
Added the file handle for root on Linux
kostabekre 9da52d3
github code review changes
kostabekre a5f58d7
Merge branch 'add-cache'
kostabekre 9dda489
Merge remote-tracking branch 'upstream/main'
kostabekre 5bef2a6
github code review
kostabekre 8084864
Merge remote-tracking branch 'upstream/main'
kostabekre ace8863
Merge branch 'main' into add-cache
kostabekre 593d6a1
added tags, fixed bug with plenary (too many files), style fix
kostabekre e29f7ad
Merge remote-tracking branch 'upstream/main' into add-cache
kostabekre 78023b5
Apply suggestions from code review
neo451 d3b5366
Merge remote-tracking branch 'upstream/main' into add-cache
kostabekre ea8bfa6
Merge branch 'add-cache' of github.com:kostabekre/obsidian.nvim into …
kostabekre 2721082
Code review changes
kostabekre 151d792
fix update errors
kostabekre 2aec269
used joinpath for cross platform, added an option to show or hide tag…
kostabekre 75c4cd9
Merge remote-tracking branch 'upstream/main' into add-cache
kostabekre e7cdbd2
fix: dropped abc in cache, cache doesn't use client
kostabekre 53d167a
fix: forgot to use Obsidian.opts in quick_switch
kostabekre 6992c30
Merge remote-tracking branch 'upstream/main' into add-cache
kostabekre 0233ee6
A lock file is created for a workspace, when enabling filewatch
kostabekre d4d1931
.gitignore or .ignore is respected in filewatch and cache
kostabekre 6dd1a7b
lock file fix: use pid to check if the neovim isntance, which created…
kostabekre 65a8cc1
Merge remote-tracking branch 'upstream/main' into add-cache
kostabekre f43d2dc
Merge remote-tracking branch 'upstream/main' into add-cache
kostabekre b52a176
Merge remote-tracking branch 'upstream/main' into add-cache
kostabekre 9ead762
Merge remote-tracking branch 'upstream/main' into add-cache
kostabekre ea5af9f
Merge remote-tracking branch 'upstream/main' into add-cache
kostabekre 5fe0083
Merge remote-tracking branch 'upstream/main' into add-cache
kostabekre 3a6ce80
moved lock file to the state folder, set the workspace based on the c…
kostabekre 89dbe34
moved lock file from state to state/obsidian
kostabekre df75256
Merge remote-tracking branch 'upstream/main' into add-cache
kostabekre a46c848
use obsidian.async
kostabekre c5e8ba8
disable warning that a string should be passed instead of a number wh…
kostabekre File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.