Skip to content

Commit 3a8b7b7

Browse files
Merge branch 'master' into zotero-link
2 parents 84a3a61 + 7d3b94a commit 3a8b7b7

15 files changed

Lines changed: 3991 additions & 2305 deletions

File tree

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v20
1+
v24

.prettierignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
package-lock.json
2+
pandoc-zotxt.lua/

Makefile

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@
22

33
VERSION=$(shell jq .version extension/manifest.json -r)
44

5-
dist: test zotxt-$(VERSION).xpi ;
5+
dist: unittest zotxt-$(VERSION).xpi ;
66

7-
notest: zotxt-$(VERSION).xpi ;
8-
9-
zotxt-$(VERSION).xpi: extension/*.js extension/resource/translators/EasyKeyExporter.js
7+
zotxt-$(VERSION).xpi: extension/*.js extension/manifest.json extension/resource/translators/EasyKeyExporter.js
108
cd extension && zip -r ../zotxt-$(VERSION).xpi *
119

1210
clean:
@@ -17,3 +15,7 @@ unittest:
1715

1816
test: unittest
1917
cd test && ruby test.rb
18+
19+
format:
20+
prettier -w .
21+
rufo .

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ For example:
2525

2626
See [zotxt-emacs](https://github.com/egh/zotxt-emacs)
2727

28-
Zotxt API
29-
---------
28+
## Zotxt API
3029

3130
The Zotxt API is exposed via `http://127.0.0.1:23119/zotxt/`. To get an idea of what is possible, your best bet is probably to have a look at the `test/test.rb` file.

0 commit comments

Comments
 (0)