Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 1.26 KB

File metadata and controls

26 lines (23 loc) · 1.26 KB

journal

overview

journal is the web journal interfaces.

program features

  • navigation shortcuts
    • use Page Up to navigate notes next
    • use Page Down to navigate notes previous
    • in macOS, press fn- for next navigation or fn- for previous navigation.
  • filter notes based on tag results
    • by clicking the tag.
  • create note post based on Markdown
  • post content formatting shortcut.
    • use Ctrl + B for make the text bold.
    • use Ctrl + I for make the text italic.
    • use Ctrl + ` for make the short-code monospaced-written.
    • use Ctrl + Shift + ` for make the long-code monospaced-written (type the syntax first in input text, then by pressing Enter key, it will create long monospaced-written space for long-code).
    • use Ctrl + L to display link insertion, by typing the hyperlink and the description.

languages feature(s)

  • vanilla.js
  • highlight.js (code highlighter)
    useful in highlight code related notes.
  • showdown.js (markdown converter)
    use markdown-type input post and congit push vert them into HTML syntaxes.