Skip to content

Commit

Permalink
feat: Add "export to html" command
Browse files Browse the repository at this point in the history
Optimize runtime.js size

Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
  • Loading branch information
GordonSmith committed May 9, 2020
1 parent 26ccded commit 2e6f4cd
Show file tree
Hide file tree
Showing 16 changed files with 10,629 additions and 8,222 deletions.
10 changes: 10 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,21 @@
"group": "group-build"
}
},
{
"type": "npm",
"label": "bundle-runtime watch",
"script": "bundle-runtime-watch",
"problemMatcher": [],
"presentation": {
"group": "group-build"
}
},
{
"label": "build",
"dependsOn": [
"compile watch",
"bundle watch",
"bundle-runtime watch"
],
"group": "build",
"problemMatcher": []
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ _All commands are prefixed with "OJS" and are available via the command palette
| Command | Shortcut | Description |
|---------------------------|:--------:|------------------------------------------------|
|OJS: Check Syntax |F7 | Syntax Check |
|OJS: Preview WebPage |Ctrl+K V | Preview notebook in an embedded Web Page |
|OJS: Preview Web Page |Ctrl+K V | Preview notebook in an embedded Web Page |
|OJS: Import Notebook | | Import notebook cells into current document |
|OJS: Export WebPage (todo) | | Export notebook as a WebPage |
|OJS: Export to HTML | | Export as a self contained HTML file |

## Settings
_All settings are prefixed with "ojs." and are available via `file -> preferneces -> settings` menu_
Expand Down
4 changes: 4 additions & 0 deletions images/export-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions images/export.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 0 additions & 5 deletions images/omd-export-dark.svg

This file was deleted.

5 changes: 0 additions & 5 deletions images/omd-export.svg

This file was deleted.

Loading

0 comments on commit 2e6f4cd

Please sign in to comment.