|
20 | 20 | - **Dark Theme**: Professional dark mode with vibrant accents |
21 | 21 | - **Custom Window**: Frameless design with custom title bar |
22 | 22 |
|
| 23 | +### 💎 **Modern and Intuitive UI** |
| 24 | +- **Updated Toolbar Icons**: Clear and modern icons for improved usability. |
| 25 | +- **Improved Styling**: Enhanced styling for better clarity and a more polished look. |
| 26 | + |
23 | 27 | ### ⌨️ **Windows-Style Keyboard Shortcuts** |
24 | 28 | - `Ctrl+N` - New Note |
25 | 29 | - `Ctrl+S` - Save Note |
@@ -127,7 +131,7 @@ python Alem.py |
127 | 131 | - **Format Switching**: Toggle between HTML and Markdown modes |
128 | 132 | - **Code Blocks**: Syntax highlighting for 100+ languages |
129 | 133 |
|
130 | | -### � **Advanced Search** |
| 134 | +### 🔍 **Advanced Search** |
131 | 135 | - **Real-time Search**: Instant results as you type (300ms debounce) |
132 | 136 | - **Multiple Modes**: Text search and AI semantic search |
133 | 137 | - **Performance Metrics**: Search time tracking and optimization |
@@ -212,13 +216,34 @@ redis-server |
212 | 216 | ### Project Structure |
213 | 217 | ``` |
214 | 218 | aAlem/ |
215 | | -├── Alem.py # Main application |
216 | | -├── config.py # Configuration management |
217 | | -├── install_enhanced.py # Enhanced installer |
218 | | -├── launch_enhanced.py # Advanced launcher |
219 | | -├── requirements.txt # Dependencies |
220 | | -├── alem.png # Application icon |
221 | | -└── README.md # Documentation |
| 219 | +├── alem_app/ |
| 220 | +│ ├── __init__.py |
| 221 | +│ ├── core/ |
| 222 | +│ │ ├── __init__.py |
| 223 | +│ │ ├── cache.py |
| 224 | +│ │ └── discord_rpc.py |
| 225 | +│ ├── database/ |
| 226 | +│ │ ├── __init__.py |
| 227 | +│ │ └── database.py |
| 228 | +│ ├── ui/ |
| 229 | +│ │ ├── __init__.py |
| 230 | +│ │ ├── actions.py |
| 231 | +│ │ ├── left_panel.py |
| 232 | +│ │ ├── main_window.py |
| 233 | +│ │ ├── right_panel.py |
| 234 | +│ │ └── settings_dialog.py |
| 235 | +│ ├── utils/ |
| 236 | +│ │ ├── __init__.py |
| 237 | +│ │ ├── encryption.py |
| 238 | +│ │ └── logging.py |
| 239 | +│ └── main.py |
| 240 | +├── Alem.py |
| 241 | +├── config.py |
| 242 | +├── install_enhanced.py |
| 243 | +├── launch_enhanced.py |
| 244 | +├── requirements.txt |
| 245 | +├── alem.png |
| 246 | +└── README.md |
222 | 247 | ``` |
223 | 248 |
|
224 | 249 | ### Contributing |
@@ -246,8 +271,8 @@ pip install pytest black flake8 |
246 | 271 | pytest |
247 | 272 |
|
248 | 273 | # Code formatting |
249 | | -black Alem.py |
250 | | -flake8 Alem.py |
| 274 | +black . |
| 275 | +flake8 . |
251 | 276 | ``` |
252 | 277 |
|
253 | 278 | ## 🔧 Troubleshooting |
@@ -305,4 +330,4 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file |
305 | 330 |
|
306 | 331 | *Experience the future of note-taking with Alem 2.0* |
307 | 332 |
|
308 | | -</div> |
| 333 | +</div> |
0 commit comments