feat: Added "Table of contents" option to Super notes toolbar

This commit is contained in:
Aman Harwara
2023-10-18 01:56:02 +05:30
parent e993cd88e4
commit 7f14fe6342
5 changed files with 101 additions and 30 deletions

View File

@@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path fill="currentColor" d="M3 17v-2h14v2H3Zm0-4v-2h14v2H3Zm0-4V7h14v2H3Zm17 8q-.425 0-.713-.288T19 16q0-.425.288-.713T20 15q.425 0 .713.288T21 16q0 .425-.288.713T20 17Zm0-4q-.425 0-.713-.288T19 12q0-.425.288-.713T20 11q.425 0 .713.288T21 12q0 .425-.288.713T20 13Zm0-4q-.425 0-.713-.288T19 8q0-.425.288-.713T20 7q.425 0 .713.288T21 8q0 .425-.288.713T20 9Z" />
</svg>

After

Width:  |  Height:  |  Size: 430 B

View File

@@ -214,6 +214,7 @@ import ViewIcon from './ic-view.svg'
import WarningIcon from './ic-warning.svg'
import WindowIcon from './ic-window.svg'
import DetailsBlockIcon from './ic-details-block.svg'
import TableOfContentsIcon from './ic-toc.svg'
export {
AccessibilityIcon,
@@ -408,6 +409,7 @@ export {
SubtractIcon,
SuperscriptIcon,
SyncIcon,
TableOfContentsIcon,
TasksIcon,
TextCircleIcon,
TextIcon,