Skip to content

Commit

Permalink
fix: allow markdown in profile description (#5)
Browse files Browse the repository at this point in the history
* remove build step

* add marked for profile menu descriptions

* clean up files
  • Loading branch information
UziTech committed Feb 24, 2020
1 parent 9b61a41 commit 448148f
Show file tree
Hide file tree
Showing 51 changed files with 6,979 additions and 14,098 deletions.
13 changes: 0 additions & 13 deletions .babelrc

This file was deleted.

8 changes: 4 additions & 4 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ module.exports = {
ecmaVersion: 2018,
},
rules: {
"no-warning-comments": "warn",
"comma-dangle": ["error", "always-multiline"],
indent: ["error", "tab", { "SwitchCase": 1 }],
"no-tabs": ["error", { allowIndentationTabs: true }],
'no-warning-comments': 'warn',
'comma-dangle': ['error', 'always-multiline'],
indent: ['error', 'tab', { 'SwitchCase': 1 }],
'no-tabs': ['error', { allowIndentationTabs: true }],
},
}
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
npm-debug.log
node_modules
docs
package-lock.json
8 changes: 0 additions & 8 deletions .jsdocrc

This file was deleted.

7 changes: 0 additions & 7 deletions .npmignore

This file was deleted.

2 changes: 0 additions & 2 deletions .postcssrc

This file was deleted.

13 changes: 0 additions & 13 deletions .stylelintrc

This file was deleted.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,11 +144,11 @@ rather a JavaScript object that provides methods to open terminals and run comma
### 'atom-xterm' service v2.0.0

The `atom-xterm` service provides the
[openTerminal()](https://github.com/UziTech/x-terminal/blob/2a7762b6d29abdc017af17c320b2e548cd14e4a9/src/lib/x-terminal.js#L273) method. The `openTerminal()` method behaves just like Atom's
[openTerminal()](https://github.com/UziTech/x-terminal/blob/2a7762b6d29abdc017af17c320b2e548cd14e4a9/src/x-terminal.js#L273) method. The `openTerminal()` method behaves just like Atom's
[open()](https://github.com/atom/atom/blob/917a00e195b93c8c2a9adc349fd8fa1844f61dbc/src/workspace.js#L1076)
method except that the first argument must be a JSON object describing the
terminal profile that should be opened. Docs about this JSON object can be
found [here](https://github.com/UziTech/x-terminal/blob/2a7762b6d29abdc017af17c320b2e548cd14e4a9/src/lib/profiles.js#L311).
found [here](https://github.com/UziTech/x-terminal/blob/2a7762b6d29abdc017af17c320b2e548cd14e4a9/src/profiles.js#L311).

As an example on how to use the provided `openTerminal()` method, your
`package.json` should have the following.
Expand Down Expand Up @@ -202,7 +202,7 @@ this.atomXtermService.openTerminal({

### 'platformioIDETerminal' service v1.1.0

The `platformioIDETerminal` service provides an [object](https://github.com/UziTech/x-terminal/blob/2a7762b6d29abdc017af17c320b2e548cd14e4a9/src/lib/x-terminal.js#L381) with `updateProcessEnv`, `run`, `getTerminalViews`, and `open` methods.
The `platformioIDETerminal` service provides an [object](https://github.com/UziTech/x-terminal/blob/2a7762b6d29abdc017af17c320b2e548cd14e4a9/src/x-terminal.js#L381) with `updateProcessEnv`, `run`, `getTerminalViews`, and `open` methods.

As an example on how to use the provided `run()` method, your
`package.json` should have the following.
Expand Down
40 changes: 0 additions & 40 deletions appveyor.yml

This file was deleted.

1 change: 0 additions & 1 deletion dist/lib/x-terminal.css

This file was deleted.

1 change: 0 additions & 1 deletion dist/lib/x-terminal.css.map

This file was deleted.

3 changes: 0 additions & 3 deletions dist/lib/x-terminal.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/lib/x-terminal.js.map

This file was deleted.

1 change: 0 additions & 1 deletion dist/preinstallScripts/move-winpty-binaries.js

This file was deleted.

Loading

0 comments on commit 448148f

Please sign in to comment.