From 46fb9f8169775720d8c2b3f91e9ab5236fe4f74b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Anto=20Kein=C3=A4nen?=
<62938747+antoKeinanen@users.noreply.github.com>
Date: Tue, 9 May 2023 10:23:57 +0300
Subject: [PATCH 1/2] update readme.md to reflect the ability to install via
community plugins
---
README.md | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 8f7e691..6a91e18 100644
--- a/README.md
+++ b/README.md
@@ -8,8 +8,15 @@ Preview of the plugin. Image by
## Installation
-Installation through obsidian plugin marketplace is not yet supported. But Advanced Merge can be downloaded manually.
+### Installation through Obsidian community marketplace
+This plugin can now be installed inside obsidian in the community plugins tab. [Link](obsidian://show-plugin?id=advanced-merger)
+1. Go to obsidian settings panel.
+2. Open community plugins tab.
+3. Browse community plugins.
+4. Search `Advanced Merger`.
+5. Install and enable the plugin.
+### Manual installation
1. Download the latest release from [releases page](https://github.com/antoKeinanen/obsidian-advanced-merger/releases).
2. Extract the zip archive.
3. Move the 2 files (`manifest.json`, and `main.js`) to `/.obsidian/plugins/obsidian-advanced-merger`
From 87973d2003090263d7ce7e15e97a5b88d3a1d795 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Anto=20Kein=C3=A4nen?=
<62938747+antoKeinanen@users.noreply.github.com>
Date: Tue, 9 May 2023 10:25:59 +0300
Subject: [PATCH 2/2] fix grammatic issues in Finnish translations.
---
main.ts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/main.ts b/main.ts
index a96d35d..edd3c12 100644
--- a/main.ts
+++ b/main.ts
@@ -24,9 +24,9 @@ const TRANSLATIONS: { [name: string]: { [name: string]: string } } = {
MergedFilesuffix: "yhdistetty",
Settings: "Asetukset",
SettingSortAlphabetically: "Lajittele tiedostot aakkosjärjestykseen",
- SettingSortAlphabeticallyDescription: "Jos tämä on käytössä, valitun kansion tiedostot lajitellaan aakkosjärjestyksessä sen täyden polun mukaan. Muussa tapauksessa tiedostot lajitellaan luomispäivämäärän mukaan (oletuskäyttäytyminen).",
+ SettingSortAlphabeticallyDescription: "Jos käytössä, valitun kansion tiedostot lajitellaan aakkosjärjestyksessä sen täyden polun mukaan. Muussa tapauksessa tiedostot lajitellaan luomispäivämäärän mukaan (oletuskäyttäytyminen).",
SettingIncludeNestedFolders: "Sisällytä sisäkkäiset kansiot",
- SettingIncludeNestedFoldersDescription: "Jos tämä on käytössä, sisäkkäisten kansioiden tiedostot sisällytetään yhdistämiseen. Muussa tapauksessa vain valitun kansion tiedostot yhdistetään (oletustoiminto)."
+ SettingIncludeNestedFoldersDescription: "Jos käytössä, sisäkkäisten kansioiden tiedostot yhdistetään. Muussa tapauksessa vain valitun kansion tiedostot yhdistetään (oletustoiminto)."
},
fr: {
MergeFolder: "Fusionner le dossier",