Skip to content

Commit cc59801

Browse files
committed
Extend README
1 parent 53e15c4 commit cc59801

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ The extension supports various authorities to query for entities (plugin name in
5050

5151
Authority | Plugin name | Supported register types | Notes
5252
---------|----------|---------|------------
53-
Karl Barth-Gesamtausgabe, Basel | kbga | places, actors, terms |
54-
GND | gnd | places, actors, organisations, terms |
53+
Karl Barth-Gesamtausgabe, Basel | kbga | places, people, terms |
54+
GND | gnd | places, people, organisations, terms |
5555
Google Places | google | places | Requires an access token
56-
Metagrid (metagrid) | metagrid | actors |
56+
Metagrid (metagrid) | metagrid | people |
5757

5858
You can define a different connector for each entity type. The configuration is a JSON snippet like below:
5959

@@ -86,9 +86,9 @@ The `label` property provides the text to be shown to the user in the dropdown.
8686

8787
## Recommended Extensions
8888

89-
For proper XML editing support, we recommend installing some of the following extensions:
89+
For proper XML editing support, we recommend installing either the [Scholary XML](https://marketplace.visualstudio.com/items?itemName=raffazizzi.sxml) or the [XML Language Support by Red Hat](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-xml) extension. Scholary XML is more lightweight and has nice features, but it requires a `<?xml-model?>` processing instruction in every file. The Red Hat extension support catalog files, which allow you to associate an XML namespace with a certain schema.
90+
91+
Other extensions you might find useful:
9092

91-
* [Scholary XML](https://marketplace.visualstudio.com/items?itemName=raffazizzi.sxml)
92-
* [XML Language Support by Red Hat](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-xml)
93-
* [Auto Rename Tag](https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-rename-tag)
9493
* [Language Server and Client for XQuery/eXistdb](https://marketplace.visualstudio.com/items?itemName=eXist-db.existdb-vscode)
94+
* [Auto Rename Tag](https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-rename-tag)

0 commit comments

Comments
 (0)