Mara-Li
be224777ff
chore: typo
2026-05-16 10:16:26 +02:00
Lisandra
4199f7ca54
Update README.md
2025-02-27 16:37:05 +01:00
Mara-Li
e2185fa767
chore(release): 0.0.10
2025-02-27 12:23:44 +01:00
Mara-Li
99f274cbe2
docs(translation): avoid settings in settings heading
2025-02-27 12:23:29 +01:00
Mara-Li
714a8ed17d
refactor: remove useless logs
2025-02-27 12:22:39 +01:00
Mara-Li
336bb21b17
chore(release): 0.0.9
2025-02-24 13:16:33 +01:00
Mara-Li
04d40100e5
feat(settings): add excludeTermKey setting to filter tags in frontmatter
...
- add settings to set the name for the frontmatter key (by default, `exclude_term`)
- add setting to allow auto-clean existing tag (so it will remove the tags if it was excluded)
- update function to add the filter
- refactor settings to be more readable (style)
- refactor function (moving to utils)
- prevent empty message if missing tags is empty
2025-02-24 13:15:00 +01:00
Mara-Li
a9bc93800f
chore(release): 0.0.8
2025-02-21 22:55:53 +01:00
Mara-Li
25c6fab086
feat(utils): add array comparison and missing elements functions for tag management
2025-02-21 22:55:47 +01:00
Mara-Li
9ec3bb32c6
docs(readme): clarify thesaurus format to require at least two columns
2025-02-21 22:19:44 +01:00
Mara-Li
5abff9cf66
fix(csv): enhance CSV parsing with separator regex and column count validation
2025-02-21 22:19:40 +01:00
Mara-Li
86fcbc23d0
feat(tests): add test for error handling with insufficient columns in CSV
2025-02-21 22:19:28 +01:00
Mara-Li
df3f1c6dd6
feat(csv): allow more than 2 columns
2025-02-21 22:05:48 +01:00
Mara-Li
1b50050700
feat(tests): add constants for mock translations and enhance CSV parsing tests
2025-02-21 22:05:28 +01:00
Mara-Li
4036c76e57
chore(release): 0.0.7
2025-02-21 10:05:07 +01:00
Mara-Li
6d360588e6
docs: update descriptions in JSON and README for clarity on thesaurus settings
2025-02-21 10:04:47 +01:00
Mara-Li
cdbfe6750b
chore(release): 0.0.6
2025-02-21 08:41:05 +01:00
Mara-Li
61e0159615
style(lint): run biome
2025-02-21 08:37:19 +01:00
Mara-Li
dc2e2853e0
test: add tests for accent handling in thesaurus and tag retrieval
2025-02-21 08:35:10 +01:00
Mara-Li
9af25f93eb
refactor(settings): remove accents during test for a good thésaurus
2025-02-21 08:35:04 +01:00
Mara-Li
59d663b877
docs: update README to clarify accent sensitivity and search behavior
2025-02-21 08:34:41 +01:00
Mara-Li
25e7c38de2
feat(standardize): allow to remove accents when reading the table
2025-02-21 08:19:31 +01:00
Mara-Li
ada642f7ee
chore(release): 0.0.5
2025-02-18 22:35:39 +01:00
Mara-Li
aa3b8ef598
fix: tags & tag lost
...
prevent duplication if "tag" is used in place of tags (old obsidian version)
2025-02-18 22:35:17 +01:00
Lisandra
087b88cb2c
Docs: add credit to MyThesaurus python
2025-02-10 23:13:01 +01:00
Mara
43a7702359
chore(release): 0.0.4
2025-02-09 18:28:07 +01:00
Mara
2cfd04a50e
test: reformat
2025-02-09 18:27:56 +01:00
Mara
55a180c79d
docs: add thésaurus table in README
2025-02-09 18:27:49 +01:00
Mara
77b02f0462
fix: throw error when the path to the thesaurus is empty
2025-02-09 16:28:35 +01:00
Mara
1d6e018e30
chore: adjust wording
2025-02-08 22:59:32 +01:00
Mara
465ca9e429
chore(release): 0.0.3
2025-02-08 22:59:13 +01:00
Mara
c253dafb0e
feat: allow markdown table
2025-02-08 22:58:34 +01:00
Mara
20a71a9b3b
chore(release): 0.0.2
2025-02-08 10:46:41 +01:00
Mara
8ee33dcdae
docs: add french translation
2025-02-08 10:46:27 +01:00
Mara
c73c9dd5b9
refactor(i18n): update french translation
2025-02-08 10:46:08 +01:00
Mara
1153cf1604
Merge remote-tracking branch 'origin/master'
2025-02-08 10:41:20 +01:00
Mara
4cc6d903a8
test: add another cases in the content
2025-02-08 10:41:13 +01:00
Lisandra
40211aacac
docs: fix readme
2025-02-08 10:35:39 +01:00
Mara
4479f90456
docs: add readme
2025-02-08 10:32:19 +01:00
Mara
d260f7eba4
refactor: update tabulation translation
2025-02-08 10:32:13 +01:00
Mara
b26cefabb6
chore(release): 0.0.1
2025-02-08 10:12:13 +01:00
Mara
7e5aa57b87
test: better describe/it test
2025-02-08 10:11:55 +01:00
Mara
4e16aa5121
chore(dep): add bun test
2025-02-08 10:10:15 +01:00
Mara
54dc23840c
test: add parse_csv.test.ts and parse_file.test.ts
2025-02-08 10:10:09 +01:00
Mara
440d08b9ba
refactor(log): remove uncessary log
2025-02-07 15:59:57 +01:00
Mara
d845edfc43
feat: all parse commands
2025-02-06 12:27:17 +01:00
Mara
bf78b0d5ca
refactor: get thesaurus before parsing the contents
2025-02-05 16:14:35 +01:00
Mara
d49b7b0a97
feat: add commands to parse one file
2025-02-05 16:10:17 +01:00
Mara
76dc95ee2a
feat: add commands to parse one file
2025-02-05 15:55:47 +01:00
Mara
13fd74421d
refactor: add parser for csv with checking the validity of the file
2025-02-04 23:38:49 +01:00