Skip to content

lsp-org-mode/vscode-org-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vscode-org-mode

org-mode Language Support for Visual Studio Code via lsp-org-mode.

Features

Syntax Highlighting

./.github/blob/syntax-highlighting.png

Section Folding

./.github/blob/section-folding.png

Code Completion

./.github/blob/code-completion.png

Code Action

Table Align

./.github/blob/code-action-table-align.png

./.github/blob/code-action-table-align2.png

Usage

User usage

TODO

Developer usage

Install lsp-org-mode

git clone https://github.com/lsp-org-mode/lsp-org-mode.git
cd lsp-org-mode
ln -s "$(pwd)/bin/lsp-org-mode" ~/.local/bin/

Ensure that `~/.local/bin` is in your `PATH`.

Install vscode-org-mode

git clone https://github.com/lsp-org-mode/vscode-org-mode.git
cd vscode-org-mode
pnpm install
pnpm build

Run vscode-org-mode

  1. Open VSCode
    cd vscode-org-mode
    code .
        
  2. Press `F5` to run child VSCode with vscode-org-mode extension.
  3. Open a org file.
    code ~/path/to/org/file
        
  4. Enjoy!

    ./.github/blob/vscode-debug.png

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published