Commit Graph

5 Commits

Author SHA1 Message Date
Miguel 092f321478 Add "IsFavorite" column to shortcuts table
Enhance the shortcuts management in `Obsidean.cs` by introducing an "IsFavorite" column. Implement directory creation for markdown files if they don't exist, and update data structures to support the new column. Improve table data handling by filtering out non-data lines and ensuring consistent column counts during operations.
2025-06-15 02:45:08 +02:00
Miguel 6d2d75a833 Improve Obsidean.cs with new methods and comments
- Updated comments for clarity and corrected encoding issues.
- Added `LeerShortcuts` to read shortcuts from markdown files.
- Introduced `LeerShortcutsPorAplicacion` to filter shortcuts by application name.
- Implemented `AgregarOSobrescribirShortcut` for adding or overwriting shortcuts.
- Added `RemoveDoubleBrackets` utility method to clean up text.
- Enhanced readability of existing methods' comments.
2025-06-14 17:47:22 +02:00
Miguel 77a4f86953 Cambiado los Botones por ToolBarTray y agregada a la solucion libObsidean como dependencia para que se compile automaticamente 2024-06-16 20:28:56 +02:00
Miguel 6a4427f69a Add project files. 2024-06-16 10:24:46 +02:00
Miguel 02e02a630d Add .gitattributes and .gitignore. 2024-06-16 10:24:44 +02:00