ArianaKhit / text-snippets-obsidian

Snippets plugin for obsidian
177 stars 21 forks source link

A typo of variable name in DEFAULT_SETTINGS (causing the bug of pulgin settings?) #44

Closed MrAbsence closed 2 years ago

MrAbsence commented 2 years ago

In the main.js file, the definition of const DEFAULT_SETTINGS has a typo.

Now it is

isWYSIWYG: false,

, which should be

isWYSISWYG: false,
ArianaKhit commented 2 years ago

Hi! Thank you, typo is fixed now