Skip to content

Atom syntax highlighting for Weave.jl and Pweave documents. Currently supports markdown input formats.

License

Notifications You must be signed in to change notification settings

JunoLab/language-weave

Folders and files

NameName
Last commit message
Last commit date
May 21, 2019
Jun 23, 2019
May 25, 2020
Feb 15, 2020
Apr 3, 2018
May 30, 2019
Mar 4, 2019
Apr 26, 2016
Apr 25, 2016
Mar 6, 2020
May 25, 2020
May 25, 2020

Repository files navigation

Atom support Weave.jl and Pweave

Atom syntax highlighting for Weave.jl and Pweave documents.

Provides the following modes:

  • Weave.jl: markdown for .jmd, .mdw and .jmdw (markdown with noweb)
  • Weave.jl: LaTex for texw, .jtexw and .jnw.
  • Weave.jl: reStructuredText for .jrstw
  • Pweave: markdown for .pmd and .pmdw (markdown with noweb)
  • Pweave: LaTex for .ptexw and .pnw
  • Pweave: reStructuredText for .prstw and .rstw

If you need support for other formats open as issue or make a pull request.

Juno integration image

Run code using Hydrogen

Hydrogen supports running code from Pweave and Weave code chunks using its rich multi language document -feature.

For Python you simply need to install Hydrogen and you can use hydrogen keybindings to run code e.g ctrl-enter to run a line and ctrl-alt-enter to run entire chunk.

For Julia you need to add the following to .atom/keymap.cson if you want to use Hydrogen instead of Juno:

'.platform-linux .item-views > atom-text-editor[data-grammar="source weave md"],
.platform-linux .item-views > atom-text-editor[data-grammar="source weave latex"],
.platform-win32 .item-views > atom-text-editor[data-grammar="source weave md"],
.platform-win32 .item-views > atom-text-editor[data-grammar="source weave latex"]':
    'ctrl-enter': 'hydrogen:run'
    'shift-enter': 'hydrogen:run-and-move-down'

'.platform-darwin .item-views > atom-text-editor[data-grammar="source weave md"],
.platform-darwin .item-views > atom-text-editor[data-grammar="source weave latex"]':
    'cmd-enter': 'hydrogen:run'
    'shift-enter': 'hydrogen:run-and-move-down'

Run Julia code using Juno

If you have installed Juno, running code from Weave.jl documents works using ctrl-enter and shift-enter keybindings.

About

Atom syntax highlighting for Weave.jl and Pweave documents. Currently supports markdown input formats.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published