dwp-forge / refnotes

4 stars 6 forks source link

changing the storage model: how hard #40

Open mlinchitstest opened 7 years ago

mlinchitstest commented 7 years ago

Currently the reference database is pretty useless because (in my experience) it does not work at all once you get to about 500+ bibtex entries. There are two solutions to this: either

How hard would it be to change the plugin to get this sort of behavior?

dwp-forge commented 7 years ago

This plugin was developed to allow more flexibility in formatting footnotes. Using it with 500+ BibTeX entries is way beyond its scope.

As for how hard that would be, you can try and see for yourself ;)

mlinchitstest commented 7 years ago

i think that just pointing to actual filenames/actual namespaces would solve the problem. how much of the code would need to be changed to that?

dwp-forge commented 7 years ago

It's hard to estimate how big the changes would be. And that's not the measure that has much relevance anyway. It's not about the number of changed lines, it's about knowing which lines to change, and how. The changes should not break existing storage model, and ideally should somehow merge with it. If the current design is done well the changes should be rather local. But I haven't looked in the code for quite some time, so I don't remember anymore. And currently I have no time to do major work on the plugin. But merge requests are welcome.