moewew

Results 417 comments of moewew

I have a commit lined up that generalises all date options to per-type and per-entry scopes. It took a bit of fiddling, but should hopefully be working. Currently, I'm looking...

You can have a first look at https://github.com/moewew/biblatex/tree/localdateoptions (changes to current `dev` https://github.com/plk/biblatex/compare/dev...moewew:localdateoptions). You'll need Biber 2.15 dev from SourceForge to run that version of `biblatex`. I'm still thinking about...

Thank you very much for the extensive testing and feedback. I will have a look at your reply in detail at some point, but probably not before the coming weekend.

The low-hanging fruits first. 3. That was fortunately only a typo in `english.lbx` (introduced in https://github.com/plk/biblatex/commit/5abdeab8788154173c081159b36d8de07e17cf2f for #909). Should be fixed in https://github.com/plk/biblatex/commit/7542c6df8b69088439cd8626567da550823acbec. Doc changed in https://github.com/plk/biblatex/commit/ff479ad29166041c7638673290ac81eabbbf15a3. You should now...

Mhh, while I like the idea of `\DeclareDateOptions` (or whatever the name), I'm still having a hard time figuring out how it should interact with the normal date option. That...

I guess both. I was mainly thinking of the set of rules for their relation, but I had a particular implementation in mind that would make it quite hard to...

Mhhh, the following two workarounds are possible. 1. Switch back to the LaTeX2e case changing code ```latex \documentclass{article} \usepackage[style=authoryear,backend=biber, casechanger=latex2e]{biblatex} \DeclareFieldFormat{note}{\ifcapital{\MakeCapital{#1}}{#1}} \begin{filecontents*}[overwrite]{\jobname.bib} @misc{lorem, title = {Lorem}, note = {See {\cite[221-97]{ipsum}}.}...

Just tested this again because of https://github.com/plk/biblatex/issues/1246. The initial MWE appears to work fine now. If you can confirm, we could close this.

Mhh, I just think that the value `\field{labeldatesource}{year}` serves no purpose and does more harm than good. I can see that `\field{year}` would be needed for backwards compat in `\DeclareLabledate`,...

OK, good. Before `biblatex` 3.11 is released we probably need to update the compatibility matrix in the docs and adjust the release date in the change log.