65 lines
2.9 KiB
Plaintext
65 lines
2.9 KiB
Plaintext
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en"><head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<title>New Page</title>
|
||
|
|
<style>
|
||
|
|
@import url('https://styles.rokojori.com/get-font?family=Barlow&weights=100,400,700,900');
|
||
|
|
|
||
|
|
[data-theme="default-roject"] {
|
||
|
|
background: #0f1117;
|
||
|
|
color: #c8cce0;
|
||
|
|
font-family: 'Barlow', sans-serif;
|
||
|
|
font-size: 1rem;
|
||
|
|
line-height: 1.7;
|
||
|
|
}
|
||
|
|
|
||
|
|
[data-theme="default-roject"] h1 {
|
||
|
|
color: #7c8cff;
|
||
|
|
font-size: 2.5rem;
|
||
|
|
font-weight: 900;
|
||
|
|
font-style: italic;
|
||
|
|
text-transform: uppercase;
|
||
|
|
margin: 1.5rem 0 0.75rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
[data-theme="default-roject"] h2 {
|
||
|
|
color: #7c8cff;
|
||
|
|
font-size: 1.6rem;
|
||
|
|
font-weight: 700;
|
||
|
|
margin: 1.25rem 0 0.5rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
[data-theme="default-roject"] h3 {
|
||
|
|
color: #9ba4c7;
|
||
|
|
font-size: 1.2rem;
|
||
|
|
font-weight: 700;
|
||
|
|
margin: 1rem 0 0.4rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
[data-theme="default-roject"] p {
|
||
|
|
margin-bottom: 0.75rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
[data-theme="default-roject"] b,
|
||
|
|
[data-theme="default-roject"] strong {
|
||
|
|
color: #e2e4ed;
|
||
|
|
font-weight: 700;
|
||
|
|
}
|
||
|
|
</style>
|
||
|
|
</head>
|
||
|
|
<body data-theme="default-roject">
|
||
|
|
<page-header></page-header>
|
||
|
|
|
||
|
|
<page-root data-theme="default-roject">
|
||
|
|
<page-block class="pep-block-full">
|
||
|
|
<page-area contenteditable="true" style="outline: none;"><h1>Small Updates</h1><div>Several updates for improving the UX</div></page-area>
|
||
|
|
</page-block>
|
||
|
|
<page-block class="pep-block-full">
|
||
|
|
<page-area contenteditable="true" style="outline: none;"><h2>File Tree Panel</h2><div><h3><span style="font-size: 1.2rem;">Directory focusing</span></h3></div><div>This should be a context menu option "Make As Root Directory" for directories and not a double click option. It happens to often randomly when opening/hiding the tree.</div><div><br></div><div><h3><span style="font-size: 1.2rem;">Creating File/Direction Structure Reload </span></h3></div><div>When a file or directory is created it closes all directories, that's weird. It's maybe a refresh bug.</div><div><br></div><div><h3><span style="font-size: 1.2rem;">Files Open Context Menu </span></h3></div><div>Files need a menu entry to open them in other than the connected editor. For example a "index.page" should have:<br>Open > <br> Default (Page Editor)<br> Code Editor</div><div><br></div><div>While a "mc-joe.rojo" should have:</div><div>Open > </div><div> Default (Rojo Settings)</div><div> Rojo Chat</div><div><br></div></page-area>
|
||
|
|
</page-block><page-block class="pep-block-full">
|
||
|
|
<page-area contenteditable="true" style="outline: none;"><h2>Page Editor</h2><div><h3><span style="font-size: 1.2rem;">Toolbar Rearrangement</span></h3></div><div>Currently the toolbar on the left takes a lot of space vertically. Remvoe that HTML element and and the tools to its normal toolbar on top. Make a bit space to the normal editing options (Pin/Undo/Save) and than put block selector and style selectors next to it.<br><br></div></page-area>
|
||
|
|
</page-block></page-root>
|
||
|
|
|
||
|
|
<page-footer></page-footer>
|
||
|
|
|
||
|
|
</body></html>
|