ali-ramadhan / DocumenterCitations.jl

DocumenterCitations.jl uses Bibliography.jl to add support for BibTeX citations and references in documentation pages generated by Documenter.jl.
https://ali-ramadhan.github.io/DocumenterCitations.jl/dev
MIT License
65 stars 10 forks source link

Replace (@cite) in REPL help mode. #62

Open cmichelenstrofer opened 1 year ago

cmichelenstrofer commented 1 year ago

Markdown links [some text](URL) get displayed as hyperlinks in the created document (HTML) but in text-based outputs like the REPL help (?) mode it gets substituted by some text (URL). Similarly (@ref)s get deleted. It would be nice to have something similar and either remove the (@cite) or format it some other way.

navidcy commented 1 year ago

Yes! I was about to make an issue for this and I saw this issue. I vote for this! I think a replacement with either Authors (Year); doi:XXX.XXX.XXX or just Authors (Year); url:https://......... or just Authors (Year) if no doi/url are provided.

goerz commented 1 year ago

Now tracked at https://github.com/JuliaDocs/DocumenterCitations.jl/issues/21