-
Notifications
You must be signed in to change notification settings - Fork 13
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
Subfolder aren't being displayed on the TOC of the parent folder note #26
Comments
This is indeed on the todo list :) |
Sweet! Glad to hear it. Any rough idea when you think the feature will release? Only reason I ask is so I can gauge whether or not I need to look at using something else in the interim or just wait. |
I'm not sure yet, but soon™ |
Just as a heads up, using : in a header seems to break the link, and i don't know why. Seems to be a obsidian thing tho. This is disabled by default, so you gotta enabled "Build IndexFiles Recursively" in the settings |
Wow big thanks to you for the quick update. I'm excited to test out the new version but when I click on update in Obsidian it says Failed. Any ideas? |
app.js:1 Error: Request failed, status 404
at new t (app.js:1:717762)
at Jw (app.js:1:717954)
at app.js:1:718631
at app.js:1:235836
at Object.next (app.js:1:235941)
at a (app.js:1:234680)
(anonymous) @ app.js:1
(anonymous) @ app.js:1
(anonymous) @ app.js:1
s @ app.js:1
Promise.then (async)
l @ app.js:1
(anonymous) @ app.js:1
v @ app.js:1
e.installPlugin @ app.js:1
(anonymous) @ app.js:1
(anonymous) @ app.js:1
(anonymous) @ app.js:1
a @ app.js:1
Promise.then (async)
l @ app.js:1
(anonymous) @ app.js:1
v @ app.js:1
(anonymous) @ app.js:1``` |
That dosn't look like an issue with the Plugin itself but more like Obsidian for some reason. Just tryed it in one of my vaults and it worked without a problem |
Works now, must have been a network issue of some sort given the 404 I was getting before. Testing it out now, thanks! |
No problem :) Looking forward to your feedback! |
Works great, thank you! Just a couple enhancements if possible:
|
I saw that 3rd point being added xD |
#37 Should fix the first point. Well, partially. The bulletpoints are collapsable once i use the method stated in 2. |
#39 Fixes the 3rd point. I'l make a release once i implement 2. |
I noticed there has been a new release (which I've updated to as well). I see that folders are now Bold thank you! Would it be possible to use the same default color scheme for the folders (blue) instead of white? Also, could you please add the option to underline folder as well? Are the parent bullets supposed to be collapsible in this release (I wasn't able to collapse them) or is that still pending the on # 2 for an upcoming release? If it hasn't been rolled out yet then no worries, just wanted to make sure. :) I see that you have implemented # 3 thank you!! :D |
Obsidian dosn't do the collapsing when its rendered via the current way, so this will be automatically a thing when the waypoint style rendering is implemented. Can't do anything about the color, as thats because the folder isn't a link in that case |
Makes sense. Should I open a new Feature Request to track # 2 so I can follow it once it's released or do you already have an open issue for it? Also, should I open a new FR for this too?
|
Yes please, I don't think i can fix the second one but feel free to make a FR aswell for it :/ |
Done, thanks again for your efforts! :) |
Firstly, than you for creating this wonderful plugin, I am loving it!
I noticed that the TOC only lists notes within the same folder. But if I have a subfolder that contains additional notes, the parent TOC won't display any of these. Ideally it would be nice to be able to navigate all levels deep from the parent TOC. Would it be possible to implement this and have the plugin look recursively?
Thanks in advance for your consideration!
The text was updated successfully, but these errors were encountered: