Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
ADoc
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
QCD
ADoc
Commits
8a9508ff
Commit
8a9508ff
authored
Apr 06, 2021
by
ma.kato
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add new file
parent
2410a030
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
103 additions
and
0 deletions
+103
-0
asciidoc.json
vscode-snippets/asciidoc.json
+103
-0
No files found.
vscode-snippets/asciidoc.json
0 → 100644
View file @
8a9508ff
{
"Change how to apply line breaks"
:
{
"prefix"
:
":hardbreaks:"
,
"body"
:
[
":hardbreaks:"
],
"description"
:
"Change how to apply line breaks"
//
"description"
:
"追加するとeditor上の改行がそのままpdf/htmlに出力されます."
},
"Recommend attribute"
:{
"prefix"
:
":attribute (recommend):"
,
"body"
:
[
":Author: autohr"
,
":Email: autohr@email.com"
,
":toc: left"
,
":toclevel: 3"
,
":icons: font"
,
":sectnums:"
,
":source-highlighter: highlightjs"
,
":experimental:"
,
":revdate: ${CURRENT_YEAR:year}-${CURRENT_MONTH:month}-${CURRENT_DATE:day}"
,
":revnumber: 0.0.1"
,
":hardbreaks:"
,
],
"description"
:
"custom template"
},
"Add section number"
:{
"prefix"
:
":sectnums:"
,
"body"
:
[
":sectnums:"
,
],
"description"
:
"Add section number"
//
"description"
:
"追加するとセクション(見出し)の先頭に連番が追加されます."
},
"Change example default caption"
:{
"prefix"
:
":example-caption:"
,
"body"
:
[
":example-caption: ${1|例,Example, |}"
,
],
"description"
:
"Change example default caption"
//
"description"
:
"例ブロックのデフォルトのキャプションを変更できます"
},
"Change table default caption"
:{
"prefix"
:
":table-caption:"
,
"body"
:
[
":table-caption: ${1|表,Table, |}"
,
],
"description"
:
"Change table default caption"
//
"description"
:
"表ブロックのデフォルトのキャプションを変更できます"
},
"Change figure default caption"
:{
"prefix"
:
":figure-caption:"
,
"body"
:
[
":figure-caption: ${1|図,fFigure, |}"
,
],
"description"
:
"Change figure default caption"
//
"description"
:
"図ブロックのデフォルトのキャプションを変更できます"
},
"Change table of contents level"
:{
"prefix"
:
":toclevels:"
,
"body"
:
[
":toclevels: ${1|1,2,3,4,5,6|}"
,
],
"description"
:
"Change table of contents level"
//
"description"
:
"目次に表示する最大階層を指定します ex):toclevels: 3,:sectnums:を追加の場合 目次に1.1.1まで表示されます"
},
"Change section number level"
:{
"prefix"
:
":sectnumlevels:"
,
"body"
:
[
":sectnumlevels: ${1|1,2,3,4,5,6|}"
,
],
"description"
:
"Change section number level"
//
"description"
:
"指定したセクション(見出し)のレベルまで連番が表示されます ex) :sectnumlevels: 2 -> 見出し1 = '1.',見出し2 = '1.1.' 見出し3 = ''"
}
,
"Change table of contents title"
:{
"prefix"
:
":toc-title:"
,
"body"
:
[
":toc-title: ${1:title}"
,
],
"description"
:
"Change table of content title"
//
"description"
:
"目次の表示名を変更できます.デフォルトは'TOC'"
},
"Change language"
:{
"prefix"
:
":lang:"
,
"body"
:
[
":lang: ${1|ja,en|}"
,
],
"description"
:
"Change table of content title"
//
"description"
:
"言語を選択できます.別途マクロを記述した文書であれば言語によって表示を変更することが可能です"
},
"Image data embedding"
:{
"prefix"
:
":data-uri:"
,
"body"
:
[
":data-uri:"
,
],
"description"
:
"Image data embedding"
//
"description"
:
"追加することで画像データをhtml文書内部に埋め込みます。未指定の場合はデータへのリンクが記述されています.そのため未指定の場合でhtmlのみを配布すると画像データが表示されません"
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment