Skip to content

Commit

Permalink
Updated doc and keyboard shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
mangecoeur committed Feb 13, 2014
1 parent b1a76de commit c4df18a
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 1 deletion.
14 changes: 14 additions & 0 deletions Default (Linux).sublime-keymap
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[
{
"keys": ["ctrl+shift+c"],
"command": "insert_snippet",
"args": {"name": "Packages/AcademicMarkdown/snippets/Critic_comment_closed.sublime-snippet"},
"context": [
{
"key": "selector",
"operator": "equal",
"operand": "text.html.markdown.academicmarkdown"
}
]
}
]
1 change: 0 additions & 1 deletion Default (OSX).sublime-keymap
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

[
{
"keys": ["command+shift+c"],
Expand Down
14 changes: 14 additions & 0 deletions Default (Windows).sublime-keymap
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[
{
"keys": ["ctrl+shift+c"],
"command": "insert_snippet",
"args": {"name": "Packages/AcademicMarkdown/snippets/Critic_comment_closed.sublime-snippet"},
"context": [
{
"key": "selector",
"operator": "equal",
"operand": "text.html.markdown.academicmarkdown"
}
]
}
]
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# Academic Markdown
This extension to MarkdownEditing adds an Academic Markdown language variant, currently under development.

## Features
- Highlighting for [CriticMarkup](http://criticmarkup.com/) notation
- Highlighting for @Citekey notation (Pandoc version).

## Shortcuts
Create comment/turn selection into comment: Cmd+shit+c (OSX), Ctrl+shit+c (Win/Linux)


## Installation
AcademicMarkdown is available on Sublime Package Control

Expand Down

0 comments on commit c4df18a

Please sign in to comment.