├── docs ├── docs │ ├── about │ │ ├── backers.md │ │ └── tags.md │ ├── plugins │ │ └── index.md │ ├── blog │ │ ├── index.md │ │ ├── .meta.yml │ │ └── .authors.yml │ ├── assets │ │ ├── favicon.png │ │ └── images │ │ │ └── illustration.png │ └── index.md ├── run-mkdocs.bat ├── .gitattributes └── material │ └── overrides │ ├── .icons │ ├── material │ │ ├── solid.svg │ │ ├── square.svg │ │ ├── stop.svg │ │ ├── triangle.svg │ │ ├── menu-down.svg │ │ ├── menu-left.svg │ │ ├── menu-up.svg │ │ ├── minus-thick.svg │ │ ├── minus.svg │ │ ├── play.svg │ │ ├── power-on.svg │ │ ├── rectangle.svg │ │ ├── size-l.svg │ │ ├── triangle-down.svg │ │ ├── alpha-l.svg │ │ ├── alpha-t.svg │ │ ├── color-helper.svg │ │ ├── flash.svg │ │ ├── menu-right.svg │ │ ├── network-strength-4.svg │ │ ├── numeric-1.svg │ │ ├── square-medium.svg │ │ ├── square-small.svg │ │ ├── tally-mark-1.svg │ │ ├── triangle-small-down.svg │ │ ├── triangle-small-up.svg │ │ ├── window-minimize.svg │ │ ├── alpha-f.svg │ │ ├── cards-diamond.svg │ │ ├── diamond.svg │ │ ├── equal.svg │ │ ├── forward.svg │ │ ├── numeric-4.svg │ │ ├── numeric-7.svg │ │ ├── pause.svg │ │ ├── send-variant.svg │ │ ├── send.svg │ │ ├── step-forward.svg │ │ ├── tie.svg │ │ ├── volume-low.svg │ │ ├── alpha-h.svg │ │ ├── alpha-i.svg │ │ ├── alpha-n.svg │ │ ├── alpha-v.svg │ │ ├── alpha-y.svg │ │ ├── alpha-z.svg │ │ ├── bench.svg │ │ ├── bucket.svg │ │ ├── eject.svg │ │ ├── format-title.svg │ │ ├── glass-stange.svg │ │ ├── home.svg │ │ ├── hospital.svg │ │ ├── language-kotlin.svg │ │ ├── lightning-bolt.svg │ │ ├── math-norm.svg │ │ ├── moon-last-quarter.svg │ │ ├── music-rest-half.svg │ │ ├── plus.svg │ │ ├── skip-next.svg │ │ ├── slash-forward.svg │ │ ├── step-backward.svg │ │ ├── text-short.svg │ │ ├── vector-point.svg │ │ ├── view-stream.svg │ │ ├── alpha-e.svg │ │ ├── angle-right.svg │ │ ├── chart-histogram.svg │ │ ├── cross.svg │ │ ├── diving-scuba-flag.svg │ │ ├── download.svg │ │ ├── exclamation.svg │ │ ├── fast-forward.svg │ │ ├── flag.svg │ │ ├── home-variant.svg │ │ ├── invoice.svg │ │ ├── lamp.svg │ │ ├── menu-swap.svg │ │ ├── menu.svg │ │ ├── moon-first-quarter.svg │ │ ├── music-rest-whole.svg │ │ ├── nail.svg │ │ ├── play-pause.svg │ │ ├── plus-thick.svg │ │ ├── publish.svg │ │ ├── rewind.svg │ │ ├── roman-numeral-5.svg │ │ ├── segment.svg │ │ ├── shield-half.svg │ │ ├── skip-forward.svg │ │ ├── square-outline.svg │ │ ├── square-wave.svg │ │ ├── tally-mark-2.svg │ │ ├── trending-neutral.svg │ │ ├── window-maximize.svg │ │ ├── alert.svg │ │ ├── arrow-down-bold.svg │ │ ├── arrow-left-bold.svg │ │ ├── border-all-variant.svg │ │ ├── call-made.svg │ │ ├── comma.svg │ │ ├── currency-eth.svg │ │ ├── currency-kzt.svg │ │ ├── delta.svg │ │ ├── details.svg │ │ ├── exclamation-thick.svg │ │ ├── flag-triangle.svg │ │ ├── floor-lamp.svg │ │ ├── information-symbol.svg │ │ ├── loading.svg │ │ ├── moon-full.svg │ │ ├── network-strength-1.svg │ │ ├── network-strength-2.svg │ │ ├── network-strength-3.svg │ │ ├── network-strength-outline.svg │ │ ├── numeric-negative-1.svg │ │ ├── pentagon.svg │ │ ├── poll.svg │ │ ├── rectangle-outline.svg │ │ ├── roman-numeral-1.svg │ │ ├── sigma.svg │ │ ├── skip-backward.svg │ │ ├── skip-previous.svg │ │ ├── sort-variant.svg │ │ ├── square-medium-outline.svg │ │ ├── stairs.svg │ │ ├── text.svg │ │ ├── timer-sand-full.svg │ │ ├── triangle-outline.svg │ │ ├── triforce.svg │ │ ├── upload.svg │ │ ├── view-array.svg │ │ ├── view-column.svg │ │ ├── volume-minus.svg │ │ ├── alpha-k.svg │ │ ├── arrow-down-thin.svg │ │ ├── arrow-right-bold.svg │ │ ├── arrow-right-thin.svg │ │ ├── arrow-up-bold.svg │ │ ├── arrow-up-down-bold.svg │ │ ├── arrow-up-thin.svg │ │ ├── bed-empty.svg │ │ ├── bowl.svg │ │ ├── call-received.svg │ │ ├── chart-bar.svg │ │ ├── circle-half.svg │ │ ├── drag-horizontal-variant.svg │ │ ├── drag-vertical-variant.svg │ │ ├── equalizer.svg │ │ ├── filter-variant.svg │ │ ├── format-size.svg │ │ ├── home-floor-l.svg │ │ ├── keyboard-f1.svg │ │ ├── near-me.svg │ │ ├── pin.svg │ │ ├── signal-hspa.svg │ │ ├── signal.svg │ │ ├── sort-reverse-variant.svg │ │ ├── spear.svg │ │ ├── star-four-points.svg │ │ ├── tally-mark-3.svg │ │ ├── tray.svg │ │ ├── triangle-down-outline.svg │ │ ├── view-carousel.svg │ │ ├── view-compact.svg │ │ ├── view-grid.svg │ │ ├── align-vertical-top.svg │ │ ├── alpha-j.svg │ │ ├── alpha-u.svg │ │ ├── arrow-left-right-bold.svg │ │ ├── arrow-left-thin.svg │ │ ├── blinds-vertical.svg │ │ ├── bookmark.svg │ │ ├── bow-tie.svg │ │ ├── call-missed.svg │ │ ├── check.svg │ │ ├── code-brackets.svg │ │ ├── currency-fra.svg │ │ ├── curtains-closed.svg │ │ ├── deviantart.svg │ │ ├── floor-lamp-torchiere.svg │ │ ├── garage-open.svg │ │ ├── gate-buffer.svg │ │ ├── home-floor-1.svg │ │ ├── navigation.svg │ │ ├── notification-clear-all.svg │ │ ├── octagon.svg │ │ ├── play-outline.svg │ │ ├── plus-minus.svg │ │ ├── pot.svg │ │ ├── reply.svg │ │ ├── road.svg │ │ ├── settings-helper.svg │ │ ├── share.svg │ │ ├── sign-pole.svg │ │ ├── signal-cellular-3.svg │ │ ├── star-half.svg │ │ ├── step-forward-2.svg │ │ ├── summit.svg │ │ ├── swap-vertical.svg │ │ ├── train-car-box.svg │ │ ├── vector-point-minus.svg │ │ ├── view-parallel.svg │ │ ├── view-sequential.svg │ │ ├── volume-equal.svg │ │ ├── wall-sconce.svg │ │ ├── align-horizontal-left.svg │ │ ├── align-horizontal-right.svg │ │ ├── align-vertical-bottom.svg │ │ ├── alpha-d.svg │ │ ├── alpha-m.svg │ │ ├── alpha-w.svg │ │ ├── alpha-x.svg │ │ ├── archive-arrow-up.svg │ │ ├── arrange-bring-forward.svg │ │ ├── arrow-bottom-right.svg │ │ ├── arrow-top-left.svg │ │ ├── arrow-top-right.svg │ │ ├── bulma.svg │ │ ├── checkbook.svg │ │ ├── chevron-up.svg │ │ ├── coffin.svg │ │ ├── current-dc.svg │ │ ├── ellipse.svg │ │ ├── ethernet-cable.svg │ │ ├── flag-minus.svg │ │ ├── flash-alert.svg │ │ ├── format-italic.svg │ │ ├── format-quote-close.svg │ │ ├── format-quote-open.svg │ │ ├── format-text-wrapping-clip.svg │ │ ├── format-vertical-align-top.svg │ │ ├── home-alert.svg │ │ ├── home-roof.svg │ │ ├── keyboard-f4.svg │ │ ├── keyboard-f7.svg │ │ ├── microsoft.svg │ │ ├── navigation-variant.svg │ │ ├── network-strength-4-alert.svg │ │ ├── not-equal.svg │ │ ├── pine-tree-variant.svg │ │ ├── pine-tree.svg │ │ ├── playlist-minus.svg │ │ ├── post.svg │ │ ├── record.svg │ │ ├── repeat.svg │ │ ├── sawtooth-wave.svg │ │ ├── size-m.svg │ │ ├── star-three-points.svg │ │ ├── step-backward-2.svg │ │ ├── swap-horizontal.svg │ │ ├── text-long.svg │ │ ├── view-dashboard.svg │ │ ├── view-headline.svg │ │ ├── view-quilt.svg │ │ ├── view-split-horizontal.svg │ │ ├── view-stream-outline.svg │ │ ├── volume-source.svg │ │ ├── window-shutter-open.svg │ │ ├── alert-outline.svg │ │ ├── alpha-p.svg │ │ ├── arrange-send-backward.svg │ │ ├── arrow-bottom-left.svg │ │ ├── chevron-down.svg │ │ ├── chevron-left.svg │ │ ├── chevron-right.svg │ │ ├── compare-horizontal.svg │ │ ├── compare-vertical.svg │ │ ├── download-multiple.svg │ │ ├── flash-triangle.svg │ │ ├── format-horizontal-align-right.svg │ │ ├── format-strikethrough.svg │ │ ├── format-vertical-align-bottom.svg │ │ ├── format-wrap-top-bottom.svg │ │ ├── garage-open-variant.svg │ │ ├── glass-cocktail.svg │ │ ├── glass-pint-outline.svg │ │ ├── greater-than.svg │ │ ├── information-slab-symbol.svg │ │ ├── keyboard-space.svg │ │ ├── less-than.svg │ │ ├── menu-right-outline.svg │ │ ├── message.svg │ │ ├── numeric-5.svg │ │ ├── numeric-positive-1.svg │ │ ├── playlist-play.svg │ │ ├── relation-many-to-many.svg │ │ ├── reorder-vertical.svg │ │ ├── roman-numeral-10.svg │ │ ├── shield.svg │ │ ├── skip-next-outline.svg │ │ ├── tally-mark-4.svg │ │ ├── terrain.svg │ │ ├── transfer-down.svg │ │ ├── transfer-up.svg │ │ ├── triangle-wave.svg │ │ ├── upload-multiple.svg │ │ ├── volume-plus.svg │ │ ├── window-restore.svg │ │ ├── wrap-disabled.svg │ │ ├── align-horizontal-center.svg │ │ ├── align-horizontal-distribute.svg │ │ ├── align-vertical-center.svg │ │ ├── align-vertical-distribute.svg │ │ ├── alpha-a.svg │ │ ├── apple-keyboard-option.svg │ │ ├── archive-arrow-down.svg │ │ ├── arrow-down.svg │ │ ├── arrow-left.svg │ │ ├── arrow-right-bold-outline.svg │ │ ├── arrow-top-left-thin.svg │ │ ├── arrow-up-bold-outline.svg │ │ ├── arrow-up.svg │ │ ├── axis.svg │ │ ├── bank.svg │ │ ├── bookmark-minus.svg │ │ ├── bookshelf.svg │ │ ├── border-all.svg │ │ ├── cards-diamond-outline.svg │ │ ├── ceiling-light.svg │ │ ├── check-bold.svg │ │ ├── circle-medium.svg │ │ ├── distribute-horizontal-left.svg │ │ ├── distribute-horizontal-right.svg │ │ ├── distribute-vertical-bottom.svg │ │ ├── distribute-vertical-top.svg │ │ ├── facebook-gaming.svg │ │ ├── file-tree.svg │ │ ├── format-float-center.svg │ │ ├── format-horizontal-align-left.svg │ │ ├── format-line-weight.svg │ │ ├── format-pilcrow.svg │ │ ├── home-analytics.svg │ │ ├── home-variant-outline.svg │ │ ├── invoice-text.svg │ │ ├── keyboard-f11.svg │ │ ├── led-off.svg │ │ ├── manjaro.svg │ │ ├── menu-down-outline.svg │ │ ├── menu-left-outline.svg │ │ ├── menu-up-outline.svg │ │ ├── message-reply.svg │ │ ├── mortar-pestle.svg │ │ ├── plus-outline.svg │ │ ├── relation-many-to-one.svg │ │ ├── relation-one-to-many.svg │ │ ├── reorder-horizontal.svg │ │ ├── school.svg │ │ ├── send-check.svg │ │ ├── shoe-heel.svg │ │ ├── shuffle-disabled.svg │ │ ├── sort-ascending.svg │ │ ├── sort-descending.svg │ │ ├── sort.svg │ │ ├── store.svg │ │ ├── surround-sound-7-1.svg │ │ ├── traffic-cone.svg │ │ ├── transfer-left.svg │ │ ├── tray-minus.svg │ │ ├── view-array-outline.svg │ │ ├── view-column-outline.svg │ │ ├── view-compact-outline.svg │ │ ├── water.svg │ │ ├── alpha-g.svg │ │ ├── arrow-bottom-left-thin.svg │ │ ├── arrow-bottom-right-thin.svg │ │ ├── arrow-down-bold-outline.svg │ │ ├── arrow-down-thick.svg │ │ ├── arrow-left-bold-outline.svg │ │ ├── arrow-left-thick.svg │ │ ├── arrow-right.svg │ │ ├── bucket-outline.svg │ │ ├── card.svg │ │ ├── chart-areaspline-variant.svg │ │ ├── chart-line-variant.svg │ │ ├── chess-rook.svg │ │ ├── circle-small.svg │ │ ├── contain-end.svg │ │ ├── contain-start.svg │ │ ├── delete.svg │ │ ├── door.svg │ │ ├── eject-outline.svg │ │ ├── emby.svg │ │ ├── flash-outline.svg │ │ ├── floor-lamp-outline.svg │ │ ├── format-header-equal.svg │ │ ├── format-list-group.svg │ │ ├── format-wrap-inline.svg │ │ ├── garage.svg │ │ ├── home-lightning-bolt.svg │ │ ├── home-minus.svg │ │ ├── image-filter-hdr.svg │ │ ├── invoice-send.svg │ │ ├── keyboard-backspace.svg │ │ ├── keyboard-caps.svg │ │ ├── keyboard-return.svg │ │ ├── location-exit.svg │ │ ├── network-strength-1-alert.svg │ │ ├── network-strength-2-alert.svg │ │ ├── network-strength-3-alert.svg │ │ ├── page-first.svg │ │ ├── page-last.svg │ │ ├── pocket.svg │ │ ├── pot-outline.svg │ │ ├── printer-pos.svg │ │ ├── relation-one-to-one.svg │ │ ├── resistor.svg │ │ ├── roman-numeral-2.svg │ │ ├── roman-numeral-4.svg │ │ ├── roman-numeral-6.svg │ │ ├── send-variant-outline.svg │ │ ├── shape-rectangle-plus.svg │ │ ├── shape-square-plus.svg │ │ ├── size-xl.svg │ │ ├── skip-previous-outline.svg │ │ ├── swap-horizontal-bold.svg │ │ ├── swap-vertical-bold.svg │ │ ├── train-car-box-open.svg │ │ ├── vector-line.svg │ │ ├── vector-point-plus.svg │ │ ├── view-carousel-outline.svg │ │ ├── view-list.svg │ │ ├── view-parallel-outline.svg │ │ ├── view-sequential-outline.svg │ │ ├── vuejs.svg │ │ ├── alphabet-aurebesh.svg │ │ ├── apple-keyboard-shift.svg │ │ ├── arrow-expand-vertical.svg │ │ ├── arrow-right-thick.svg │ │ ├── arrow-top-left-bottom-right.svg │ │ ├── arrow-top-right-bottom-left.svg │ │ ├── arrow-top-right-thin.svg │ │ ├── arrow-up-thick.svg │ │ ├── car-door.svg │ │ ├── chart-timeline.svg │ │ ├── chart-tree.svg │ │ ├── check-underline.svg │ │ ├── circle.svg │ │ ├── crop.svg │ │ ├── currency-cny.svg │ │ ├── diamond-outline.svg │ │ ├── engine.svg │ │ ├── file.svg │ │ ├── fireplace-off.svg │ │ ├── flag-outline.svg │ │ ├── flash-triangle-outline.svg │ │ ├── format-align-left.svg │ │ ├── format-text-variant.svg │ │ ├── fullscreen.svg │ │ ├── home-floor-negative-1.svg │ │ ├── home-lightbulb.svg │ │ ├── home-outline.svg │ │ ├── knife.svg │ │ ├── ladder.svg │ │ ├── lamps.svg │ │ ├── led-variant-on.svg │ │ ├── microsoft-dynamics-365.svg │ │ ├── moon-new.svg │ │ ├── moon-waning-crescent.svg │ │ ├── moon-waning-gibbous.svg │ │ ├── moon-waxing-crescent.svg │ │ ├── moon-waxing-gibbous.svg │ │ ├── music-note-outline.svg │ │ ├── music-note-whole.svg │ │ ├── numeric-2.svg │ │ ├── pan-left.svg │ │ ├── pi.svg │ │ ├── playlist-plus.svg │ │ ├── post-outline.svg │ │ ├── power-plug.svg │ │ ├── sack.svg │ │ ├── serial-port.svg │ │ ├── set-merge.svg │ │ ├── signal-cellular-2.svg │ │ ├── skew-less.svg │ │ ├── skew-more.svg │ │ ├── squeegee.svg │ │ ├── temperature-kelvin.svg │ │ ├── transfer-right.svg │ │ ├── tray-alert.svg │ │ ├── trending-down.svg │ │ ├── trending-up.svg │ │ ├── vanish-quarter.svg │ │ ├── vector-point-select.svg │ │ ├── view-gallery.svg │ │ ├── view-module.svg │ │ ├── view-split-vertical.svg │ │ ├── alpha-o.svg │ │ ├── apple-keyboard-control.svg │ │ ├── archive.svg │ │ ├── arrange-bring-to-front.svg │ │ ├── arrow-expand-horizontal.svg │ │ ├── arrow-projectile.svg │ │ ├── arrow-split-vertical.svg │ │ ├── axe.svg │ │ ├── axis-z-arrow.svg │ │ ├── bookmark-outline.svg │ │ ├── brightness-1.svg │ │ ├── bullet.svg │ │ ├── chart-waterfall.svg │ │ ├── checkbox-blank.svg │ │ ├── crown.svg │ │ ├── distribute-vertical-center.svg │ │ ├── download-outline.svg │ │ ├── folder.svg │ │ ├── format-align-center.svg │ │ ├── format-align-justify.svg │ │ ├── format-align-right.svg │ │ ├── format-float-none.svg │ │ ├── format-list-text.svg │ │ ├── fullscreen-exit.svg │ │ ├── gamepad.svg │ │ ├── garage-variant.svg │ │ ├── gate-and.svg │ │ ├── keyboard-tab-reverse.svg │ │ ├── keyboard-tab.svg │ │ ├── lamp-outline.svg │ │ ├── lightning-bolt-outline.svg │ │ ├── magazine-rifle.svg │ │ ├── message-minus.svg │ │ ├── microsoft-bing.svg │ │ ├── music-accidental-natural.svg │ │ ├── note.svg │ │ ├── pan-down.svg │ │ ├── pan-right.svg │ │ ├── pan-up.svg │ │ ├── pipe.svg │ │ ├── polo.svg │ │ ├── polymer.svg │ │ ├── relation-one-or-many-to-many.svg │ │ ├── set-split.svg │ │ ├── share-all.svg │ │ ├── signal-hspa-plus.svg │ │ ├── subdirectory-arrow-left.svg │ │ ├── subdirectory-arrow-right.svg │ │ ├── thermometer-high.svg │ │ ├── thermometer.svg │ │ ├── tooltip.svg │ │ ├── train-car-box-full.svg │ │ ├── tray-plus.svg │ │ ├── upload-outline.svg │ │ ├── valve-closed.svg │ │ ├── view-dashboard-variant.svg │ │ ├── view-grid-plus.svg │ │ ├── volume-medium.svg │ │ ├── window-closed-variant.svg │ │ ├── alpha-q.svg │ │ ├── alpha-s.svg │ │ ├── arrow-bottom-left-thick.svg │ │ ├── arrow-bottom-right-thick.svg │ │ ├── arrow-expand-down.svg │ │ ├── arrow-expand-left.svg │ │ ├── arrow-expand-up.svg │ │ ├── arrow-split-horizontal.svg │ │ ├── arrow-top-left-thick.svg │ │ ├── arrow-top-right-thick.svg │ │ ├── backburger.svg │ │ ├── book.svg │ │ ├── bookmark-plus.svg │ │ ├── bottle-tonic.svg │ │ ├── bowl-mix.svg │ │ ├── call-merge.svg │ │ ├── chart-gantt.svg │ │ ├── clock-time-six.svg │ │ ├── clock-time-twelve.svg │ │ ├── console-line.svg │ │ ├── contain.svg │ │ ├── credit-card.svg │ │ ├── crop-square.svg │ │ ├── cross-outline.svg │ │ ├── cup.svg │ │ ├── currency-twd.svg │ │ ├── curtains.svg │ │ ├── distribute-horizontal-center.svg │ │ ├── dock-bottom.svg │ │ ├── dock-left.svg │ │ ├── dock-right.svg │ │ ├── dog-side.svg │ │ ├── file-outline.svg │ │ ├── floor-lamp-torchiere-outline.svg │ │ ├── floor-plan.svg │ │ ├── format-color-text.svg │ │ ├── format-header-1.svg │ │ ├── format-horizontal-align-center.svg │ │ ├── format-text-wrapping-overflow.svg │ │ ├── format-vertical-align-center.svg │ │ ├── forwardburger.svg │ │ ├── greater-than-or-equal.svg │ │ ├── home-plus.svg │ │ ├── identifier.svg │ │ ├── invoice-multiple.svg │ │ ├── less-than-or-equal.svg │ │ ├── music-note.svg │ │ ├── network-strength-off.svg │ │ ├── numeric-0.svg │ │ ├── pandora.svg │ │ ├── pentagon-outline.svg │ │ ├── play-box.svg │ │ ├── plus-minus-variant.svg │ │ ├── polaroid.svg │ │ ├── radio-fm.svg │ │ ├── ray-start.svg │ │ ├── relation-many-to-one-or-many.svg │ │ ├── relation-one-or-many-to-one.svg │ │ └── relation-one-to-one-or-many.svg │ ├── simple │ │ ├── kotlin.svg │ │ ├── kedro.svg │ │ ├── netapp.svg │ │ ├── vercel.svg │ │ ├── cratedb.svg │ │ ├── framer.svg │ │ ├── suckless.svg │ │ ├── bandcamp.svg │ │ ├── delicious.svg │ │ ├── istio.svg │ │ ├── radar.svg │ │ ├── saltproject.svg │ │ ├── codesandbox.svg │ │ ├── lospec.svg │ │ ├── telegraph.svg │ │ ├── lucid.svg │ │ ├── tvtime.svg │ │ ├── bulma.svg │ │ ├── houzz.svg │ │ ├── namemc.svg │ │ ├── orange.svg │ │ ├── purism.svg │ │ ├── awesomewm.svg │ │ ├── flipboard.svg │ │ ├── monster.svg │ │ ├── unsplash.svg │ │ ├── verizon.svg │ │ ├── accenture.svg │ │ ├── dwm.svg │ │ ├── mitsubishi.svg │ │ ├── naver.svg │ │ ├── peertube.svg │ │ ├── printables.svg │ │ ├── teratail.svg │ │ ├── vitess.svg │ │ ├── apmterminals.svg │ │ ├── boat.svg │ │ ├── facebookgaming.svg │ │ ├── feathub.svg │ │ ├── pagekit.svg │ │ ├── prefect.svg │ │ ├── stackblitz.svg │ │ ├── stockx.svg │ │ ├── virustotal.svg │ │ ├── platformdotsh.svg │ │ ├── squareenix.svg │ │ ├── futurelearn.svg │ │ ├── icons8.svg │ │ ├── kibana.svg │ │ ├── linuxfoundation.svg │ │ ├── manjaro.svg │ │ ├── sailsdotjs.svg │ │ └── zotero.svg │ └── octicons │ │ ├── dot-fill-16.svg │ │ ├── dot-fill-24.svg │ │ ├── no-entry-fill-12.svg │ │ ├── dash-16.svg │ │ ├── dot-16.svg │ │ ├── dot-24.svg │ │ ├── circle-16.svg │ │ └── dash-24.svg │ └── hooks │ └── __pycache__ │ ├── shortcodes.cpython-312.pyc │ └── translations.cpython-312.pyc ├── tests └── Gistr Demo │ └── .obsidian │ ├── app.json │ ├── plugins │ ├── obsidian-minimal-settings │ │ └── styles.css │ └── obsidian42-brat │ │ └── styles.css │ ├── appearance.json │ └── community-plugins.json ├── assets └── gh.png └── src ├── backend └── index.ts ├── api ├── Assets.ts └── Frontmatter.ts ├── settings └── sections │ └── index.ts ├── shim-png.d.ts └── utils └── index.ts /docs/docs/about/backers.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/docs/plugins/index.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/docs/blog/index.md: -------------------------------------------------------------------------------- 1 | # Blog 2 | -------------------------------------------------------------------------------- /docs/run-mkdocs.bat: -------------------------------------------------------------------------------- 1 | start cmd /k "mkdocs serve --clean" -------------------------------------------------------------------------------- /docs/.gitattributes: -------------------------------------------------------------------------------- 1 | # Enforce Unix newlines 2 | * text=auto eol=lf 3 | -------------------------------------------------------------------------------- /docs/docs/blog/.meta.yml: -------------------------------------------------------------------------------- 1 | comments: true 2 | hide: 3 | - feedback 4 | -------------------------------------------------------------------------------- /tests/Gistr Demo/.obsidian/app.json: -------------------------------------------------------------------------------- 1 | { 2 | "propertiesInDocument": "source" 3 | } -------------------------------------------------------------------------------- /tests/Gistr Demo/.obsidian/plugins/obsidian-minimal-settings/styles.css: -------------------------------------------------------------------------------- 1 | /* Empty */ -------------------------------------------------------------------------------- /assets/gh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aetherinox/obsidian-gistr/HEAD/assets/gh.png -------------------------------------------------------------------------------- /src/backend/index.ts: -------------------------------------------------------------------------------- 1 | export { ItemJSON, BackendCore } from 'src/backend/Backend' 2 | -------------------------------------------------------------------------------- /src/api/Assets.ts: -------------------------------------------------------------------------------- 1 | import AssetGithubIcon from '../../assets/gh.png' 2 | export { AssetGithubIcon } 3 | -------------------------------------------------------------------------------- /src/settings/sections/index.ts: -------------------------------------------------------------------------------- 1 | export { SettingsSection } from 'src/settings/sections/SettingsSection' 2 | -------------------------------------------------------------------------------- /docs/docs/about/tags.md: -------------------------------------------------------------------------------- 1 | # Tags 2 | 3 | Following is a list of relevant tags: 4 | 5 | 6 | -------------------------------------------------------------------------------- /docs/docs/assets/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aetherinox/obsidian-gistr/HEAD/docs/docs/assets/favicon.png -------------------------------------------------------------------------------- /tests/Gistr Demo/.obsidian/appearance.json: -------------------------------------------------------------------------------- 1 | { 2 | "accentColor": "", 3 | "cssTheme": "Minimal", 4 | "baseFontSize": 14 5 | } -------------------------------------------------------------------------------- /docs/docs/assets/images/illustration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aetherinox/obsidian-gistr/HEAD/docs/docs/assets/images/illustration.png -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/solid.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/stop.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/triangle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/Gistr Demo/.obsidian/plugins/obsidian42-brat/styles.css: -------------------------------------------------------------------------------- 1 | .brat-modal .modal-button-container { 2 | margin-top: 5px !important; 3 | } 4 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/menu-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/menu-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/menu-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/minus-thick.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/minus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/play.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/power-on.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/rectangle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/size-l.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/triangle-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/simple/kotlin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/alpha-l.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/alpha-t.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/color-helper.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/flash.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/menu-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/network-strength-4.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/numeric-1.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/square-medium.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/square-small.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/tally-mark-1.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/triangle-small-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/triangle-small-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/window-minimize.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/simple/kedro.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/alpha-f.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/cards-diamond.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/diamond.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/equal.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/forward.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/numeric-4.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/numeric-7.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/pause.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/send-variant.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/send.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/step-forward.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/tie.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/volume-low.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/simple/netapp.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/simple/vercel.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/alpha-h.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/alpha-i.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/alpha-n.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/alpha-v.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/alpha-y.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/alpha-z.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/bench.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/bucket.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/eject.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/format-title.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/glass-stange.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/home.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/hospital.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/language-kotlin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/lightning-bolt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/math-norm.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/moon-last-quarter.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/music-rest-half.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/skip-next.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/slash-forward.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/step-backward.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/text-short.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/vector-point.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/view-stream.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/simple/cratedb.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/simple/framer.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/simple/suckless.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/alpha-e.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/angle-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/chart-histogram.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/cross.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/diving-scuba-flag.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/download.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/exclamation.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/fast-forward.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/flag.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/home-variant.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/invoice.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/lamp.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/menu-swap.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/menu.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/moon-first-quarter.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/music-rest-whole.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/nail.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/play-pause.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/plus-thick.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/publish.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/rewind.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/roman-numeral-5.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/segment.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/shield-half.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/skip-forward.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/square-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/square-wave.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/tally-mark-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/trending-neutral.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/window-maximize.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/octicons/dot-fill-16.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/simple/bandcamp.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/simple/delicious.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/simple/istio.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/simple/radar.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/simple/saltproject.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/shim-png.d.ts: -------------------------------------------------------------------------------- 1 | /* 2 | Allow use of PNGs 3 | */ 4 | 5 | declare module '*.png' 6 | { 7 | const data: string 8 | export default data 9 | } 10 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/alert.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/arrow-down-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/arrow-left-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/border-all-variant.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/call-made.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/comma.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/currency-eth.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/currency-kzt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/delta.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/details.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/exclamation-thick.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/flag-triangle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/floor-lamp.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/information-symbol.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/loading.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/moon-full.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/network-strength-1.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/network-strength-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/network-strength-3.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/network-strength-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/numeric-negative-1.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/pentagon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/poll.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/rectangle-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/roman-numeral-1.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/sigma.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/skip-backward.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/skip-previous.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/sort-variant.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/square-medium-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/stairs.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/text.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/timer-sand-full.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/triangle-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/triforce.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/upload.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/view-array.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/view-column.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/volume-minus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/octicons/dot-fill-24.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/simple/codesandbox.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/simple/lospec.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/simple/telegraph.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/utils/index.ts: -------------------------------------------------------------------------------- 1 | export { ColorPicker, GetColor } from './colorpicker' 2 | export { GetButtonIcon, GetIconSize, RemoveLeafButtonsAll, RemoveElements } from './Icons' 3 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/alpha-k.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/arrow-down-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/arrow-right-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/arrow-right-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/arrow-up-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/arrow-up-down-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/arrow-up-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/bed-empty.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/bowl.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/call-received.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/chart-bar.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/circle-half.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/drag-horizontal-variant.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/drag-vertical-variant.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/equalizer.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/filter-variant.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/format-size.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/home-floor-l.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/keyboard-f1.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/near-me.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/pin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/signal-hspa.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/signal.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/sort-reverse-variant.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/spear.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/star-four-points.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/tally-mark-3.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/tray.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/triangle-down-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/view-carousel.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/view-compact.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/view-grid.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/simple/lucid.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/simple/tvtime.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/align-vertical-top.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/alpha-j.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/alpha-u.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/arrow-left-right-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/arrow-left-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/blinds-vertical.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/bookmark.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/bow-tie.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/call-missed.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/check.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/code-brackets.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/currency-fra.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/curtains-closed.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/deviantart.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/floor-lamp-torchiere.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/garage-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/gate-buffer.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/home-floor-1.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/navigation.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/notification-clear-all.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/octagon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/play-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/plus-minus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/pot.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/reply.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/road.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/settings-helper.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/share.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/sign-pole.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/signal-cellular-3.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/star-half.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/step-forward-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/summit.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/swap-vertical.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/train-car-box.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/vector-point-minus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/view-parallel.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/view-sequential.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/volume-equal.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/wall-sconce.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/octicons/no-entry-fill-12.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/simple/bulma.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/simple/houzz.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/simple/namemc.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/simple/orange.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/simple/purism.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/align-horizontal-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/align-horizontal-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/align-vertical-bottom.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/alpha-d.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/alpha-m.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/alpha-w.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/alpha-x.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/archive-arrow-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/arrange-bring-forward.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/arrow-bottom-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/arrow-top-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/arrow-top-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/bulma.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/checkbook.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/chevron-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/coffin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/current-dc.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/ellipse.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/ethernet-cable.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/flag-minus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/flash-alert.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/format-italic.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/format-quote-close.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/format-quote-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/format-text-wrapping-clip.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/format-vertical-align-top.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/home-alert.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/home-roof.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/keyboard-f4.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/keyboard-f7.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/microsoft.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/navigation-variant.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/network-strength-4-alert.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/not-equal.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/pine-tree-variant.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/pine-tree.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/playlist-minus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/post.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/record.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/repeat.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/sawtooth-wave.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/size-m.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/star-three-points.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/step-backward-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/swap-horizontal.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/text-long.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/view-dashboard.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/view-headline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/view-quilt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/view-split-horizontal.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/view-stream-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/volume-source.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/window-shutter-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/simple/awesomewm.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/simple/flipboard.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/simple/monster.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/simple/unsplash.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/simple/verizon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/alert-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/alpha-p.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/arrange-send-backward.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/arrow-bottom-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/chevron-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/chevron-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/chevron-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/compare-horizontal.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/compare-vertical.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/download-multiple.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/flash-triangle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/format-horizontal-align-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/format-strikethrough.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/format-vertical-align-bottom.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/format-wrap-top-bottom.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/garage-open-variant.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/glass-cocktail.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/glass-pint-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/greater-than.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/information-slab-symbol.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/keyboard-space.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/less-than.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/menu-right-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/message.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/numeric-5.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/numeric-positive-1.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/playlist-play.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/relation-many-to-many.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/reorder-vertical.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/roman-numeral-10.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/shield.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/skip-next-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/tally-mark-4.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/terrain.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/transfer-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/transfer-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/triangle-wave.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/upload-multiple.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/volume-plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/window-restore.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/wrap-disabled.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/simple/accenture.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/Gistr Demo/.obsidian/community-plugins.json: -------------------------------------------------------------------------------- 1 | [ 2 | "obsidian42-brat", 3 | "obsidian-style-settings", 4 | "obsidian-minimal-settings", 5 | "obsidian-link-embed", 6 | "gistr" 7 | ] -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/align-horizontal-center.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/align-horizontal-distribute.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/align-vertical-center.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/align-vertical-distribute.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/alpha-a.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/apple-keyboard-option.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/archive-arrow-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/arrow-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/arrow-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/arrow-right-bold-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/arrow-top-left-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/arrow-up-bold-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/arrow-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/axis.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/bank.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/bookmark-minus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/bookshelf.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/border-all.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/cards-diamond-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/ceiling-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/check-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/circle-medium.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/distribute-horizontal-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/distribute-horizontal-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/distribute-vertical-bottom.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/distribute-vertical-top.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/facebook-gaming.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/file-tree.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/format-float-center.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/format-horizontal-align-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/format-line-weight.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/format-pilcrow.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/home-analytics.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/home-variant-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/invoice-text.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/keyboard-f11.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/led-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/manjaro.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/menu-down-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/menu-left-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/menu-up-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/message-reply.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/mortar-pestle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/plus-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/relation-many-to-one.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/relation-one-to-many.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/reorder-horizontal.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/school.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/send-check.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/shoe-heel.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/shuffle-disabled.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/sort-ascending.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/sort-descending.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/sort.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/store.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/surround-sound-7-1.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/traffic-cone.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/transfer-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/tray-minus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/view-array-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/view-column-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/view-compact-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/water.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/simple/dwm.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/simple/mitsubishi.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/simple/naver.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/simple/peertube.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/simple/printables.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/simple/teratail.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/simple/vitess.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/hooks/__pycache__/shortcodes.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aetherinox/obsidian-gistr/HEAD/docs/material/overrides/hooks/__pycache__/shortcodes.cpython-312.pyc -------------------------------------------------------------------------------- /docs/docs/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | template: home.html 3 | title: Gistr 4 | social: 5 | cards_layout_options: 6 | title: Obsidian.md Plugin 7 | --- 8 | 9 | Welcome to the Gistr documentation 10 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/alpha-g.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/arrow-bottom-left-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/arrow-bottom-right-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/arrow-down-bold-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/arrow-down-thick.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/arrow-left-bold-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/arrow-left-thick.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/arrow-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/bucket-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/card.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/chart-areaspline-variant.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/chart-line-variant.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/chess-rook.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/circle-small.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/contain-end.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/contain-start.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/delete.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/door.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/eject-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/emby.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/flash-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/floor-lamp-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/format-header-equal.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/format-list-group.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/format-wrap-inline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/garage.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/home-lightning-bolt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/home-minus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/image-filter-hdr.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/invoice-send.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/keyboard-backspace.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/keyboard-caps.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/keyboard-return.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/location-exit.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/network-strength-1-alert.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/network-strength-2-alert.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/network-strength-3-alert.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/page-first.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/page-last.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/pocket.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/pot-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/printer-pos.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/relation-one-to-one.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/resistor.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/roman-numeral-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/roman-numeral-4.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/roman-numeral-6.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/send-variant-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/shape-rectangle-plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/shape-square-plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/size-xl.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/skip-previous-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/swap-horizontal-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/swap-vertical-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/train-car-box-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/vector-line.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/vector-point-plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/view-carousel-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/view-list.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/view-parallel-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/view-sequential-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/vuejs.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/octicons/dash-16.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/simple/apmterminals.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/simple/boat.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/simple/facebookgaming.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/simple/feathub.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/simple/pagekit.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/simple/prefect.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/simple/stackblitz.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/simple/stockx.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/simple/virustotal.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/hooks/__pycache__/translations.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aetherinox/obsidian-gistr/HEAD/docs/material/overrides/hooks/__pycache__/translations.cpython-312.pyc -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/alphabet-aurebesh.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/apple-keyboard-shift.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/arrow-expand-vertical.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/arrow-right-thick.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/arrow-top-left-bottom-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/arrow-top-right-bottom-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/arrow-top-right-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/arrow-up-thick.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/car-door.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/chart-timeline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/chart-tree.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/check-underline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/crop.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/currency-cny.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/diamond-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/engine.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/file.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/fireplace-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/flag-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/flash-triangle-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/format-align-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/format-text-variant.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/fullscreen.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/home-floor-negative-1.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/home-lightbulb.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/home-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/knife.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/ladder.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/lamps.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/led-variant-on.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/microsoft-dynamics-365.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/moon-new.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/moon-waning-crescent.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/moon-waning-gibbous.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/moon-waxing-crescent.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/moon-waxing-gibbous.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/music-note-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/music-note-whole.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/numeric-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/pan-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/pi.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/playlist-plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/post-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/power-plug.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/sack.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/serial-port.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/set-merge.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/signal-cellular-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/skew-less.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/skew-more.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/squeegee.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/temperature-kelvin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/transfer-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/tray-alert.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/trending-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/trending-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/vanish-quarter.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/vector-point-select.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/view-gallery.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/view-module.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/view-split-vertical.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/octicons/dot-16.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/octicons/dot-24.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/simple/platformdotsh.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/simple/squareenix.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/alpha-o.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/apple-keyboard-control.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/archive.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/arrange-bring-to-front.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/arrow-expand-horizontal.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/arrow-projectile.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/arrow-split-vertical.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/axe.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/axis-z-arrow.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/bookmark-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/brightness-1.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/bullet.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/chart-waterfall.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/checkbox-blank.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/crown.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/distribute-vertical-center.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/download-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/folder.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/format-align-center.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/format-align-justify.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/format-align-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/format-float-none.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/format-list-text.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/fullscreen-exit.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/gamepad.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/garage-variant.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/gate-and.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/keyboard-tab-reverse.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/keyboard-tab.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/lamp-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/lightning-bolt-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/magazine-rifle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/message-minus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/microsoft-bing.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/music-accidental-natural.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/note.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/pan-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/pan-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/pan-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/pipe.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/polo.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/polymer.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/relation-one-or-many-to-many.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/set-split.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/share-all.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/signal-hspa-plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/subdirectory-arrow-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/subdirectory-arrow-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/thermometer-high.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/thermometer.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/tooltip.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/train-car-box-full.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/tray-plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/upload-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/valve-closed.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/view-dashboard-variant.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/view-grid-plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/volume-medium.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/window-closed-variant.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/octicons/circle-16.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/octicons/dash-24.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/simple/futurelearn.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/simple/icons8.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/simple/kibana.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/simple/linuxfoundation.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/simple/manjaro.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/simple/sailsdotjs.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/simple/zotero.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/api/Frontmatter.ts: -------------------------------------------------------------------------------- 1 | import frontmatter from 'front-matter' 2 | 3 | /* 4 | Clean Frontmatter 5 | */ 6 | 7 | export const FrontmatterPrepare = ( body: string ): string => frontmatter( body ).body 8 | -------------------------------------------------------------------------------- /docs/docs/blog/.authors.yml: -------------------------------------------------------------------------------- 1 | authors: 2 | Aetherinox: 3 | name: Aetherinox 4 | description: Developer 5 | avatar: https://avatars.githubusercontent.com/u/118329232 6 | url: https://github.com/squidfunk -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/alpha-q.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/alpha-s.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/arrow-bottom-left-thick.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/arrow-bottom-right-thick.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/arrow-expand-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/arrow-expand-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/arrow-expand-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/arrow-split-horizontal.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/arrow-top-left-thick.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/arrow-top-right-thick.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/backburger.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/book.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/bookmark-plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/bottle-tonic.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/bowl-mix.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/call-merge.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/chart-gantt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/clock-time-six.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/clock-time-twelve.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/console-line.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/contain.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/credit-card.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/crop-square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/cross-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/cup.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/currency-twd.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/curtains.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/distribute-horizontal-center.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/dock-bottom.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/dock-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/dock-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/dog-side.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/file-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/floor-lamp-torchiere-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/floor-plan.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/format-color-text.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/format-header-1.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/format-horizontal-align-center.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/format-text-wrapping-overflow.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/format-vertical-align-center.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/forwardburger.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/greater-than-or-equal.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/home-plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/identifier.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/invoice-multiple.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/less-than-or-equal.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/music-note.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/network-strength-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/numeric-0.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/pandora.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/pentagon-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/play-box.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/plus-minus-variant.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/polaroid.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/radio-fm.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/ray-start.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/relation-many-to-one-or-many.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/relation-one-or-many-to-one.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/material/overrides/.icons/material/relation-one-to-one-or-many.svg: -------------------------------------------------------------------------------- 1 | --------------------------------------------------------------------------------