40 |
41 |
Note: Use with caution.
Highlight(s) and annotation(s) will not sync retroactively.
42 |
43 |
44 |
45 |
46 |
47 |
48 |
69 |
--------------------------------------------------------------------------------
/src/modals/manageGroupsModal.ts:
--------------------------------------------------------------------------------
1 | import { App, Modal, Vault } from 'obsidian';
2 | import ManageGroupsModalContent from './manageGroupsModal.svelte';
3 | import { settingsStore } from '~/store';
4 | import { get } from 'svelte/store';
5 |
6 | export default class ManageGroupsModal extends Modal {
7 | public waitForClose: Promise