A good cross-platform, general purpose editor with Julia support is Atom. It currently seems to be less responsive than its main competitor, VS Code, but is otherwise feature-rich.
For the impatient, here are the names of some suggested packages to install. Either use cmd-,
to settings, or pull up a terminal and execute the following,
apm install git-plus
apm install markdown-preview-plus
apm install uber-juno
apm install language-weave
apm install pdf-view
apm install highlight-selected
Or if you trust me,
apm install git-plus markdown-preview-plus uber-juno pdf-view highlight-selected
A few other steps:
- If installed markdown-preview-plus
- Then you need to disable the
markdown-preview
package - Add
jmd
to the list of markdown file types - Add
source.weave.md
to the list of grammars - Consider turning on
Enable Math Rendering by Default
- Then you need to disable the
A good starting point is Atom Basics A few hints:
- Typing
cmd-shift-p
(orcmd-shift-p
on OS X) pulls up a menu to find tasks without looking through menus. Just start typing what you want to do. - To access settings, use
cmd-,
(i.e., hold downcmd
and,
at the same time) - To add a package, get to settings with
cmd-,
, then click onInstall
- To access package settings, get to settings with
cmd-,
, click onPackages
, and choose whichever package you want to modify the settings for. See Atom Packages for more.
A few choices to consider after opening settings with cmd-,
(or cmd-,
on OS X)
- Go to
System
and chooseShow in file context menus
andShow in folder context menus
- Choose
Open the GitHub Panel
and follow the instructions to get a token
Go to Atom > Open Your Config
and add softWrap: true
to the editor
section.
A great feature in GitHub Desktop is the ability to open a repository as a project in Atom.
- Go to a repository in the GitHub Desktop and hit
cmd-shift-a
- If it does not open in Atom, you can edit the settings in GitHub Desktop by choosing
File/Options/Advanced
and choosing Atom.
Within Atom, using Git directly (without jumping to GitHub Desktop is possible)
- A useful package is git-plus
- Using
cmd-shift-p
you can see all sorts of options by typingGit
- The built-in key binding has
cmd-shift-A p
to do everything and commit to the server. - After using that, it will popup a screen to type in the commit message, at which point you can
cmd-S
to save it, and the operation will continue.
- Using
- Another, more GUI, approach is by installing the package git-control
- Having trouble with this 1/16/2018)
For editing Markdown, you can get better support by adding in a few packages. For example, add the following packages
With these, some of the useful features and key-bindings are
cmd-shift-m
gives a preview of the pagecmd-shift-x
toggles rendering of inline math (note that currently the github flavored markup doesn't support math, but others do)- There are a number of keymap shortcuts. Some of the most useful are:
- Bold:
cmd-b
- Add inline code:
cmd-'
- Add code block:
cmd-"
- Add link:
cmd-shift-k
- Toggle heading
cmd-[1-5]
for the headings 1-5
- Bold:
- To add a table of contents,
cmd-alt-c
- Install pandoc-convert
- With a
cmd-shift-p
, you can typeConvert Pandoc
to access various choices. For example,.md
to a.pdf
(including embedded latex) - You can embed LaTeX in the markdown files using the typical
$ a = b$
and$$a = b$$
notation
- With a
See Julia and the Julia Atom notes. Another useful package is language-weave package
Note: Editing latex in Atom is possible, but slower and buggier than you would hope.
Install the following packages:
Go the the settings for the latex
package in Atom, and choose
Enable Shell Escape
Enable SyncTex
Use DiCy
should probably be set to false if you have MikTeX installed.
TeXLive already has synctex built in, but if you are using MikTeX on Windows, you will need to:
- Download kpathsea630.dll
- Download synctex.exe
- And place both of them in the miktex binaries folder, e.g.
C:\Program Files\MiKTeX 2.9\miktex\bin\x64