mirror of
https://github.com/Karaka-Management/oms-Editor.git
synced 2026-02-15 01:38:40 +00:00
impl. todos or move to Project.md
This commit is contained in:
parent
cff01f1292
commit
b687f9dd5c
|
|
@ -12,14 +12,7 @@ If you have a good idea for improvement feel free to create a new issue with all
|
||||||
|
|
||||||
### Issues
|
### Issues
|
||||||
|
|
||||||
Feel free to grab any open issue implement it and create a new pull request. Most issues can be found in the code and have the following structure:
|
Feel free to grab any open issue implement it and create a new pull request. Most issues can be found in the `Project.md` file in the `Docs` repository.
|
||||||
|
|
||||||
```php
|
|
||||||
/**
|
|
||||||
* @todo Orange-Management/Orange-Management#ISSUE_NUMBER [d:difficulty]
|
|
||||||
* Description for the issue
|
|
||||||
*/
|
|
||||||
```
|
|
||||||
|
|
||||||
The issue information can be used to provide additional information such as priority, difficulty and type. For your first issue try to find a issue marked `[d:first]` or `[d:beginner]`.
|
The issue information can be used to provide additional information such as priority, difficulty and type. For your first issue try to find a issue marked `[d:first]` or `[d:beginner]`.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,6 @@ import { Markdown } from '../../../jsOMS/Utils/Parser/Markdown.js';
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*
|
|
||||||
* @todo Orange-Management/Modules#45
|
|
||||||
* Implement tools
|
|
||||||
* The tools should be able to insert the markdown text into a textarea.
|
|
||||||
*/
|
*/
|
||||||
export class Editor {
|
export class Editor {
|
||||||
constructor (id)
|
constructor (id)
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,3 @@
|
||||||
<!--
|
|
||||||
@todo Orange-Management/cssOMS#16
|
|
||||||
The horizontal scroll/slider causes the flexbox (nav) to break
|
|
||||||
-->
|
|
||||||
<div id="<?= $this->renderId(); ?>" class="slider click">
|
<div id="<?= $this->renderId(); ?>" class="slider click">
|
||||||
<ul class="h-list">
|
<ul class="h-list">
|
||||||
<li><i data-editor-button="a" class="btn editor-button fa fa-lg fa-undo"></i>
|
<li><i data-editor-button="a" class="btn editor-button fa fa-lg fa-undo"></i>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user