tinymist-query 0.14.18-rc1

Language queries for tinymist.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/// path: references.bib
@article{Russell:1908,
Author = {Bertand Russell},
Journal = {American Journal of Mathematics},
Pages = {222--262},
Title = {Mathematical logic based on the theory of types},
Volume = 30,
Year = 1908}

-----
/// contains:Russell:1908,Mathematical logic based on the theory of types
/// compile: true

#cite(<Russell:1908>)/* range -5..-4 */

#bibliography("references.bib")