Folo/apps/desktop/layer/main
wait bd879d5f9e
fix: resolve Obsidian EPERM on macOS by using native folder picker (#4242) (#4924)
- Replace text input with native dialog.showOpenDialog for vault path selection
- Add path validity detection with three-state UI (unselected/valid/invalid)
- Fix YAML frontmatter parsing failure with Chinese/special characters
- Fix ENOENT error when vault subdirectory doesn't exist
- Add AI summary (description) to Obsidian frontmatter export
- Add author fallback to feed title when entry author is empty
- Increase filename truncation limit from 20 to 80 characters for CJK titles

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-02 20:57:21 +08:00
..
preload feat: add store review prompts for desktop and mobile (#4909) 2026-03-11 22:54:04 +08:00
src fix: resolve Obsidian EPERM on macOS by using native folder picker (#4242) (#4924) 2026-04-02 20:57:21 +08:00
export.ts feat(dependencies): refactor ipc decorator 2025-08-23 18:32:55 +08:00
global.d.ts
package.json fix(web): remove openpanel and fix ssr manifest 2026-03-17 18:17:39 +08:00
tsconfig.json
vitest.config.ts