Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/SilentVoid13/Templater
/ save_settings
Method
save_settings
src/main.ts:59–61 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
57
}
58
59
async
save_settings(): Promise<void> {
60
await
this.saveData(this.settings);
61
}
62
63
async
load_settings(): Promise<void> {
64
this.settings = Object.assign(
Callers
10
add_template_folder_setting
Method · 0.80
add_syntax_highlighting_setting
Method · 0.80
add_auto_jump_to_cursor
Method · 0.80
add_trigger_on_new_file_creation_setting
Method · 0.80
add_ribbon_icon_setting
Method · 0.80
add_templates_hotkeys_setting
Method · 0.80
add_folder_templates_setting
Method · 0.80
add_startup_templates_setting
Method · 0.80
add_user_script_functions_setting
Method · 0.80
add_user_system_command_functions_setting
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected