-
-
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
Influx doesn't work at all #88
Comments
I have the same issue. I much prefer Influx over the core Backlinks plugin, and would love to see this updated. I've yet to find any other alternative apart from these two. |
@Rushmik You should try the Better Search Views plugin. They have a feature similar to influx. |
Thanks a lot @milkyskies. I think using that plugin and their 'version' of backlinks could work for me. I'll need to try it out. Another good thing about that plugin: I didn't know they'd added things like embedded queries. Could be useful. |
It just broke for me on the update to 1.7.7. I agree @Rushmik, I also much prefer Influx for it's simplicity, ability to render at the top of the page, and the general clarity of styling. My whole system is built around bulleted lists that flow up into aggregate notes when tagged with a link. It's a bummer to switch away from such a functional and simple solution like Influx. |
Oh, another critical item this plugin has that the other doesn't is ability to save sorting order. Obisidian and Better Search Views don't offer a way to save sort order for page backlinks. I want newest first, and unfortunately default is opposite. |
@bvsbuild same for me. I'll never understand why this insanely basic functionality is missing year after year. @milkyskies @pivic Better Search Views improves Obsidian backlink presentation but does not offer any way to save backlink sorting order (Influx was the only plugin to ever achieve this). |
I've been digging in the code (with no idea what I'm doing). If anyone (or @jensmtg) has a clue where to even start looking, please share and I'll continue troubleshooting to try to figure out some kind of patch. Getting desperate to have this functionality back. One thing I didn't realize I loved and needed was the way it would even surface backlinks into notes on canvas. I know there are a lot of people looking for this functionality (https://forum.obsidian.md/t/canvas-cards-and-notes-in-links-backlinks-and-outgoing-arrows-in-graph-view/49697, https://forum.obsidian.md/t/showing-linked-mentions-backlinks-within-a-note-on-canvas/53065), and Influx pulled it off! |
I think I got to the bottom of it with some heavy use of chatGPT. Seems a recent obsidian core update changed how backlink data is stored - now as a map and not an array. It needed to be in an array. To hotfix,
Obviously a bit hackish to edit the compiled main.js, but it works for now! Maybe the developer can merge the fix in one day, but if not, hopefully this helps someone else who loves the functionality of this great plugin. |
@bvsbuild great scott, you really did it!!! amazing work!!!!! 👏 One tiny weird thing—when in edit mode, each backlink record starts with this code in bold: But that code disappears when I toggle to preview mode and everything looks perfect. Either way, this is incredible—thank you for figuring it out and sharing i! |
Glad it helped someone else @ashcreighton! On the ir="auto" thing, I think toggling off the "show headers" option in the Influx settings is what helped me. You lose a little context, but for me it wasn't too valuable. |
@bvsbuild thanks for getting this working again! My Obsidian experience is much improved thanks to you. @ashcreighton this is a band-aid fix, but you can remove the Hope this helps! |
@bvsbuild thanks a lot for your workaround! Lovely... |
I appreciate that @Rushmik, but that edit actually disabled Influx altogether for me. Changing it back made it work again, so I'll live with it :) |
Describe the bug
Influx no longer works for me. I'm currently running Obsidian 1.7.6 on a couple of different desktop operating systems and on Android 14 and 15.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Influx information should appear at the bottom of notes that are mentioned in other notes.
Screenshots
Sorry, I have none. Just imagine a note with no Influx information appearing.
Desktop (please complete the following information):
Additional context
I can't remember when Influx stopped working for me, but it's been around half a year since it last worked, in all probability. I'm an Obsidian Catalyst supporter, and I've been using 'early access versions' for years.
The text was updated successfully, but these errors were encountered: