mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-02 04:12:47 +00:00
default text for snippet tab
This commit is contained in:
@@ -22,7 +22,13 @@ const DEFAULT_STYLE_TEXT = dedent`
|
|||||||
color: black;
|
color: black;
|
||||||
}`;
|
}`;
|
||||||
|
|
||||||
const DEFAULT_SNIPPET_TEXT = ``;
|
const DEFAULT_SNIPPET_TEXT = dedent`
|
||||||
|
\snippet example snippet
|
||||||
|
|
||||||
|
The text between \`\snippet title\` lines will become a snippet of name \`title\` as this example provides.
|
||||||
|
|
||||||
|
This snippet is accessible in the brew tab, and will be inherited if the brew is used as a theme.
|
||||||
|
`;
|
||||||
let isJumping = false;
|
let isJumping = false;
|
||||||
|
|
||||||
const Editor = createClass({
|
const Editor = createClass({
|
||||||
|
|||||||
Reference in New Issue
Block a user