You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the new release, Qilin will be separed into independent parts, each one easy to maintain and test. qilin-app should contain only basic, core features which will be extensible via plugins and themes.
Create a plugin system: it will alow us to separate non-core components into independent repositories. It will be easy to implement and new features independly and avoid more bugs in the future.
Create a theme manager: Qilin themes (dark and light) are relying on core styles, but should be considered as independent packages, not included directly in the core repository. It will allow users to create their own themes and make it easier to maintain everything.
Create a custom extension for Qilin projects (Add association with .md file type #10): Qilin uses Markdown as its primary renderer, but there's a bunch of features which are not included in the official Markdown specs. Therefore Qilin documents may be not rendered in some Markdown implementations.
In the new release, Qilin will be separed into independent parts, each one easy to maintain and test.
qilin-app
should contain only basic, core features which will be extensible via plugins and themes.General
Core
Design
Functionality
.pdf
,.html
Other issues that should be covered:
The text was updated successfully, but these errors were encountered: