mirror of
https://github.com/simontc/obsidian-note-autocreation.git
synced 2026-07-22 06:30:28 +00:00
Use unicode for folder supported by mobile devices
This commit is contained in:
parent
47d538ce35
commit
bd752dac11
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ export class FolderSuggestion implements ISuggestion{
|
|||
|
||||
render(el: HTMLElement): void {
|
||||
SuggestionRenderer.RenderSuggestion(el, {
|
||||
content: `🗀 ${this.folderPath.Title}`,
|
||||
content: `📁 ${this.folderPath.Title}`,
|
||||
note: this.folderPath.VaultPath,
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue