mirror of
https://github.com/antokeinanen/obsidian-advanced-merger.git
synced 2026-07-22 07:40:24 +00:00
Merge branch 'master' into feature/SORT-FILES-BY-NAME
This commit is contained in:
commit
d64e75aa7c
2 changed files with 10 additions and 5 deletions
|
|
@ -8,8 +8,15 @@ Preview of the plugin. Image by
|
|||
</p>
|
||||
|
||||
## 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 `<your obsidian vault folder>/.obsidian/plugins/obsidian-advanced-merger`
|
||||
|
|
|
|||
6
main.ts
6
main.ts
|
|
@ -35,11 +35,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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue