diff --git a/package.json b/package.json index 9ea9287..f8f3f42 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "version": "0.0.0", "type": "module", "scripts": { - "dev": "vite --host", + "dev": "vite", "build": "vite build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview" diff --git "a/sample-markdown-folder/\342\234\205 Todo list.md" "b/sample-markdown-folder/\342\234\205 Todo list.md" index b4c047d..0edc62d 100644 --- "a/sample-markdown-folder/\342\234\205 Todo list.md" +++ "b/sample-markdown-folder/\342\234\205 Todo list.md" @@ -84,13 +84,15 @@ * Make it so that you can start editing and save later (maybe make it a zip on unsupported devices) -* Make it mobile UI responsive +* Make it mobile UI responsive <-- 🟡⬅️ -* Have the UI have top level folders as sections +* After entering the title, click enter, and then it deselects, kinda annoying (upon note creation) ### P1 +* Have the UI have top level folders as sections + * Support ignoring frontmatter ✅ * Add support for Google Drive, GitHub syncing diff --git a/src/components/FileSystemAdapters/FileSystem/WorkspaceSelector.tsx b/src/components/FileSystemAdapters/FileSystem/WorkspaceSelector.tsx index 852b6c1..349c1cd 100644 --- a/src/components/FileSystemAdapters/FileSystem/WorkspaceSelector.tsx +++ b/src/components/FileSystemAdapters/FileSystem/WorkspaceSelector.tsx @@ -110,7 +110,7 @@ export function WorkspaceSelector({