diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-12-11 00:00:16 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-12-11 00:00:16 -0500 |
commit | ff39dd23e727d7d0c31535254653a1de7ab4ef1b (patch) | |
tree | 4efe4322478330d6c0764194776f80620fefb0c7 /NEWS | |
parent | c2bf5263c13f1585a9c151c688947bcdb53c00e1 (diff) | |
download | bog-ff39dd23e727d7d0c31535254653a1de7ab4ef1b.tar.gz |
Anchor and restrict citekey regular expression
Limit the characters that are allowed in the citekey to letters, digits,
underscores, and hyphens. This allows the citekey to be treated as a
word (temporarily expanding word constituents to include underscore and
hyphen), as opposed to explicitly specifying the characters that can
come before a citekey.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -36,6 +36,10 @@ - =bog-goto-citekey-heading-in-buffer= and =bog-goto-citekey-heading-in-notes= will now widen the buffer if the heading is outside of the narrowed region. + +- The format for citekeys is now restricted to letters, digits, + underscores, and hyphens. + - =bog-notes-directory= has been renamed to =bog-note-directory=. * v0.6.0 |