-
Notifications
You must be signed in to change notification settings - Fork 12
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
[Bug] Dashboard Index file empty #59
Comments
Mind swapping to preview mode for me? |
Sure thing. Here you go: CleanShot.2023-07-30.at.21.41.31.mp4 |
Maybe to add, a dataview query does work:
Maybe that info rules out certain things. |
Can you show me your file structure? |
Maybe there was a misunderstanding on my side. I just happened to have put a file in the root directory yesterday and today....behold it displays exactly that. I thought the index in the root would consolidate the MOC in the other folders, so it would display a MOC of MOC or a Index of the Indexes, which was what I was expecting. So sorry, about the confusion. My bad 😞 However, that would be a nice feature though 😇 You'd have the master index that gives you an overview of all your folders MOC and you can then drill down even further to the relevant file/folder. Sure, one could always use a dateview query, but your plugins way of displaying it with numbers and such is much nicer and wouldn't require an extra CSS snippet for the numbering. |
Nope, it will only display files in the |
Turns out, i'm stupid. I just released a patch, try to update to version |
Umm... Now i'm kinda clueless as it works for me now and I can't reproduce it anymore EDIT: I FUCKING MISSPELLED ATTACHMENTS xddddddd try: |
Great, it works now! I should have caught that typo too though One small improvement that I think would be nice is to have is to be able to collapse the lists, similar to normal md text. Here's what I mean: That way, the user can see the index of indexes, but also choose to literally see every thing on one numbered page (MOC and all files) if he/she expands the list. Or is there an option for that too? |
Sadly can't make the lists collapsable, since obsidian just dosn't support it for CodeBlocks, there is #48 but idk when i find motivation to implement that, that would solve this issue. |
No worries, It's a really minor thing and the plugin as whole is already such a time saver or dare I say "game changer". And the workaround for the root-level index can be a simple dataview queriy. Thanks again for the help and the plugin. 🤘🏽🚀 |
@turulix The Dashboard index file (root) does not seem to be populated. It just shows this:
Obsidian version: 1.3.5
MacOS: 13.5
The other folder index files are generated without a problem and works.
The text was updated successfully, but these errors were encountered: