diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/_icons/braces.svg | 6 | ||||
-rw-r--r-- | src/_icons/brackets.svg | 6 | ||||
-rw-r--r-- | src/_icons/ear.svg | 6 | ||||
-rw-r--r-- | src/_icons/emphasis.svg | 9 | ||||
-rw-r--r-- | src/_icons/file-code.svg | 9 | ||||
-rw-r--r-- | src/_icons/focus-2.svg | 10 | ||||
-rw-r--r-- | src/_icons/focus.svg | 2 | ||||
-rw-r--r-- | src/_icons/keyboard.svg | 12 | ||||
-rw-r--r-- | src/_icons/parentheses.svg | 6 | ||||
-rw-r--r-- | src/_icons/separator.svg | 7 | ||||
-rw-r--r-- | src/_icons/slice.svg | 5 | ||||
-rw-r--r-- | src/_icons/terminal.svg | 6 | ||||
-rw-r--r-- | src/_icons/text-wrap.svg | 8 | ||||
-rw-r--r-- | src/_icons/underline.svg | 4 | ||||
-rw-r--r-- | src/editor.html | 2 |
15 files changed, 94 insertions, 4 deletions
diff --git a/src/_icons/braces.svg b/src/_icons/braces.svg new file mode 100644 index 00000000..2667d033 --- /dev/null +++ b/src/_icons/braces.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M7 4a2 2 0 0 0 -2 2v3a2 3 0 0 1 -2 3a2 3 0 0 1 2 3v3a2 2 0 0 0 2 2" /> + <path d="M17 4a2 2 0 0 1 2 2v3a2 3 0 0 0 2 3a2 3 0 0 0 -2 3v3a2 2 0 0 1 -2 2" /> +</svg> diff --git a/src/_icons/brackets.svg b/src/_icons/brackets.svg new file mode 100644 index 00000000..946140e5 --- /dev/null +++ b/src/_icons/brackets.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M8 4h-3v16h3" /> + <path d="M16 4h3v16h-3" /> +</svg> diff --git a/src/_icons/ear.svg b/src/_icons/ear.svg new file mode 100644 index 00000000..7edbf19b --- /dev/null +++ b/src/_icons/ear.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M6 10a7 7 0 1 1 13 3.6a10 10 0 0 1 -2 2a8 8 0 0 0 -2 3 a4.5 4.5 0 0 1 -6.8 1.4" /> + <path d="M10 10a3 3 0 1 1 5 2.2" /> +</svg> diff --git a/src/_icons/emphasis.svg b/src/_icons/emphasis.svg new file mode 100644 index 00000000..b65ff729 --- /dev/null +++ b/src/_icons/emphasis.svg @@ -0,0 +1,9 @@ +--- +--- +<svg> + <path d="M16 5 h-8v10h8m-1 -5h-7" /> + <line x1="6" y1="20" x2="6" y2="20.01" /> + <line x1="10" y1="20" x2="10" y2="20.01" /> + <line x1="14" y1="20" x2="14" y2="20.01" /> + <line x1="18" y1="20" x2="18" y2="20.01" /> +</svg> diff --git a/src/_icons/file-code.svg b/src/_icons/file-code.svg new file mode 100644 index 00000000..7da04491 --- /dev/null +++ b/src/_icons/file-code.svg @@ -0,0 +1,9 @@ +--- +tags: [paper, new] +--- +<svg> + <polyline points="14 3 14 8 19 8" /> + <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" /> + <path d="M10 13l-1 2l1 2" /> + <path d="M14 13l1 2l-1 2" /> +</svg> diff --git a/src/_icons/focus-2.svg b/src/_icons/focus-2.svg new file mode 100644 index 00000000..7883bb27 --- /dev/null +++ b/src/_icons/focus-2.svg @@ -0,0 +1,10 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r=".5" /> + <circle cx="12" cy="12" r="7" /> + <line x1="12" y1="3" x2="12" y2="5" /> + <line x1="3" y1="12" x2="5" y2="12" /> + <line x1="12" y1="19" x2="12" y2="21" /> + <line x1="19" y1="12" x2="21" y2="12" /> +</svg> diff --git a/src/_icons/focus.svg b/src/_icons/focus.svg index e6cf40a2..72fc99d9 100644 --- a/src/_icons/focus.svg +++ b/src/_icons/focus.svg @@ -2,6 +2,6 @@ tags: [target, bullseye, aim] --- <svg> - <circle cx="12" cy="12" r=".5" /> + <circle cx="12" cy="12" r=".5" fill="currentColor" /> <circle cx="12" cy="12" r="9" /> </svg> diff --git a/src/_icons/keyboard.svg b/src/_icons/keyboard.svg new file mode 100644 index 00000000..bc1d2547 --- /dev/null +++ b/src/_icons/keyboard.svg @@ -0,0 +1,12 @@ +--- +--- +<svg> + <rect x="3" y="4" width="18" height="16" rx="2" /> + <line x1="7" y1="8" x2="7" y2="8.01" /> + <line x1="12" y1="8" x2="12" y2="8.01" /> + <line x1="17" y1="8" x2="17" y2="8.01" /> + <line x1="7" y1="12" x2="7" y2="12.01" /> + <line x1="12" y1="12" x2="12" y2="12.01" /> + <line x1="17" y1="12" x2="17" y2="12.01" /> + <line x1="7" y1="16" x2="17" y2="16" /> +</svg> diff --git a/src/_icons/parentheses.svg b/src/_icons/parentheses.svg new file mode 100644 index 00000000..1f0ea8ea --- /dev/null +++ b/src/_icons/parentheses.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M7 4a12.25 12.25 0 0 0 0 16" /> + <path d="M17 4a12.25 12.25 0 0 1 0 16" /> +</svg> diff --git a/src/_icons/separator.svg b/src/_icons/separator.svg new file mode 100644 index 00000000..e8a08f47 --- /dev/null +++ b/src/_icons/separator.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <line x1="3" y1="12" x2="3" y2="12.01" /> + <line x1="7" y1="12" x2="17" y2="12" /> + <line x1="21" y1="12" x2="21" y2="12.01" /> +</svg> diff --git a/src/_icons/slice.svg b/src/_icons/slice.svg new file mode 100644 index 00000000..777ad4f2 --- /dev/null +++ b/src/_icons/slice.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M3 19l15 -15l3 3l-6 6l2 2a14 14 0 0 1 -14 4" /> +</svg> diff --git a/src/_icons/terminal.svg b/src/_icons/terminal.svg new file mode 100644 index 00000000..d8716af6 --- /dev/null +++ b/src/_icons/terminal.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M5 7l5 5l-5 5" /> + <line x1="12" y1="19" x2="19" y2="19" /> +</svg> diff --git a/src/_icons/text-wrap.svg b/src/_icons/text-wrap.svg new file mode 100644 index 00000000..989bc364 --- /dev/null +++ b/src/_icons/text-wrap.svg @@ -0,0 +1,8 @@ +--- +tags: [text, alignment, position] +--- +<svg> + <line x1="4" y1="6" x2="20" y2="6" /> + <line x1="4" y1="18" x2="9" y2="18" /> + <path d="M4 12h13a3 3 0 0 1 0 6h-4l2 -2m0 4l-2 -2" /> +</svg> diff --git a/src/_icons/underline.svg b/src/_icons/underline.svg index fc61e7f7..f89c0dd0 100644 --- a/src/_icons/underline.svg +++ b/src/_icons/underline.svg @@ -1,6 +1,6 @@ --- --- <svg> - <line x1="7" y1="20" x2="17" y2="20" /> - <path d="M7 5v6a5 5 0 0 0 10 0v-6" /> + <line x1="6" y1="20" x2="18" y2="20" /> + <path d="M8 5v6a4 4 0 0 0 8 0v-6" /> </svg> diff --git a/src/editor.html b/src/editor.html index f182aa42..aeda57db 100644 --- a/src/editor.html +++ b/src/editor.html @@ -71,7 +71,7 @@ layout: default </div> <div class="mb"> - {% include toolbar.html toolbar='arrow-back-up,arrow-forward-up,printer,paint|bold,italic,underline,strikethrough|align-left,align-center,align-right,align-justified,line-height|list,list-check|link,photo,table|sort-ascending,sort-descending|indent-increase,indent-decrease|subscript,superscript|minus,omega,chart-area-line,pencil|eraser,settings,typography,letter-case' %} + {% include toolbar.html toolbar='arrow-back-up,arrow-forward-up,printer,paint|bold,italic,underline,strikethrough,emphasis|align-left,align-center,align-right,align-justified,line-height|list,list-check|link,photo,table|sort-ascending,sort-descending|indent-increase,indent-decrease|subscript,superscript|minus,omega,chart-area-line,pencil|eraser,settings,typography,letter-case|parentheses,brackets,braces,terminal' %} {% include toolbar.html toolbar='check,checks,x|currency-euro,currency-dollar,currency-bitcoin,currency-pound,currency-rupee,currency-yen' %} </div> |