Open ghost opened 2 years ago
Sorry, I completely forgot about this. I kind of wanted a minimal type for the DOIs, but I already added a separate type for formatting (EmDOI), so a better approach would be nice before adding more formatting options. Perhaps consider adding a global formatting option or formatting function, perhaps.
+1 to this feature request.
First off, very cool package, especially when using with Pluto.jl. One thing that would be very useful from a stylistic viewpoint is being able to specify some formatting changes to the return reference. Specifically being able to truncate the number of authors and exclude citations, for example, rather than:
giving:
We can call something like
to yield:
I can create a pull request for how I would do it I'm just not sure what the preferred approach would be given the formatting is handled in
Base.show
, or at least how I see it. Would be cool to specify different citation styles as well but that's probably good amount of effort.