mirror of
https://github.com/core-hn/pseudobsidian-ization.git
synced 2026-07-22 06:57:06 +00:00
chore: bump version to 0.0.4 — community plugin review fix
Remove plugin name from settings heading (obsidianmd/settings-tab/no-manual-html-headings compliance). Sentence case /skip applied for proper nouns (institution names, person names) in academic context.
This commit is contained in:
parent
0d19fef06a
commit
d3d9437897
4 changed files with 5 additions and 5 deletions
1
main.js
1
main.js
|
|
@ -51,7 +51,6 @@ var PseudObsSettingTab = class extends import_obsidian.PluginSettingTab {
|
|||
display() {
|
||||
const { containerEl } = this;
|
||||
containerEl.empty();
|
||||
new import_obsidian.Setting(containerEl).setName("Pseudonymizer tool").setHeading();
|
||||
new import_obsidian.Setting(containerEl).setName("Dossiers").setHeading();
|
||||
new import_obsidian.Setting(containerEl).setName("Transcriptions import\xE9es").setDesc("Dossier de destination des transcriptions import\xE9es").addText(
|
||||
(text) => text.setValue(this.plugin.settings.transcriptionsFolder).onChange(async (value) => {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "pseudonymizer-tool",
|
||||
"name": "Pseudonymizer Tool",
|
||||
"version": "0.0.3",
|
||||
"version": "0.0.4",
|
||||
"minAppVersion": "1.4.0",
|
||||
"description": "Pseudonymize and correct interactional transcripts (Jefferson, ICOR, SRT, CHAT/CHA). Designed for qualitative researchers in linguistics and conversation analysis.",
|
||||
"author": "Axelle Abbadie",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "pseudobsidianization",
|
||||
"version": "0.0.1",
|
||||
"name": "pseudonymizer-tool",
|
||||
"version": "0.0.4",
|
||||
"description": "Plugin Obsidian de pseudonymisation de transcriptions",
|
||||
"author": "Axelle Abbadie",
|
||||
"homepage": "https://cv.hal.science/axelle-abbadie/",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"0.0.1": "1.4.0",
|
||||
"0.0.2": "1.4.0",
|
||||
"0.0.3": "1.4.0"
|
||||
"0.0.3": "1.4.0",
|
||||
"0.0.4": "1.4.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue