mirror of
https://github.com/zadam/trilium.git
synced 2025-03-04 02:53:30 +08:00
fixed link color in recent changes
This commit is contained in:
parent
3a60feae4d
commit
9abb97627c
2 changed files with 4 additions and 3 deletions
3
TODO
3
TODO
|
@ -4,10 +4,8 @@ New features:
|
||||||
- what links here
|
- what links here
|
||||||
- link between encrypted notes could be done by encrypting note_ids of both sides of relations. Encryption must be
|
- link between encrypted notes could be done by encrypting note_ids of both sides of relations. Encryption must be
|
||||||
deterministic to allow lookup by cipher text
|
deterministic to allow lookup by cipher text
|
||||||
- recent changes - links don't look like links (no underline, black)
|
|
||||||
- db upgrade / migration
|
- db upgrade / migration
|
||||||
- db backup into directory
|
- db backup into directory
|
||||||
- DONE: recent notes can either go to or add link
|
|
||||||
- might do the same thing with alt-j and alt-l
|
- might do the same thing with alt-j and alt-l
|
||||||
- ctrl-b nad linkem by mohlo byt goto do notu
|
- ctrl-b nad linkem by mohlo byt goto do notu
|
||||||
- potencialne nova navigace back - forward
|
- potencialne nova navigace back - forward
|
||||||
|
@ -30,7 +28,6 @@ Encryption:
|
||||||
Bugs:
|
Bugs:
|
||||||
- deleting cloned nodes ends with 500 (probably only on folders)
|
- deleting cloned nodes ends with 500 (probably only on folders)
|
||||||
- Uncaught Error: cannot call methods on fancytree prior to initialization; attempted to call method 'getTree'
|
- Uncaught Error: cannot call methods on fancytree prior to initialization; attempted to call method 'getTree'
|
||||||
- FIXED: recent changes sorts 1st october to the end
|
|
||||||
|
|
||||||
Others:
|
Others:
|
||||||
- dates should be stored in UTC to work correctly with time zones
|
- dates should be stored in UTC to work correctly with time zones
|
||||||
|
|
|
@ -85,4 +85,8 @@ span.fancytree-node.encrypted.fancytree-folder > span.fancytree-icon {
|
||||||
|
|
||||||
#encryptButton, #decryptButton {
|
#encryptButton, #decryptButton {
|
||||||
display: none;
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ui-widget-content a {
|
||||||
|
color: #337ab7 !important;
|
||||||
}
|
}
|
Loading…
Reference in a new issue