You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.
While setting up to use pandoc, I ran into small issues getting a default CSL (jgm/pandoc#2372).
Users can currently set a default CSL by creating ~/.csl/chicago-author-date.csl. This works, but renaming/symlinking some-other-style.csl to chicago-author-date.csl feels strange.
Should we change pandoc-citeproc to instead look for ~/.csl/default.csl?
Also wondering: is there a reason pandoc-citeproc settings are split out into ~/.csl instead of being kept with other pandoc settings in ~/.pandoc? Seems they might sit well in a subfolder e.g. ~/.pandoc/csl.
The text was updated successfully, but these errors were encountered:
I think ~/.csl is a good default location for .csl files, which can be used by plenty of other programmes besides pandoc. Fully in favour of there being a default .csl file for pandoc named defauld.csl, but I think it should probably live in ~/.pandoc so that it doesn't get muddled in with a pool of .csl files which might be used by (for example) Zotero.
For me, the ideal situation would be:
~/.pandoc/default.csl #pandoc's default csl file, which you can symlink or whatever.
~/.csl/ #location for all other csl files
I would actually like to see this approach taken up by other CSL-using-programmes, but that seems less likely!
I am in favor with having the ~/.pandoc/default.csl. Also I wouldn't prefer to have ~/.csl but its understandable that other program might be reading the common csl. I like what @davepwsmith suggested. Hope someone will look into this issue.
While setting up to use pandoc, I ran into small issues getting a default CSL (jgm/pandoc#2372).
Users can currently set a default CSL by creating
~/.csl/chicago-author-date.csl
. This works, but renaming/symlinkingsome-other-style.csl
tochicago-author-date.csl
feels strange.Should we change pandoc-citeproc to instead look for
~/.csl/default.csl
?Also wondering: is there a reason pandoc-citeproc settings are split out into
~/.csl
instead of being kept with other pandoc settings in~/.pandoc
? Seems they might sit well in a subfolder e.g.~/.pandoc/csl
.The text was updated successfully, but these errors were encountered: