Skip to content

Commit f4c6a96

Browse files
committed
Update readme/changelog with pandoc-crossref inclusion
1 parent 0436a98 commit f4c6a96

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## [0.9.1] - 2021-11-03
4+
5+
- Added support for pandoc-crossref crossreferences ( #26 - thanks to @yarray )
6+
37
## [0.9.0] - 2021-04-16
48

59
- Use `documentation` instead of `detail` property for suggestions
@@ -24,7 +28,7 @@
2428

2529
## [0.4.2] - 2020-03-11
2630

27-
- Fix UseDefaultBib with relative path (#11 - @smartens)
31+
- Fix UseDefaultBib with relative path ( #11 - @smartens )
2832

2933
## [0.4.1] - 2019-11-16
3034

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Pandoc Citer Extension for Visual Studio Code
22

3-
This extension provides autocompletion of citations stored in a bibtex file, for use with [pandoc-markdown](https://pandoc.org/) documents.
3+
This extension provides autocompletion of citations stored in a bibtex file, for use with [pandoc-markdown](https://pandoc.org/) documents, along with auto-completion for [pandoc-crossref](https://github.com/lierdakil/pandoc-crossref) cross-references.
44

55
## Features
66

@@ -22,6 +22,9 @@ This extension provides autocompletion of citations stored in a bibtex file, for
2222
2323
### Configuration
2424
25+
- `PandocCiter.CrossRefMode`
26+
+ Type: String, either "full" (default), "minimal", or "none"
27+
+ Function: This changes the detail shown during auto-completion of cross-references. Setting this to "none" will disable auto-completion of pandoc-crossref references.
2528
- `PandocCiter.ViewType`
2629
+ Type: String, either "inline" (default) or "browser"
2730
+ Function: Changes how the suggested citations are shown
@@ -48,5 +51,5 @@ This extension provides autocompletion of citations stored in a bibtex file, for
4851
4952
## Acknowledgements
5053
51-
- This extension is essentially a stripped down version of the [LaTeX-Workshop extension](https://github.com/James-Yu/LaTeX-Workshop) that has been adjusted for markdown/pandoc
54+
- This extension started out as a a stripped down version of the [LaTeX-Workshop extension](https://github.com/James-Yu/LaTeX-Workshop) that has been adjusted for markdown/pandoc
5255
+ The structure of the `src` directory was preserved, so that any updates/fixes here could also be ported to LaTex-Workshop, and vice versa

0 commit comments

Comments
 (0)