No description
Find a file
2025-02-04 18:17:27 +00:00
.github chore: generate plugin 2025-02-04 18:17:27 +00:00
hooks Initial commit 2024-12-17 16:24:45 +01:00
src Initial commit 2024-12-17 16:24:45 +01:00
.editorconfig Initial commit 2024-12-17 16:24:45 +01:00
.gitignore Initial commit 2024-12-17 16:24:45 +01:00
.npmrc Initial commit 2024-12-17 16:24:45 +01:00
biome.json Initial commit 2024-12-17 16:24:45 +01:00
bun.lock chore: generate plugin 2025-02-04 18:17:27 +00:00
commit-and-tag-version.mjs Initial commit 2024-12-17 16:24:45 +01:00
esbuild.config.mjs Initial commit 2024-12-17 16:24:45 +01:00
LICENSE chore: generate plugin 2025-02-04 18:17:27 +00:00
manifest-beta.json chore: generate plugin 2025-02-04 18:17:27 +00:00
manifest.json chore: generate plugin 2025-02-04 18:17:27 +00:00
package.json chore: generate plugin 2025-02-04 18:17:27 +00:00
README.md chore: generate plugin 2025-02-04 18:17:27 +00:00
tsconfig.json Initial commit 2024-12-17 16:24:45 +01:00
version-bump.mjs Initial commit 2024-12-17 16:24:45 +01:00
versions.json Initial commit 2024-12-17 16:24:45 +01:00

My Thesaurus

Add automagically tags based on a thesaurus CSV.

⚙️ Usage

📥 Installation

  • From Obsidian's community plugins
  • Using BRAT with https://github.com/Mara-Li/
  • From the release page:
    • Download the latest release
    • Unzip my-thesaurus.zip in .obsidian/plugins/ path
    • In Obsidian settings, reload the plugin
    • Enable the plugin

🎼 Languages

  • English
  • French

To add a translation:

  1. Fork the repository
  2. Add the translation in the src/i18n/locales folder with the name of the language (ex: fr.json).
    • You can get your locale language from Obsidian using obsidian translation or using the commands (in templater for example) : <% tp.obsidian.moment.locale() %>
    • Copy the content of the en.json file in the new file
    • Translate the content
  3. Edit i18n/i18next.ts :
    • Add import * as <lang> from "./locales/<lang>.json";
    • Edit the ressource part with adding : <lang> : {translation: <lang>}