parent
807072a77f
commit
f0a1c21678
4
TODO
4
TODO
|
|
@ -30,10 +30,10 @@ x main test -
|
||||||
x TOC levels
|
x TOC levels
|
||||||
x delete pages
|
x delete pages
|
||||||
x search
|
x search
|
||||||
FTS
|
x FTS
|
||||||
https://stackoverflow.com/questions/26709971/could-this-be-more-efficient-in-go
|
https://stackoverflow.com/questions/26709971/could-this-be-more-efficient-in-go
|
||||||
x move auth as flag in router
|
x move auth as flag in router
|
||||||
x . and ../** as roots cause bugs in listing and loading and linking
|
x . and ../** as roots cause bugs in listing and loading and linking
|
||||||
x `create` at root is a 400, base= in URL (when `create` input is empty)
|
x `create` at root is a 400, base= in URL (when `create` input is empty)
|
||||||
|
x versioning
|
||||||
delete top-level pages
|
delete top-level pages
|
||||||
versioning
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
||||||
asdf
|
|
||||||
|
|
||||||
this contains my search string
|
|
||||||
|
|
@ -1,5 +1,18 @@
|
||||||
asdf
|
# h1
|
||||||
searchString
|
|
||||||
|
|
||||||
|
hi
|
||||||
|
|
||||||
here is my new line
|
## h2
|
||||||
|
|
||||||
|
hi
|
||||||
|
|
||||||
|
### h3
|
||||||
|
|
||||||
|
hi
|
||||||
|
|
||||||
|
#### h4
|
||||||
|
|
||||||
|
hi
|
||||||
|
|
||||||
|
* bullet
|
||||||
|
* 1
|
||||||
|
|
@ -18,6 +18,9 @@
|
||||||
img {
|
img {
|
||||||
max-height: 400px;
|
max-height: 400px;
|
||||||
}
|
}
|
||||||
|
body {
|
||||||
|
font-size: 125%;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</header>
|
</header>
|
||||||
<body height="100%">
|
<body height="100%">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue