mirror of
https://github.com/zadam/trilium.git
synced 2025-03-03 18:49:27 +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
|
||||
- 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
|
||||
- recent changes - links don't look like links (no underline, black)
|
||||
- db upgrade / migration
|
||||
- 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
|
||||
- ctrl-b nad linkem by mohlo byt goto do notu
|
||||
- potencialne nova navigace back - forward
|
||||
|
@ -30,7 +28,6 @@ Encryption:
|
|||
Bugs:
|
||||
- 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'
|
||||
- FIXED: recent changes sorts 1st october to the end
|
||||
|
||||
Others:
|
||||
- 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 {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.ui-widget-content a {
|
||||
color: #337ab7 !important;
|
||||
}
|
Loading…
Reference in a new issue