mirror of
https://github.com/wakywayne/obsidian-hotstrings.git
synced 2026-07-22 11:50:28 +00:00
made minor changes to file
I changed the default file creation
This commit is contained in:
parent
8078a8bc6f
commit
74a210b7ef
1 changed files with 1 additions and 1 deletions
2
main.ts
2
main.ts
|
|
@ -46,7 +46,7 @@ export default class HotstringsPlugin extends Plugin {
|
|||
// Create the file with a default comment if it doesn't exist
|
||||
await this.app.vault.create(
|
||||
this.hotstringsFile,
|
||||
`# Add your hotstrings below in the format:\n# trigger~.~{replacement}`,
|
||||
`#### Add your hotstrings below in the format:\n# trigger~.~{text string that you want}`,
|
||||
);
|
||||
new Notice(`Hotstrings file created: ${this.hotstringsFile}`);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue