Skip to content

VSCodeでScrapboxライクな記法でガシガシ書く

Notifications You must be signed in to change notification settings

stakiran/vscode-scb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

VSCodeでScrapboxライクな記法でガシガシ書く

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published