You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/pull_request_template.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,5 +20,5 @@ Fixes # <!-- Issue number --->
20
20
-[<!-- x -->] I have performed a self-review of my code
21
21
-[<!-- x -->] I have commented my code, particularly in hard-to-understand areas
22
22
-[<!-- x -->] I have made corresponding changes to the documentation
23
-
-[<!-- x -->] I have tested my changes in Obsidian and describte how I tested in [Tests](#tests)
23
+
-[<!-- x -->] I have tested my changes in Obsidian and described how I tested in [Tests](#tests)
24
24
-[<!-- x -->] My code fixes the feature discussed in [Related Issues](#related-issues) if not or not fully describe what is missing in [Missing changes](#missing-changes)
The demo shows creating a new profile for an existing vault with a theme set and plugin installed. Then a new vault is created and settings profiles are installed. After installation, the previously created profile will be automatically recognized. This is selected and loads all settings including themes and plugins. The newly created vault will then have the same settings as the existing vault.
13
13
14
-
15
14
# Usage
16
15
After enabling the plugin in the settings menu, you need to create a new profile.
17
16
18
-
You can do this in the settings tab. Just click on the "Add new Profile". Give it a name and select whitch options should be enabled. To switch between profiles click on "Switch to Profile" obsidian should reload.
17
+
You can do this in the settings tab. Just click on the "Add new Profile". Give it a name and select which options should be enabled. To switch between profiles click on "Switch to Profile" obsidian should reload.
19
18
20
19
# Features
21
-
-Multible profile settings
20
+
-Multiple profile settings
22
21
- Easy and fast switch settings
23
22
- Global settings
24
23
@@ -91,7 +90,7 @@ The [profiles list](#Profiles-list) below will be reloaded from the files.
91
90
## Profiles list
92
91
As soon as you have created a profile, all profiles stored in the [Profile save path](#Profile-save-path-) will be listed here.
@@ -106,10 +105,10 @@ Indicates that this profile is not selected. By pressing this button you can swi
106
105
107
106
# Profile options
108
107
### Name
109
-
Containes the name of the profile.
108
+
Contains the name of the profile.
110
109
### Auto-Sync
111
110
If activated, changes in the settings are automatically saved as long as the profile is active and [Profile update](#Profile_update) is enabled.
112
-
### Apperance
111
+
### Appearance
113
112
Controls whether the appearance settings should be saved in this profile. This includes CSS snippets and themes.
114
113
### App
115
114
Controls whether the app settings should be saved in this profile. The app settings includes the "Editor"-tab and "Files and links"-tab.
@@ -118,11 +117,11 @@ Controls whether the bookmarks should be saved in this profile.
118
117
### Community plugins
119
118
Controls the community plugins should be saved in this profile. This includes which plugins are activated, the source code and the settings that were made for the plugin.
120
119
### Core plugins
121
-
Controls wheter the core plugins settings should be saved in this profile.
120
+
Controls whether the core plugins settings should be saved in this profile.
122
121
### Graph
123
-
Controls wheter the graph settings should be saved in this profile.
122
+
Controls whether the graph settings should be saved in this profile.
124
123
### Hotkeys
125
-
Controls wheter the hotkeys settings should be saved in this profile.
124
+
Controls whether the hotkeys settings should be saved in this profile.
// TODO: Maybe use like git reference by content with a hash over the content to identify changes instead of modifiedAt date should be more stable with synchronizing across devices
0 commit comments