Update README.md

This commit is contained in:
Aleix Soler 2025-04-05 18:31:18 +02:00 committed by GitHub
parent ea244052b0
commit bb5a1fdbba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -100,8 +100,7 @@ note-status/
│ │ └── file-utils.ts # File-related helpers
│ └── settings/ # Settings UI
│ └── settings-tab.ts # Settings tab definition
└── styles/
└── styles.css # CSS styles
└── styles.css # CSS styles
```
### Prerequisites
@ -160,14 +159,6 @@ The v1.0.8 release includes:
This plugin is released under the MIT License. See the LICENSE file for details.
-  **Improvement:** Performance optimization when changing statuses for a large number of notes — currently a bit slow.
-  **Improvement:** Codebase needs cleanup — right now its barely readable unless youre an AI 🤖
## Known Limitations
- Dropdown positioning uses DOM-based workarounds due to limited API support for editor coordinates.
- Initial release; some edge cases may still need refinement—please report bugs!
## License
This plugin is released under a permissive license by _Dynalist Inc. (2020-2025)_. Feel free to use, modify, and distribute it as you see fit.
## Acknowledgments
- Built with assistance from Claude (Anthropic) for code structuring and best practices