@quarto/jupyterlab-quarto 0.1.27
Sign up to get free protection for your applications and to get access to all the features.
- package/LICENSE +29 -0
- package/README.md +71 -0
- package/lib/const.d.ts +5 -0
- package/lib/const.js +11 -0
- package/lib/const.js.map +1 -0
- package/lib/hooks/codemirror.d.ts +4 -0
- package/lib/hooks/codemirror.js +51 -0
- package/lib/hooks/codemirror.js.map +1 -0
- package/lib/index.d.ts +6 -0
- package/lib/index.js +57 -0
- package/lib/index.js.map +1 -0
- package/lib/manager.d.ts +8 -0
- package/lib/manager.js +116 -0
- package/lib/manager.js.map +1 -0
- package/lib/plugins/callouts.d.ts +3 -0
- package/lib/plugins/callouts.js +208 -0
- package/lib/plugins/callouts.js.map +1 -0
- package/lib/plugins/cites.d.ts +3 -0
- package/lib/plugins/cites.js +147 -0
- package/lib/plugins/cites.js.map +1 -0
- package/lib/plugins/decorator.d.ts +3 -0
- package/lib/plugins/decorator.js +58 -0
- package/lib/plugins/decorator.js.map +1 -0
- package/lib/plugins/divs.d.ts +6 -0
- package/lib/plugins/divs.js +99 -0
- package/lib/plugins/divs.js.map +1 -0
- package/lib/plugins/figure-divs.d.ts +3 -0
- package/lib/plugins/figure-divs.js +52 -0
- package/lib/plugins/figure-divs.js.map +1 -0
- package/lib/plugins/figures.d.ts +17 -0
- package/lib/plugins/figures.js +98 -0
- package/lib/plugins/figures.js.map +1 -0
- package/lib/plugins/gridtables/common/gridtables/GetCells.d.ts +8 -0
- package/lib/plugins/gridtables/common/gridtables/GetCells.js +44 -0
- package/lib/plugins/gridtables/common/gridtables/GetCells.js.map +1 -0
- package/lib/plugins/gridtables/common/gridtables/GetColumnWidths.d.ts +8 -0
- package/lib/plugins/gridtables/common/gridtables/GetColumnWidths.js +26 -0
- package/lib/plugins/gridtables/common/gridtables/GetColumnWidths.js.map +1 -0
- package/lib/plugins/gridtables/common/markdown-it/ColumnAlignments.d.ts +8 -0
- package/lib/plugins/gridtables/common/markdown-it/ColumnAlignments.js +12 -0
- package/lib/plugins/gridtables/common/markdown-it/ColumnAlignments.js.map +1 -0
- package/lib/plugins/gridtables/common/markdown-it/EmitTable.d.ts +5 -0
- package/lib/plugins/gridtables/common/markdown-it/EmitTable.js +66 -0
- package/lib/plugins/gridtables/common/markdown-it/EmitTable.js.map +1 -0
- package/lib/plugins/gridtables/common/markdown-it/GetCharCodeAtStartOfLine.d.ts +9 -0
- package/lib/plugins/gridtables/common/markdown-it/GetCharCodeAtStartOfLine.js +18 -0
- package/lib/plugins/gridtables/common/markdown-it/GetCharCodeAtStartOfLine.js.map +1 -0
- package/lib/plugins/gridtables/common/markdown-it/GetLine.d.ts +3 -0
- package/lib/plugins/gridtables/common/markdown-it/GetLine.js +9 -0
- package/lib/plugins/gridtables/common/markdown-it/GetLine.js.map +1 -0
- package/lib/plugins/gridtables/common/markdown-it/ParseTable.d.ts +4 -0
- package/lib/plugins/gridtables/common/markdown-it/ParseTable.js +161 -0
- package/lib/plugins/gridtables/common/markdown-it/ParseTable.js.map +1 -0
- package/lib/plugins/gridtables/common/markdown-it/ParseTableResult.d.ts +13 -0
- package/lib/plugins/gridtables/common/markdown-it/ParseTableResult.js +17 -0
- package/lib/plugins/gridtables/common/markdown-it/ParseTableResult.js.map +1 -0
- package/lib/plugins/gridtables/index.d.ts +2 -0
- package/lib/plugins/gridtables/index.js +8 -0
- package/lib/plugins/gridtables/index.js.map +1 -0
- package/lib/plugins/gridtables/interfaces/markdown-it/IState.d.ts +11 -0
- package/lib/plugins/gridtables/interfaces/markdown-it/IState.js +5 -0
- package/lib/plugins/gridtables/interfaces/markdown-it/IState.js.map +1 -0
- package/lib/plugins/gridtables/interfaces/markdown-it/IToken.d.ts +7 -0
- package/lib/plugins/gridtables/interfaces/markdown-it/IToken.js +5 -0
- package/lib/plugins/gridtables/interfaces/markdown-it/IToken.js.map +1 -0
- package/lib/plugins/gridtables/interfaces/markdown-it/TRuleFunction.d.ts +4 -0
- package/lib/plugins/gridtables/interfaces/markdown-it/TRuleFunction.js +5 -0
- package/lib/plugins/gridtables/interfaces/markdown-it/TRuleFunction.js.map +1 -0
- package/lib/plugins/gridtables/rules/gridtable.d.ts +4 -0
- package/lib/plugins/gridtables/rules/gridtable.js +25 -0
- package/lib/plugins/gridtables/rules/gridtable.js.map +1 -0
- package/lib/plugins/math.d.ts +5 -0
- package/lib/plugins/math.js +174 -0
- package/lib/plugins/math.js.map +1 -0
- package/lib/plugins/mermaid/index.d.ts +3 -0
- package/lib/plugins/mermaid/index.js +53 -0
- package/lib/plugins/mermaid/index.js.map +1 -0
- package/lib/plugins/spans.d.ts +3 -0
- package/lib/plugins/spans.js +38 -0
- package/lib/plugins/table-captions.d.ts +3 -0
- package/lib/plugins/table-captions.js +74 -0
- package/lib/plugins/table-captions.js.map +1 -0
- package/lib/plugins/yaml.d.ts +3 -0
- package/lib/plugins/yaml.js +309 -0
- package/lib/plugins/yaml.js.map +1 -0
- package/lib/providers/attrs.d.ts +2 -0
- package/lib/providers/attrs.js +15 -0
- package/lib/providers/attrs.js.map +1 -0
- package/lib/providers/callouts.d.ts +2 -0
- package/lib/providers/callouts.js +15 -0
- package/lib/providers/callouts.js.map +1 -0
- package/lib/providers/cites.d.ts +2 -0
- package/lib/providers/cites.js +15 -0
- package/lib/providers/cites.js.map +1 -0
- package/lib/providers/decorator.d.ts +2 -0
- package/lib/providers/decorator.js +15 -0
- package/lib/providers/decorator.js.map +1 -0
- package/lib/providers/deflist.d.ts +2 -0
- package/lib/providers/deflist.js +15 -0
- package/lib/providers/deflist.js.map +1 -0
- package/lib/providers/divs.d.ts +2 -0
- package/lib/providers/divs.js +27 -0
- package/lib/providers/divs.js.map +1 -0
- package/lib/providers/figure-divs.d.ts +2 -0
- package/lib/providers/figure-divs.js +15 -0
- package/lib/providers/figure-divs.js.map +1 -0
- package/lib/providers/figures.d.ts +2 -0
- package/lib/providers/figures.js +15 -0
- package/lib/providers/figures.js.map +1 -0
- package/lib/providers/footnotes.d.ts +2 -0
- package/lib/providers/footnotes.js +15 -0
- package/lib/providers/footnotes.js.map +1 -0
- package/lib/providers/gridtables.d.ts +2 -0
- package/lib/providers/gridtables.js +15 -0
- package/lib/providers/gridtables.js.map +1 -0
- package/lib/providers/math.d.ts +2 -0
- package/lib/providers/math.js +104 -0
- package/lib/providers/math.js.map +1 -0
- package/lib/providers/mermaid.d.ts +2 -0
- package/lib/providers/mermaid.js +13 -0
- package/lib/providers/mermaid.js.map +1 -0
- package/lib/providers/provider.d.ts +4 -0
- package/lib/providers/provider.js +12 -0
- package/lib/providers/provider.js.map +1 -0
- package/lib/providers/spans.d.ts +2 -0
- package/lib/providers/spans.js +15 -0
- package/lib/providers/sub.d.ts +2 -0
- package/lib/providers/sub.js +15 -0
- package/lib/providers/sub.js.map +1 -0
- package/lib/providers/sup.d.ts +2 -0
- package/lib/providers/sup.js +15 -0
- package/lib/providers/sup.js.map +1 -0
- package/lib/providers/table-captions.d.ts +2 -0
- package/lib/providers/table-captions.js +15 -0
- package/lib/providers/table-captions.js.map +1 -0
- package/lib/providers/tasklists.d.ts +2 -0
- package/lib/providers/tasklists.js +15 -0
- package/lib/providers/tasklists.js.map +1 -0
- package/lib/providers/yaml.d.ts +2 -0
- package/lib/providers/yaml.js +15 -0
- package/lib/providers/yaml.js.map +1 -0
- package/lib/types.d.ts +44 -0
- package/lib/types.js +1 -0
- package/lib/types.js.map +1 -0
- package/lib/utils/html.d.ts +12 -0
- package/lib/utils/html.js +45 -0
- package/lib/utils/html.js.map +1 -0
- package/lib/utils/markdownit.d.ts +4 -0
- package/lib/utils/markdownit.js +44 -0
- package/lib/utils/markdownit.js.map +1 -0
- package/lib/utils/tok.d.ts +8 -0
- package/lib/utils/tok.js +13 -0
- package/lib/utils/tok.js.map +1 -0
- package/lib/widgets.d.ts +15 -0
- package/lib/widgets.js +57 -0
- package/lib/widgets.js.map +1 -0
- package/package.json +120 -0
- package/schema/plugin.json +8 -0
- package/src/@types/markdown-it-deflist.d.ts +10 -0
- package/src/@types/markdown-it-footnote.d.ts +10 -0
- package/src/@types/markdown-it-gridtables.d.ts +10 -0
- package/src/@types/markdown-it-implicit-figures.d.ts +10 -0
- package/src/@types/markdown-it-sub.d.ts +10 -0
- package/src/@types/markdown-it-sup.d.ts +10 -0
- package/src/@types/markdown-it-task-lists.d.ts +10 -0
- package/style/base.css +340 -0
- package/style/index.css +1 -0
- package/style/index.js +1 -0
package/LICENSE
ADDED
@@ -0,0 +1,29 @@
|
|
1
|
+
BSD 3-Clause License
|
2
|
+
|
3
|
+
Copyright (c) 2023, Charles Teague
|
4
|
+
All rights reserved.
|
5
|
+
|
6
|
+
Redistribution and use in source and binary forms, with or without
|
7
|
+
modification, are permitted provided that the following conditions are met:
|
8
|
+
|
9
|
+
1. Redistributions of source code must retain the above copyright notice, this
|
10
|
+
list of conditions and the following disclaimer.
|
11
|
+
|
12
|
+
2. Redistributions in binary form must reproduce the above copyright notice,
|
13
|
+
this list of conditions and the following disclaimer in the documentation
|
14
|
+
and/or other materials provided with the distribution.
|
15
|
+
|
16
|
+
3. Neither the name of the copyright holder nor the names of its
|
17
|
+
contributors may be used to endorse or promote products derived from
|
18
|
+
this software without specific prior written permission.
|
19
|
+
|
20
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
21
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
22
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
23
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
24
|
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
25
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
26
|
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
27
|
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
28
|
+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
29
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
package/README.md
ADDED
@@ -0,0 +1,71 @@
|
|
1
|
+
# jupyterlab-quarto
|
2
|
+
|
3
|
+
## Requirements
|
4
|
+
|
5
|
+
- JupyterLab >= 3.0
|
6
|
+
|
7
|
+
## Install
|
8
|
+
|
9
|
+
To install the extension, execute:
|
10
|
+
|
11
|
+
```bash
|
12
|
+
pip install jupyterlab-quarto
|
13
|
+
```
|
14
|
+
|
15
|
+
## Uninstall
|
16
|
+
|
17
|
+
To remove the extension, execute:
|
18
|
+
|
19
|
+
```bash
|
20
|
+
pip uninstall jupyterlab-quarto
|
21
|
+
```
|
22
|
+
|
23
|
+
## Contributing
|
24
|
+
|
25
|
+
### Development install
|
26
|
+
|
27
|
+
```bash
|
28
|
+
# From apps/jupyterlab
|
29
|
+
# Install package in development mode
|
30
|
+
pip install -e "."
|
31
|
+
# Link your development version of the extension with JupyterLab
|
32
|
+
jupyter labextension develop . --overwrite
|
33
|
+
# Rebuild extension Typescript source after making changes
|
34
|
+
yarn build
|
35
|
+
```
|
36
|
+
Note: You will need NodeJS to build the extension package.
|
37
|
+
|
38
|
+
Note: The `jlpm` command is JupyterLab's pinned version of
|
39
|
+
[yarn](https://yarnpkg.com/) that is installed with JupyterLab. You may use
|
40
|
+
`yarn` or `npm` in lieu of `jlpm` below.
|
41
|
+
|
42
|
+
You can watch the source directory and run JupyterLab at the same time in different terminals to watch for changes in the extension's source and automatically rebuild the extension.
|
43
|
+
|
44
|
+
```bash
|
45
|
+
# Watch the source directory in one terminal, automatically rebuilding when needed
|
46
|
+
yarn watch
|
47
|
+
# Run JupyterLab in another terminal
|
48
|
+
jupyter lab
|
49
|
+
```
|
50
|
+
|
51
|
+
With the watch command running, every saved change will immediately be built locally and available in your running JupyterLab. Refresh JupyterLab to load the change in your browser (you may need to wait several seconds for the extension to be rebuilt).
|
52
|
+
|
53
|
+
By default, the `build` command generates the source maps for this extension to make it easier to debug using the browser dev tools. To also generate source maps for the JupyterLab core extensions, you can run the following command:
|
54
|
+
|
55
|
+
```bash
|
56
|
+
jupyter lab build --minimize=False
|
57
|
+
```
|
58
|
+
|
59
|
+
### Development uninstall
|
60
|
+
|
61
|
+
```bash
|
62
|
+
pip uninstall jupyterlab-quarto
|
63
|
+
```
|
64
|
+
|
65
|
+
In development mode, you will also need to remove the symlink created by `jupyter labextension develop`
|
66
|
+
command. To find its location, you can run `jupyter labextension list` to figure out where the `labextensions`
|
67
|
+
folder is located. Then you can remove the symlink named `jupyterlab-quarto` within that folder.
|
68
|
+
|
69
|
+
### Packaging the extension
|
70
|
+
|
71
|
+
See [RELEASE](RELEASE.md)
|
package/lib/const.d.ts
ADDED
package/lib/const.js
ADDED
@@ -0,0 +1,11 @@
|
|
1
|
+
/*
|
2
|
+
* const.ts
|
3
|
+
*
|
4
|
+
* Copyright (C) 2020-2023 Posit Software, PBC
|
5
|
+
*
|
6
|
+
*/
|
7
|
+
import { Token } from '@lumino/coreutils';
|
8
|
+
// The namespace for this project
|
9
|
+
export const kPackageNamespace = 'jupyterlab-quarto';
|
10
|
+
// The MarkdownIt manager token.
|
11
|
+
export const kMarkdownItMgr = new Token(kPackageNamespace);
|
package/lib/const.js.map
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"const.js","sourceRoot":"","sources":["../src/const.ts"],"names":[],"mappings":"AAAA;;;;;EAKE;AACF,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAI1C,iCAAiC;AACjC,MAAM,CAAC,MAAM,iBAAiB,GAAG,gBAAgB,CAAC;AAElD,gCAAgC;AAChC,MAAM,CAAC,MAAM,cAAc,GAAG,IAAI,KAAK,CAAoB,iBAAiB,CAAC,CAAC"}
|
@@ -0,0 +1,51 @@
|
|
1
|
+
/*
|
2
|
+
* hooks.ts
|
3
|
+
*
|
4
|
+
* Copyright (C) 2020-2023 Posit Software, PBC
|
5
|
+
*
|
6
|
+
*/
|
7
|
+
import { Mode } from '@jupyterlab/codemirror';
|
8
|
+
export function codeMirrorPreloadHook() {
|
9
|
+
// TODO: Properly deal with {r}, {{r}} style expressions
|
10
|
+
const fenced = new RegExp(/^`{3}([^\s]+)/g);
|
11
|
+
return {
|
12
|
+
run: async (source) => {
|
13
|
+
const newModes = new Map();
|
14
|
+
let match;
|
15
|
+
while ((match = fenced.exec(source))) {
|
16
|
+
if (!newModes.has(match[1])) {
|
17
|
+
newModes.set(match[1], Mode.ensure(match[1]));
|
18
|
+
}
|
19
|
+
}
|
20
|
+
if (newModes.size) {
|
21
|
+
Promise.all(newModes.values()).catch(console.warn);
|
22
|
+
}
|
23
|
+
return source;
|
24
|
+
}
|
25
|
+
};
|
26
|
+
}
|
27
|
+
export const codeMirrorHighlight = (str, lang) => {
|
28
|
+
if (!lang) {
|
29
|
+
return ''; // use external default escaping
|
30
|
+
}
|
31
|
+
try {
|
32
|
+
const spec = Mode.findBest(lang);
|
33
|
+
if (!spec) {
|
34
|
+
console.warn(`No CodeMirror mode: ${lang}`);
|
35
|
+
return '';
|
36
|
+
}
|
37
|
+
const el = document.createElement('div');
|
38
|
+
try {
|
39
|
+
Mode.run(str, spec.mime, el);
|
40
|
+
return el.innerHTML;
|
41
|
+
}
|
42
|
+
catch (err) {
|
43
|
+
console.warn(`Failed to highlight ${lang} code`, err);
|
44
|
+
}
|
45
|
+
}
|
46
|
+
catch (err) {
|
47
|
+
console.warn(`No CodeMirror mode: ${lang}`);
|
48
|
+
console.warn(`Require CodeMirror mode error: ${err}`);
|
49
|
+
}
|
50
|
+
return '';
|
51
|
+
};
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"codemirror.js","sourceRoot":"","sources":["../../src/hooks/codemirror.ts"],"names":[],"mappings":"AAAA;;;;;EAKE;AAGF,OAAO,EAAE,IAAI,EAAE,MAAM,wBAAwB,CAAC;AAE9C,MAAM,UAAU,qBAAqB;IACnC,wDAAwD;IACxD,MAAM,MAAM,GAAG,IAAI,MAAM,CAAC,gBAAgB,CAAC,CAAC;IAE5C,OAAO;QACL,GAAG,EAAE,KAAK,EAAC,MAAM,EAAC,EAAE;YAClB,MAAM,QAAQ,GAAG,IAAI,GAAG,EAAwB,CAAC;YACjD,IAAI,KAA8B,CAAC;YACnC,OAAO,CAAC,KAAK,GAAG,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,EAAE;gBACpC,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAAE;oBAC3B,QAAQ,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;iBAC/C;aACF;YACD,IAAI,QAAQ,CAAC,IAAI,EAAE;gBACjB,OAAO,CAAC,GAAG,CAAC,QAAQ,CAAC,MAAM,EAAE,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;aACpD;YACD,OAAO,MAAM,CAAC;QAChB,CAAC;KACF,CAAC;AACJ,CAAC;AAED,MAAM,CAAC,MAAM,mBAAmB,GAAG,CAAC,GAAW,EAAE,IAAY,EAAE,EAAE;IAC/D,IAAI,CAAC,IAAI,EAAE;QACT,OAAO,EAAE,CAAC,CAAC,gCAAgC;KAC5C;IACD,IAAI;QACF,MAAM,IAAI,GAAG,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;QACjC,IAAI,CAAC,IAAI,EAAE;YACT,OAAO,CAAC,IAAI,CAAC,uBAAuB,IAAI,EAAE,CAAC,CAAC;YAC5C,OAAO,EAAE,CAAC;SACX;QAED,MAAM,EAAE,GAAG,QAAQ,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC;QACzC,IAAI;YACF,IAAI,CAAC,GAAG,CAAC,GAAG,EAAE,IAAI,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;YAC7B,OAAO,EAAE,CAAC,SAAS,CAAC;SACrB;QAAC,OAAO,GAAG,EAAE;YACZ,OAAO,CAAC,IAAI,CAAC,uBAAuB,IAAI,OAAO,EAAE,GAAG,CAAC,CAAC;SACvD;KACF;IAAC,OAAO,GAAG,EAAE;QACZ,OAAO,CAAC,IAAI,CAAC,uBAAuB,IAAI,EAAE,CAAC,CAAC;QAC5C,OAAO,CAAC,IAAI,CAAC,kCAAkC,GAAG,EAAE,CAAC,CAAC;KACvD;IACD,OAAO,EAAE,CAAC;AACZ,CAAC,CAAC"}
|
package/lib/index.d.ts
ADDED
@@ -0,0 +1,6 @@
|
|
1
|
+
import { JupyterFrontEnd, JupyterFrontEndPlugin } from '@jupyterlab/application';
|
2
|
+
import { MarkdownItManager } from './types';
|
3
|
+
import '../style/index.css';
|
4
|
+
declare const _default: (JupyterFrontEndPlugin<MarkdownItManager, JupyterFrontEnd.IShell, "desktop" | "mobile"> | JupyterFrontEndPlugin<void, JupyterFrontEnd.IShell, "desktop" | "mobile">)[];
|
5
|
+
export default _default;
|
6
|
+
//# sourceMappingURL=index.d.ts.map
|
package/lib/index.js
ADDED
@@ -0,0 +1,57 @@
|
|
1
|
+
import { mermaid } from './providers/mermaid';
|
2
|
+
import { kMarkdownItMgr, kPackageNamespace } from './const';
|
3
|
+
import { footnotes } from './providers/footnotes';
|
4
|
+
import '../style/index.css';
|
5
|
+
import { markdownItManager } from './manager';
|
6
|
+
import { divs } from './providers/divs';
|
7
|
+
import { deflist } from './providers/deflist';
|
8
|
+
import { gridtables } from './providers/gridtables';
|
9
|
+
import { sub } from './providers/sub';
|
10
|
+
import { sup } from './providers/sup';
|
11
|
+
import { tasklists } from './providers/tasklists';
|
12
|
+
import { cites } from './providers/cites';
|
13
|
+
import { attrs } from './providers/attrs';
|
14
|
+
import { callouts } from './providers/callouts';
|
15
|
+
import { decorator } from './providers/decorator';
|
16
|
+
import { yaml } from './providers/yaml';
|
17
|
+
import { math } from './providers/math';
|
18
|
+
import { figures } from './providers/figures';
|
19
|
+
import { figureDivs } from './providers/figure-divs';
|
20
|
+
import { tableCaptions } from './providers/table-captions';
|
21
|
+
import { spans } from './providers/spans';
|
22
|
+
const plugin = {
|
23
|
+
id: `${kPackageNamespace}:plugin`,
|
24
|
+
autoStart: true,
|
25
|
+
provides: kMarkdownItMgr,
|
26
|
+
activate: (_app) => {
|
27
|
+
console.log('JupyterLab extension jupyterlab-quarto is activated!');
|
28
|
+
// Create a markdown rendering manager
|
29
|
+
return markdownItManager();
|
30
|
+
}
|
31
|
+
};
|
32
|
+
// Markdown It Extensions which provide base Pandoc behavior
|
33
|
+
const kPandocExtensions = [
|
34
|
+
footnotes,
|
35
|
+
spans,
|
36
|
+
attrs,
|
37
|
+
deflist,
|
38
|
+
figures,
|
39
|
+
gridtables,
|
40
|
+
sub,
|
41
|
+
sup,
|
42
|
+
tasklists,
|
43
|
+
divs,
|
44
|
+
math
|
45
|
+
];
|
46
|
+
// Markdown It Extensions which provide Quarto specific behavior
|
47
|
+
const kQuartoExtensions = [
|
48
|
+
figureDivs,
|
49
|
+
tableCaptions,
|
50
|
+
cites,
|
51
|
+
mermaid,
|
52
|
+
callouts,
|
53
|
+
decorator,
|
54
|
+
yaml
|
55
|
+
];
|
56
|
+
// The extensions that should be enabled for Jupyter
|
57
|
+
export default [plugin, ...kPandocExtensions, ...kQuartoExtensions];
|
package/lib/index.js.map
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAYA,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,cAAc,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAC5D,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAElD,OAAO,oBAAoB,CAAC;AAC5B,OAAO,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAC9C,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,GAAG,EAAE,MAAM,iBAAiB,CAAC;AACtC,OAAO,EAAE,GAAG,EAAE,MAAM,iBAAiB,CAAC;AACtC,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AACrD,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAE3D,MAAM,MAAM,GAA6C;IACvD,EAAE,EAAE,GAAG,iBAAiB,SAAS;IACjC,SAAS,EAAE,IAAI;IACf,QAAQ,EAAE,cAAc;IACxB,QAAQ,EAAE,CAAC,IAAqB,EAAE,EAAE;QAClC,OAAO,CAAC,GAAG,CAAC,mDAAmD,CAAC,CAAC;QAEjE,uCAAuC;QACvC,OAAO,iBAAiB,EAAE,CAAC;IAC7B,CAAC;CACF,CAAC;AAGF,4DAA4D;AAC5D,MAAM,iBAAiB,GAAG;IACxB,SAAS;IACT,KAAK;IACL,OAAO;IACP,OAAO;IACP,UAAU;IACV,GAAG;IACH,GAAG;IACH,SAAS;IACT,IAAI;IACJ,IAAI;CACL,CAAC;AAEF,gEAAgE;AAChE,MAAM,iBAAiB,GAAG;IACxB,UAAU;IACV,aAAa;IACb,KAAK;IACL,OAAO;IACP,QAAQ;IACR,SAAS;IACT,IAAI;CACL,CAAC;AAGF,oDAAoD;AACpD,eAAe,CAAC,MAAM,EAAE,GAAG,iBAAiB,EAAE,GAAG,iBAAiB,CAAE,CAAC"}
|
package/lib/manager.d.ts
ADDED
@@ -0,0 +1,8 @@
|
|
1
|
+
import { Options } from 'markdown-it';
|
2
|
+
import { RenderedMarkdown } from './widgets';
|
3
|
+
import { MarkdownItPluginProvider, Renderer } from './types';
|
4
|
+
export declare function markdownItManager(): {
|
5
|
+
registerPlugin(provider: MarkdownItPluginProvider): void;
|
6
|
+
getRenderer(widget: RenderedMarkdown, options?: Options): Promise<Renderer>;
|
7
|
+
};
|
8
|
+
//# sourceMappingURL=manager.d.ts.map
|
package/lib/manager.js
ADDED
@@ -0,0 +1,116 @@
|
|
1
|
+
/*
|
2
|
+
* manager.ts
|
3
|
+
*
|
4
|
+
* Copyright (C) 2020-2023 Posit Software, PBC
|
5
|
+
*
|
6
|
+
*/
|
7
|
+
import { markdownRendererFactory } from '@jupyterlab/rendermime';
|
8
|
+
import { CodeMirrorEditor } from '@jupyterlab/codemirror';
|
9
|
+
import MarkdownIt from 'markdown-it';
|
10
|
+
import { RenderedMarkdown } from './widgets';
|
11
|
+
import { codeMirrorHighlight, codeMirrorPreloadHook } from './hooks/codemirror';
|
12
|
+
// Provides resolved MarkdownIt options using the passed in options, the plugin
|
13
|
+
// options, and default options.
|
14
|
+
const resolveOptions = (widget, options, providers) => {
|
15
|
+
// Build options table
|
16
|
+
let allOptions = {
|
17
|
+
html: true,
|
18
|
+
linkify: true,
|
19
|
+
typographer: true,
|
20
|
+
langPrefix: `cm-s-${CodeMirrorEditor.defaultConfig.theme} language-`,
|
21
|
+
highlight: codeMirrorHighlight
|
22
|
+
};
|
23
|
+
for (const plugin of providers) {
|
24
|
+
if (plugin.options) {
|
25
|
+
try {
|
26
|
+
// Add options for this plugin
|
27
|
+
allOptions = { ...allOptions, ...plugin.options(widget) };
|
28
|
+
}
|
29
|
+
catch (err) {
|
30
|
+
console.warn(`Failed to get options from markdown-it plugin ${plugin.id}`, err);
|
31
|
+
}
|
32
|
+
}
|
33
|
+
}
|
34
|
+
return {
|
35
|
+
...allOptions,
|
36
|
+
...options
|
37
|
+
};
|
38
|
+
};
|
39
|
+
export function markdownItManager() {
|
40
|
+
// The plugin providers
|
41
|
+
const pluginProviders = new Map();
|
42
|
+
// The IMarkdownItManager
|
43
|
+
const manager = {
|
44
|
+
registerPlugin(provider) {
|
45
|
+
pluginProviders.set(provider.id, provider);
|
46
|
+
},
|
47
|
+
async getRenderer(widget, options = {}) {
|
48
|
+
var _a, _b, _c, _d;
|
49
|
+
// Fetch the list of providers
|
50
|
+
const providers = [...pluginProviders.values()];
|
51
|
+
providers.sort(sortRanked);
|
52
|
+
// Create MarkdownIt instance
|
53
|
+
const allOptions = resolveOptions(widget, options, providers);
|
54
|
+
let md = new MarkdownIt('default', allOptions);
|
55
|
+
// Lifecycle hooks
|
56
|
+
const preParseHooks = [];
|
57
|
+
const postRenderHooks = [];
|
58
|
+
// add mode pre-loading hook if using default highlighter
|
59
|
+
if (codeMirrorHighlight === allOptions.highlight) {
|
60
|
+
preParseHooks.push(codeMirrorPreloadHook());
|
61
|
+
}
|
62
|
+
// Build MarkdownIt and load lifecycle hooks
|
63
|
+
for (const provider of providers) {
|
64
|
+
try {
|
65
|
+
// Load MarkdownIt plugin
|
66
|
+
const [plugin, ...pluginOptions] = await provider.plugin();
|
67
|
+
// Build MarkdownIt instance
|
68
|
+
md = md.use(plugin, ...pluginOptions);
|
69
|
+
// Build table of lifecycle hooks
|
70
|
+
if (((_a = provider.hooks) === null || _a === void 0 ? void 0 : _a.preParse) !== undefined) {
|
71
|
+
preParseHooks.push((_b = provider.hooks) === null || _b === void 0 ? void 0 : _b.preParse);
|
72
|
+
}
|
73
|
+
if (((_c = provider.hooks) === null || _c === void 0 ? void 0 : _c.postRender) !== undefined) {
|
74
|
+
postRenderHooks.push((_d = provider.hooks) === null || _d === void 0 ? void 0 : _d.postRender);
|
75
|
+
}
|
76
|
+
}
|
77
|
+
catch (err) {
|
78
|
+
console.warn(`Failed to load/use markdown-it plugin ${provider.id}`, err);
|
79
|
+
}
|
80
|
+
}
|
81
|
+
// Sort hooks by rank
|
82
|
+
preParseHooks.sort(sortRanked);
|
83
|
+
postRenderHooks.sort(sortRanked);
|
84
|
+
return {
|
85
|
+
// Parse and render Markdown
|
86
|
+
render: (content) => {
|
87
|
+
return md.render(content);
|
88
|
+
},
|
89
|
+
// Run hooks serially
|
90
|
+
preParse: async (content) => {
|
91
|
+
for (const hook of preParseHooks) {
|
92
|
+
content = await hook.run(content);
|
93
|
+
}
|
94
|
+
return content;
|
95
|
+
},
|
96
|
+
// Run hooks serially
|
97
|
+
postRender: async (node) => {
|
98
|
+
for (const hook of postRenderHooks) {
|
99
|
+
await hook.run(node);
|
100
|
+
}
|
101
|
+
}
|
102
|
+
};
|
103
|
+
}
|
104
|
+
};
|
105
|
+
// Register the Renderer
|
106
|
+
markdownRendererFactory.createRenderer = (options) => {
|
107
|
+
return new RenderedMarkdown(options, manager);
|
108
|
+
};
|
109
|
+
return manager;
|
110
|
+
}
|
111
|
+
// Sorts by rank, using 100 if no default is provided.
|
112
|
+
const kDefaultRank = 100;
|
113
|
+
const sortRanked = (left, right) => {
|
114
|
+
var _a, _b;
|
115
|
+
return ((_a = left.rank) !== null && _a !== void 0 ? _a : kDefaultRank) - ((_b = right.rank) !== null && _b !== void 0 ? _b : kDefaultRank);
|
116
|
+
};
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"manager.js","sourceRoot":"","sources":["../src/manager.ts"],"names":[],"mappings":"AAAA;;;;;EAKE;AACF,OAAO,EAAe,uBAAuB,EAAE,MAAM,wBAAwB,CAAC;AAC9E,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAE1D,OAAO,UAAuB,MAAM,aAAa,CAAC;AAElD,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAE7C,OAAO,EAAE,mBAAmB,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAEhF,+EAA+E;AAC/E,gCAAgC;AAChC,MAAM,cAAc,GAAG,CAAC,MAAwB,EAAE,OAAgB,EAAE,SAAqC,EAAE,EAAE;IAC3G,sBAAsB;IACtB,IAAI,UAAU,GAAY;QACxB,IAAI,EAAE,IAAI;QACV,OAAO,EAAE,IAAI;QACb,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,QAAQ,gBAAgB,CAAC,aAAa,CAAC,KAAK,YAAY;QACpE,SAAS,EAAE,mBAAmB;KAC/B,CAAC;IACF,KAAK,MAAM,MAAM,IAAI,SAAS,EAAE;QAC9B,IAAI,MAAM,CAAC,OAAO,EAAE;YAClB,IAAI;gBACF,8BAA8B;gBAC9B,UAAU,GAAG,EAAE,GAAG,UAAU,EAAE,GAAG,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,EAAE,CAAC;aAC3D;YAAC,OAAO,GAAG,EAAE;gBACZ,OAAO,CAAC,IAAI,CAAC,iDAAiD,MAAM,CAAC,EAAE,EAAE,EAAE,GAAG,CAAC,CAAC;aACjF;SACF;KACF;IAED,OAAO;QACL,GAAG,UAAU;QACb,GAAG,OAAO;KAAE,CAAC;AACjB,CAAC,CAAA;AAED,MAAM,UAAU,iBAAiB;IAE/B,uBAAuB;IACvB,MAAM,eAAe,GAA0C,IAAI,GAAG,EAAE,CAAC;IAEzE,0BAA0B;IAC1B,MAAM,OAAO,GAAG;QACd,cAAc,CAAC,QAAkC;YAC/C,eAAe,CAAC,GAAG,CAAC,QAAQ,CAAC,EAAE,EAAE,QAAQ,CAAC,CAAC;QAC7C,CAAC;QAED,KAAK,CAAC,WAAW,CACf,MAAwB,EACxB,UAAmB,EAAE;;YAGrB,8BAA8B;YAC9B,MAAM,SAAS,GAAG,CAAC,GAAG,eAAe,CAAC,MAAM,EAAE,CAAC,CAAC;YAChD,SAAS,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;YAE3B,6BAA6B;YAC7B,MAAM,UAAU,GAAG,cAAc,CAAC,MAAM,EAAE,OAAO,EAAE,SAAS,CAAC,CAAC;YAC9D,IAAI,EAAE,GAAG,IAAI,UAAU,CAAC,SAAS,EAAE,UAAU,CAAC,CAAC;YAE/C,kBAAkB;YAClB,MAAM,aAAa,GAA2B,EAAE,CAAC;YACjD,MAAM,eAAe,GAA8B,EAAE,CAAC;YAEtD,yDAAyD;YACzD,IAAI,mBAAmB,KAAK,UAAU,CAAC,SAAS,EAAE;gBAChD,aAAa,CAAC,IAAI,CAAC,qBAAqB,EAAE,CAAC,CAAC;aAC7C;YAED,4CAA4C;YAC5C,KAAK,MAAM,QAAQ,IAAI,SAAS,EAAE;gBAChC,IAAI;oBACF,yBAAyB;oBACzB,MAAM,CAAC,MAAM,EAAE,GAAG,aAAa,CAAC,GAAG,MAAM,QAAQ,CAAC,MAAM,EAAE,CAAC;oBAE3D,4BAA4B;oBAC5B,EAAE,GAAG,EAAE,CAAC,GAAG,CAAC,MAAM,EAAE,GAAG,aAAa,CAAC,CAAC;oBAEtC,iCAAiC;oBACjC,IAAI,OAAA,QAAQ,CAAC,KAAK,0CAAE,QAAQ,MAAK,SAAS,EAAE;wBAC1C,aAAa,CAAC,IAAI,OAAC,QAAQ,CAAC,KAAK,0CAAE,QAAQ,CAAC,CAAC;qBAC9C;oBACD,IAAI,OAAA,QAAQ,CAAC,KAAK,0CAAE,UAAU,MAAK,SAAS,EAAE;wBAC5C,eAAe,CAAC,IAAI,OAAC,QAAQ,CAAC,KAAK,0CAAE,UAAU,CAAC,CAAC;qBAClD;iBACF;gBAAC,OAAO,GAAG,EAAE;oBACZ,OAAO,CAAC,IAAI,CAAC,yCAAyC,QAAQ,CAAC,EAAE,EAAE,EAAE,GAAG,CAAC,CAAC;iBAC3E;aACF;YACD,qBAAqB;YACrB,aAAa,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;YAC/B,eAAe,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;YAEjC,OAAO;gBAEL,4BAA4B;gBAC5B,MAAM,EAAE,CAAC,OAAO,EAAE,EAAE;oBAClB,OAAO,EAAE,CAAC,MAAM,CAAC,OAAO,CAAC,CAAA;gBAC3B,CAAC;gBAED,qBAAqB;gBACrB,QAAQ,EAAE,KAAK,EAAE,OAAe,EAAE,EAAE;oBAClC,KAAK,MAAM,IAAI,IAAI,aAAa,EAAE;wBAChC,OAAO,GAAG,MAAM,IAAI,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC;qBACnC;oBACD,OAAO,OAAO,CAAC;gBACjB,CAAC;gBAED,qBAAqB;gBACrB,UAAU,EAAE,KAAK,EAAE,IAAiB,EAAE,EAAE;oBACtC,KAAK,MAAM,IAAI,IAAI,eAAe,EAAE;wBAClC,MAAM,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;qBACtB;gBACH,CAAC;aACF,CAAC;QACJ,CAAC;KACF,CAAA;IAED,wBAAwB;IACxB,uBAAuB,CAAC,cAAc,GAAG,CAAC,OAAqC,EAAE,EAAE;QACjF,OAAO,IAAI,gBAAgB,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;IAChD,CAAC,CAAC;IAEF,OAAO,OAAO,CAAC;AACjB,CAAC;AAGD,sDAAsD;AACtD,MAAM,YAAY,GAAG,GAAG,CAAC;AACzB,MAAM,UAAU,GAAG,CAAC,IAAY,EAAE,KAAa,EAAE,EAAE;;IACjD,OAAO,OAAC,IAAI,CAAC,IAAI,mCAAI,YAAY,CAAC,GAAG,OAAC,KAAK,CAAC,IAAI,mCAAI,YAAY,CAAC,CAAC;AACpE,CAAC,CAAA"}
|
@@ -0,0 +1,208 @@
|
|
1
|
+
import Token from "markdown-it/lib/token";
|
2
|
+
import { addClass, readAttrValue } from "../utils/markdownit";
|
3
|
+
import { kTokDivClose, kTokDivOpen } from "./divs";
|
4
|
+
const kTokCalloutOpen = "quarto_callout_open";
|
5
|
+
const kTokCalloutClose = "quarto_callout_close";
|
6
|
+
const kTokCalloutTitleOpen = "quarto_callout_title_open";
|
7
|
+
const kTokCalloutTitleClose = "quarto_callout_title_close";
|
8
|
+
const kTokCalloutContentOpen = "quarto_callout_content_open";
|
9
|
+
const kTokCalloutContentClose = "quarto_callout_content_close";
|
10
|
+
const kCalloutPrefix = "callout-";
|
11
|
+
const kCalloutRuleName = "quarto-callouts";
|
12
|
+
export const calloutPlugin = (md) => {
|
13
|
+
// Handle pandoc-style divs
|
14
|
+
md.core.ruler.push(kCalloutRuleName, (state) => {
|
15
|
+
const noteStartCallout = (callout, depth) => {
|
16
|
+
if (calloutDepth == -1) {
|
17
|
+
calloutDepth = depth;
|
18
|
+
}
|
19
|
+
state.env['quarto-active-callout'] = callout;
|
20
|
+
};
|
21
|
+
const noteCloseCallout = () => {
|
22
|
+
calloutDepth = -1;
|
23
|
+
state.env['quarto-active-callout'] = undefined;
|
24
|
+
};
|
25
|
+
const activeCallout = () => {
|
26
|
+
return state.env['quarto-active-callout'];
|
27
|
+
};
|
28
|
+
const isCloseCallout = (depth) => {
|
29
|
+
return calloutDepth === depth;
|
30
|
+
};
|
31
|
+
const titleOpenTok = (title) => {
|
32
|
+
const token = new Token(kTokCalloutTitleOpen, "", 1);
|
33
|
+
token.tag = "div";
|
34
|
+
token.attrs = [["class", "callout-header"]];
|
35
|
+
if (title) {
|
36
|
+
token.attrs.push(["title", title]);
|
37
|
+
}
|
38
|
+
return token;
|
39
|
+
};
|
40
|
+
const titleCloseTok = () => {
|
41
|
+
const token = new Token(kTokCalloutTitleClose, "", -1);
|
42
|
+
token.tag = "div";
|
43
|
+
return token;
|
44
|
+
};
|
45
|
+
const contentOpenTok = () => {
|
46
|
+
const token = new Token(kTokCalloutContentOpen, "", 1);
|
47
|
+
token.tag = "div";
|
48
|
+
token.attrs = [["class", "callout-body-container callout-body"]];
|
49
|
+
return token;
|
50
|
+
};
|
51
|
+
const contentCloseTok = () => {
|
52
|
+
const token = new Token(kTokCalloutContentClose, "", -1);
|
53
|
+
token.tag = "div";
|
54
|
+
return token;
|
55
|
+
};
|
56
|
+
const outTokens = [];
|
57
|
+
let calloutDepth = -1;
|
58
|
+
let divDepth = 0;
|
59
|
+
// just started callout - process title
|
60
|
+
// finished processing title - process content
|
61
|
+
let calloutState = "scanning";
|
62
|
+
for (const token of state.tokens) {
|
63
|
+
switch (calloutState) {
|
64
|
+
case "add-title":
|
65
|
+
if (token.type === "heading_open") {
|
66
|
+
outTokens.push(titleOpenTok());
|
67
|
+
calloutState = "capturing-title";
|
68
|
+
}
|
69
|
+
else {
|
70
|
+
const callout = activeCallout();
|
71
|
+
outTokens.push(titleOpenTok(callout.title));
|
72
|
+
outTokens.push(titleCloseTok());
|
73
|
+
calloutState = "add-body";
|
74
|
+
}
|
75
|
+
break;
|
76
|
+
case "capturing-title":
|
77
|
+
if (token.type === "heading_close") {
|
78
|
+
outTokens.push(titleCloseTok());
|
79
|
+
calloutState = "add-body";
|
80
|
+
}
|
81
|
+
else {
|
82
|
+
outTokens.push(token);
|
83
|
+
}
|
84
|
+
break;
|
85
|
+
case "add-body":
|
86
|
+
outTokens.push(contentOpenTok());
|
87
|
+
outTokens.push(token);
|
88
|
+
calloutState = "capturing-body";
|
89
|
+
break;
|
90
|
+
case "scanning":
|
91
|
+
default:
|
92
|
+
if (token.type === kTokDivOpen) {
|
93
|
+
divDepth++;
|
94
|
+
const callout = parseCallout(token.attrs);
|
95
|
+
if (callout) {
|
96
|
+
noteStartCallout(callout, divDepth);
|
97
|
+
calloutState = "add-title";
|
98
|
+
const openCallout = new Token(kTokCalloutOpen, "", 1);
|
99
|
+
openCallout.attrs = openCallout.attrs || [];
|
100
|
+
openCallout.meta = callout;
|
101
|
+
outTokens.push(openCallout);
|
102
|
+
}
|
103
|
+
else {
|
104
|
+
outTokens.push(token);
|
105
|
+
}
|
106
|
+
}
|
107
|
+
else if (token.type === kTokDivClose) {
|
108
|
+
if (isCloseCallout(divDepth)) {
|
109
|
+
outTokens.push(contentCloseTok());
|
110
|
+
outTokens.push(new Token(kTokCalloutClose, "", -1));
|
111
|
+
noteCloseCallout();
|
112
|
+
}
|
113
|
+
else {
|
114
|
+
outTokens.push(token);
|
115
|
+
}
|
116
|
+
divDepth--;
|
117
|
+
}
|
118
|
+
else {
|
119
|
+
outTokens.push(token);
|
120
|
+
}
|
121
|
+
break;
|
122
|
+
}
|
123
|
+
}
|
124
|
+
state.tokens = outTokens;
|
125
|
+
return false;
|
126
|
+
});
|
127
|
+
md.renderer.rules[kTokCalloutOpen] = renderStartCallout;
|
128
|
+
md.renderer.rules[kTokCalloutClose] = renderEndCallout;
|
129
|
+
md.renderer.rules[kTokCalloutTitleOpen] = renderStartCalloutTitle;
|
130
|
+
md.renderer.rules[kTokCalloutTitleClose] = renderEndCalloutTitle;
|
131
|
+
};
|
132
|
+
// Render pandoc-style divs
|
133
|
+
function renderStartCallout(tokens, idx, options, env, self) {
|
134
|
+
const token = tokens[idx];
|
135
|
+
const callout = token.meta;
|
136
|
+
// Add classes decorating as callout
|
137
|
+
token.attrs = addClass(`callout ${callout.clz}`, token.attrs);
|
138
|
+
// Add class that reflects the style
|
139
|
+
token.attrs = addClass(appearanceClass(callout.appearance), token.attrs);
|
140
|
+
return `<div ${self.renderAttrs(token)}>`;
|
141
|
+
}
|
142
|
+
// Render pandoc-style divs
|
143
|
+
function renderEndCallout(tokens, idx, options, env, self) {
|
144
|
+
return `</div>`;
|
145
|
+
}
|
146
|
+
function renderStartCalloutTitle(tokens, idx, options, env, self) {
|
147
|
+
const token = tokens[idx];
|
148
|
+
const title = readAttrValue("title", token.attrs) || "";
|
149
|
+
const startContent = `
|
150
|
+
<div class="callout-header">
|
151
|
+
<div class="callout-icon-container">
|
152
|
+
<i class="callout-icon"></i>
|
153
|
+
</div>
|
154
|
+
<div class="callout-title-container">${title}
|
155
|
+
`;
|
156
|
+
return startContent;
|
157
|
+
}
|
158
|
+
function renderEndCalloutTitle(tokens, idx, options, env, self) {
|
159
|
+
return `</div>\n</div>`;
|
160
|
+
}
|
161
|
+
const calloutAppearance = (val) => {
|
162
|
+
if (val) {
|
163
|
+
switch (val) {
|
164
|
+
case "minimal":
|
165
|
+
return "minimal";
|
166
|
+
case "simple":
|
167
|
+
return "simple";
|
168
|
+
case "default":
|
169
|
+
default:
|
170
|
+
return "default";
|
171
|
+
}
|
172
|
+
}
|
173
|
+
else {
|
174
|
+
return "default";
|
175
|
+
}
|
176
|
+
};
|
177
|
+
const parseCallout = (attrs) => {
|
178
|
+
if (attrs === null) {
|
179
|
+
return undefined;
|
180
|
+
}
|
181
|
+
const classAttr = attrs.find((attr) => { return attr[0] === "class"; });
|
182
|
+
if (!classAttr) {
|
183
|
+
return undefined;
|
184
|
+
}
|
185
|
+
const classes = classAttr[1].split(" ");
|
186
|
+
const calloutClass = classes.find((clz) => {
|
187
|
+
return clz.startsWith('callout-');
|
188
|
+
});
|
189
|
+
if (calloutClass) {
|
190
|
+
const type = calloutClass.replace(kCalloutPrefix, "");
|
191
|
+
const title = readAttrValue("title", attrs) || type.slice(0, 1).toUpperCase() + type.slice(1);
|
192
|
+
;
|
193
|
+
const appearance = calloutAppearance(readAttrValue("appearance", attrs));
|
194
|
+
return {
|
195
|
+
type: type || "note",
|
196
|
+
clz: calloutClass,
|
197
|
+
title,
|
198
|
+
appearance
|
199
|
+
};
|
200
|
+
}
|
201
|
+
else {
|
202
|
+
return undefined;
|
203
|
+
}
|
204
|
+
};
|
205
|
+
const appearanceClass = (appearance) => {
|
206
|
+
let style = appearance || "default";
|
207
|
+
return `callout-style-${style}`;
|
208
|
+
};
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"callouts.js","sourceRoot":"","sources":["../../src/plugins/callouts.ts"],"names":[],"mappings":"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"}
|