diff --git a/src/public/stylesheets/style.css b/src/public/stylesheets/style.css index 93bd12b15a..b94cd1f06f 100644 --- a/src/public/stylesheets/style.css +++ b/src/public/stylesheets/style.css @@ -892,4 +892,10 @@ div[data-notify="container"] { font-size: 0.875rem; line-height: 0.5; border-radius: 0.2rem; +} + +a.external:after, a[href^="http://"]:after, a[href^="https://"]:after { + font-size: smaller; + content: "\2197"; + vertical-align: top; } \ No newline at end of file diff --git a/src/views/dialogs/help.ejs b/src/views/dialogs/help.ejs index 72e6983a30..981dd8f8b1 100644 --- a/src/views/dialogs/help.ejs +++ b/src/views/dialogs/help.ejs @@ -19,7 +19,7 @@
  • UP/DOWN - go up/down in the list of notes
  • LEFT/RIGHT - collapse/expand node
  • ALT+LEFT/RIGHT - go back / forwards in the history
  • -
  • CTRL+J - show "Jump to" dialog
  • +
  • CTRL+J - show "Jump to" dialog
  • CTRL+. - scroll to current note
  • BACKSPACE - jumps to parent note
  • ALT+C - collapse whole note tree
  • @@ -81,7 +81,7 @@
    -
    Markdown-like autoformatting
    +
    Markdown-like autoformatting