Commit Graph

127 Commits

Author SHA1 Message Date
69f9b41708 Update README.md to include folder collapse state in UI settings description 2026-01-31 18:57:55 +01:00
a19c167769 Update README with new features 2026-01-31 18:56:48 +01:00
892e060bc1 Add no matching texts message for search results 2026-01-31 18:56:48 +01:00
7d758364e6 Update sort order logic to consider search state 2026-01-31 18:56:48 +01:00
15e61635a9 Refactor title update logic in App.tsx 2026-01-31 18:54:16 +01:00
131ef453a6 Add missing index for prompts folder in database migration 2026-01-31 18:54:10 +01:00
296e0242a1 Remove depth parameter from renderTextItem and renderFolder functions, update CSS for folder styling 2026-01-31 18:53:00 +01:00
3042a8e92d auto-git:
[change] src/App.tsx
2026-01-31 18:52:42 +01:00
a0a9e2360b Add renderTextItem and renderFolder functions in App.tsx 2026-01-31 18:50:12 +01:00
988e2ed55a auto-git:
[change] src/App.tsx
2026-01-31 18:49:58 +01:00
2297cab6a7 Add drag and drop functionality for texts and folders in App.tsx 2026-01-31 18:47:40 +01:00
7fae29bb71 Add folder path building and text/folder handling functions in App.tsx 2026-01-31 18:47:30 +01:00
e0e5a20d4d Add functionality to create new folders 2026-01-31 18:46:43 +01:00
96ef5f40f6 Update createText calls to include sortOrder parameter 2026-01-31 18:46:34 +01:00
197e71304a Add folder and text sorting logic in App.tsx 2026-01-31 18:46:25 +01:00
1f044ea362 Add folder and text sorting logic 2026-01-31 18:46:17 +01:00
361621a059 Add effect to refresh folders on component mount 2026-01-31 18:46:17 +01:00
e58c21bb38 Add refreshFolders function in App.tsx 2026-01-31 18:45:25 +01:00
d4497751fe Persist expandedFolders in local storage 2026-01-31 18:45:20 +01:00
1921b63ffc Add dragItemRef to App.tsx 2026-01-31 18:45:20 +01:00
354c974bd8 Add folder and expandedFolders state management in App.tsx 2026-01-31 18:45:12 +01:00
16a9dab119 Import Menu from @tauri-apps/api/menu in App.tsx 2026-01-31 18:45:12 +01:00
67dcb3f9e4 Add folder management functions and types in App.tsx 2026-01-31 18:44:53 +01:00
740af2021c Add folder and sort order functionality to database schema and operations 2026-01-31 18:44:22 +01:00
f5bc0dbe69 Update README.md with minor corrections 2026-01-31 17:01:58 +01:00
b8def8d0ab Add Markdown preview to TextDB description in README.md 2026-01-31 17:00:54 +01:00
0c68bfffe2 Update README.md with new features 2026-01-31 17:00:54 +01:00
f7175fc722 Enhance keydown handling in App.tsx 2026-01-31 16:58:34 +01:00
4bba163855 Remove unused 'Export PDF' button in App.tsx 2026-01-31 16:58:30 +01:00
788b312976 Enhance markdownToHTML to handle empty lines and content separation 2026-01-31 16:46:30 +01:00
45c9221fe9 Add margin styles for markdown paragraphs 2026-01-31 16:46:08 +01:00
6aff8091e3 Update markdown.js to convert line breaks to HTML paragraphs and handle block elements correctly 2026-01-31 16:45:04 +01:00
90d32279c3 Simplify and optimize line break handling in markdown.js 2026-01-31 16:44:00 +01:00
15993ed33c Improve line break handling in markdownToHTML function 2026-01-31 16:40:06 +01:00
4ae7f82288 Refactor line break handling in markdown.js 2026-01-31 16:36:44 +01:00
c2a6035f3d Improve markdown to HTML conversion by trimming breaks around code blocks 2026-01-31 16:30:11 +01:00
fa8d2807e8 Improve markdown to HTML conversion by trimming breaks around block elements 2026-01-31 16:30:05 +01:00
03deb8de1c Update markdown.js to handle line breaks and code blocks more effectively 2026-01-31 16:27:28 +01:00
b8d93c9ddf Remove top margin from first markdown heading 2026-01-31 16:26:21 +01:00
555c08fd0b Add padding to markdown preview in print mode 2026-01-31 16:24:01 +01:00
acb084dae9 Hide copy and external icons in print mode 2026-01-31 16:24:01 +01:00
eccd378043 Add 'core:webview:allow-print' permission to capabilities.json 2026-01-31 16:22:21 +01:00
05ef4ba130 Add webview print permission in main.json 2026-01-31 16:21:17 +01:00
c0293ac021 Add print styles for markdown content in index.css 2026-01-31 16:19:06 +01:00
735cc89e72 Add onClick handler to Print button in App.tsx 2026-01-31 16:19:06 +01:00
8cf0ec950a Add print functionality for markdown preview 2026-01-31 16:18:34 +01:00
1cd0d58206 Remove unused CSS properties in index.css 2026-01-31 16:17:51 +01:00
3d3b230125 Reorder and enhance Markdown preview button in editor footer 2026-01-31 16:14:23 +01:00
5855de1a2f Reset markdown preview state on certain conditions 2026-01-31 16:14:23 +01:00
b6187d1338 Update README.md to support .md files 2026-01-31 16:11:38 +01:00