Skip to content

Latest commit

 

History

History
59 lines (49 loc) · 1.58 KB

README.md

File metadata and controls

59 lines (49 loc) · 1.58 KB

vscode-scb

What is vscode-scb?

  • Scrapbox like format
    • list, list and list
    • 1-space indent
    • [single bracket] to link to another file
  • .scb file
line
line
indents
 indent1
  indent2
   indent3
     indent4
      indent5
special lines
 >quote
 literal `1+1=2`
codeblock
 pattern1
  code:hello.py
print('hello.')
  :c
 pattern2
  code:hello.py
   print('hello.')
  :c

Why scrapbox like format?

Because:

  • I love Scrapbox!
  • Scrapbox like format is comfortable for writing roughly.

FYI: My scrapbox project is https://scrapbox.io/sta/ and over 10000+ pages.

How to use

Keyboard Shortcut

  • Ctrl + Shift + 1
    • Open link text as an existing or new file.

You can customize your own combination. For example, Shift + Enterlike this:

Author

stakiran