mirror of
https://github.com/mara-li/obsidian-my-thesaurus.git
synced 2026-07-22 05:38:22 +00:00
docs(readme): clarify thesaurus format to require at least two columns
This commit is contained in:
parent
5abff9cf66
commit
9ec3bb32c6
2 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ Le plugin cherche le mot ou la suite de mots dans l'entête (propriétés), dans
|
|||
|
||||
## 📚 Format du Thésaurus
|
||||
|
||||
Le thésaurus doit être un tableau avec deux colonnes : une pour les termes et une pour les synonymes. La première ligne doit contenir les en-têtes de colonnes.
|
||||
Le thésaurus doit être un tableau avec au moins deux colonnes : une pour les termes et une pour les synonymes. La première ligne doit contenir les en-têtes de colonnes.
|
||||
|
||||
> [!TIP]
|
||||
> Le thésaurus peut être un fichier CSV comme ceci :
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ The plugin searches for the word or series of words in the header (properties),
|
|||
|
||||
## 📚 Thesaurus Format
|
||||
|
||||
The thesaurus must be a table with two columns: one for the terms and one for the synonyms. The first row must contain the column headers.
|
||||
The thesaurus must be a table with at last two columns: one for the terms and one for the synonyms. The first row must contain the column headers.
|
||||
|
||||
> [!TIP]
|
||||
> The thesaurus can be a CSV file like this:
|
||||
|
|
|
|||
Loading…
Reference in a new issue