Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.0.0 milestone #42

Open
3 of 13 tasks
Bartozzz opened this issue Sep 16, 2017 · 2 comments
Open
3 of 13 tasks

v1.0.0 milestone #42

Bartozzz opened this issue Sep 16, 2017 · 2 comments
Milestone

Comments

@Bartozzz
Copy link
Member

Bartozzz commented Sep 16, 2017

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

  • 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.

Design

Functionality

  • Export files as .pdf, .html

Other issues that should be covered:

@Bartozzz Bartozzz added this to the v1.0.0 milestone Sep 16, 2017
@Bartozzz Bartozzz added this to Todo in Qilin v1.0.0 Apr 26, 2018
@Bartozzz
Copy link
Member Author

Bartozzz commented Apr 26, 2018

Plugin manager: https://github.com/qilin-editor/qilin-manager

GitHub
qilin-manager - Package manager which automates and manages themes and plugins for Qilin

@Bartozzz
Copy link
Member Author

Bartozzz commented Apr 26, 2018

Theme related components: https://github.com/qilin-editor/qilin-components

GitHub
qilin-components - A bunch of common components used by Qilin editor and Qilin plugins

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Qilin v1.0.0
  
Todo
Development

No branches or pull requests

1 participant