You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you use custom base path, Open diff view doesn't work. It seems to search under a wrong place : custombase\custombase
Relevant errors (if available)
Suppose there is Document under custombase and it's a folder and a custom base.
This is the error you get when the custom base path is customebase, for example:
Uncaught TypeError: Cannot read properties of null (reading 'path')
at S.onActiveLeafChangeHandler (plugin:obsidian-dynamic-toc:2:411)
at t.e.tryTrigger (app.js:1:1027924)
at t.e.trigger (app.js:1:1027857)
at t.trigger (app.js:1:1648741)
at t.activeLeafEvents (app.js:1:1634569)
at s (app.js:1:692224)
at l (app.js:1:692330)
......
Show 32 more frames
app.js:1 Error: ENOENT: no such file or directory, open 'G:\My Documents\Obsidian\Thoughts\custombase\custombase\Document.md'
......
Steps to reproduce
Create a folder called custombase in Obsidian under root. Set it to a git folder. Create a document called Document under custombase. Set the custom base path to custombase.
Run Open diff view.
Expected Behavior
No response
Addition context
No response
Operating system
Windows
Plugin version
2.12.1
The text was updated successfully, but these errors were encountered:
Describe the bug
If you use custom base path, Open diff view doesn't work. It seems to search under a wrong place :
custombase\custombase
Relevant errors (if available)
Suppose there is
Document
undercustombase
and it's a folder and a custom base.This is the error you get when the custom base path is customebase, for example:
Steps to reproduce
Create a folder called custombase in Obsidian under root. Set it to a git folder. Create a document called Document under custombase. Set the custom base path to custombase.
Run Open diff view.
Expected Behavior
No response
Addition context
No response
Operating system
Windows
Plugin version
2.12.1
The text was updated successfully, but these errors were encountered: