No description
Find a file
2026-06-14 21:01:10 +02:00
.github ci: update test workflow node version 2023-04-22 01:52:02 +02:00
src fix: file writing when folder does not exist 2023-04-23 13:16:23 +02:00
tests chore: switch to double quotes 2023-04-22 01:45:27 +02:00
.eslintrc.json chore: bump eslint parser ecmaVersion 2021-12-03 22:59:17 +01:00
.gitignore init 2021-10-10 19:18:57 +02:00
.prettierrc chore: switch to double quotes 2023-04-22 01:45:27 +02:00
CHANGELOG.md chore(release): 1.0.0 2023-04-23 13:16:40 +02:00
esbuild.mjs chore: update license date 2023-04-22 01:38:51 +02:00
jest.config.js tests: add ts-jest 2021-12-03 13:50:29 +01:00
LICENSE chore: update license date 2023-04-22 01:38:51 +02:00
manifest.json chore(release): 1.0.0 2023-04-23 13:16:40 +02:00
package.json build: update esbuild 2026-06-14 21:01:10 +02:00
README.md docs: include update notice 2023-04-23 13:30:52 +02:00
rollup.config.js Initial commit 2021-10-10 17:32:57 +02:00
styles.css Initial commit 2021-10-10 17:32:57 +02:00
tsconfig.json build: target es2018 2022-07-13 21:34:01 +02:00
versions.json init 2021-10-10 19:18:57 +02:00

Linked Data Helper

Important

This plugin has been updated to work with the new bulk exports from the Library of Congress.

This update also includes some fixes.

Test Linked Data Helper Build obsidian plugin

This plugin is needed for generating the data that the Linked Data Vocabularies Obsidian plugin relies on.

The settings have a step-by-step guide for each implemented dataset. (Currently, LCSH is supported, but there are plans to extend support to other linked data.)

By default, if possible, the generated files will be stored in the attachments folder, in the linked-data-vocabularies subfolder. If this is not possible, the settings will tell you.

In that case, you will have to input another path. You can also input an alternative output path, if you so wish.

After the conversion is done, this plugin can be disabled until you want to update the data or add another dataset.

Credits

This plugin uses the 'split2' npm package (https://www.npmjs.com/package/split2). It is licensed under the 'ISC License'. The license can be found here.