Commit Graph

18 Commits

Author SHA1 Message Date
6ee8086b51 misc fixes (see desc)
themes: remove mono text hue rotate
word-counter/outliner: update properly on focus
collapsible headers: dont error if addedNodes is text node
theming: style quick search, force help button opaque
2021-11-08 22:20:30 +11:00
ImgBotApp
9c4f24d4fa [ImgBot] Optimize images
*Total -- 2,184.53kb -> 1,463.27kb (33.02%)

/code-line-numbers/code-line-numbers.png -- 19.24kb -> 5.80kb (69.86%)
/indentation-lines/indentation-lines.jpg -- 11.01kb -> 3.50kb (68.19%)
/outliner/outliner.png -- 56.84kb -> 23.91kb (57.93%)
/quick-note/quick-note.png -- 6.14kb -> 3.16kb (48.47%)
/scroll-to-top/scroll-to-top.png -- 7.39kb -> 4.23kb (42.81%)
/word-counter/word-counter.jpg -- 96.53kb -> 58.77kb (39.12%)
/nord/nord.png -- 128.75kb -> 80.83kb (37.22%)
/pinky-boom/pinky-boom.png -- 127.48kb -> 80.19kb (37.1%)
/gruvbox-light/gruvbox-light.png -- 128.38kb -> 80.83kb (37.04%)
/light+/light+.png -- 128.08kb -> 80.97kb (36.78%)
/dracula/dracula.png -- 130.01kb -> 82.51kb (36.54%)
/playful-purple/playful-purple.png -- 129.07kb -> 82.17kb (36.34%)
/cherry-cola/cherry-cola.png -- 128.49kb -> 82.03kb (36.16%)
/material-ocean/material-ocean.png -- 129.12kb -> 82.61kb (36.02%)
/gruvbox-dark/gruvbox-dark.png -- 128.07kb -> 82.22kb (35.8%)
/neutral/neutral.png -- 122.60kb -> 79.65kb (35.03%)
/pastel-dark/pastel-dark.png -- 125.10kb -> 81.53kb (34.83%)
/dark+/dark+.png -- 125.41kb -> 81.94kb (34.66%)
/right-to-left/right-to-left.jpg -- 19.99kb -> 13.47kb (32.61%)
/calendar-scroll/calendar-scroll.png -- 19.31kb -> 14.18kb (26.58%)
/topbar-icons/topbar-icons.jpg -- 2.19kb -> 1.70kb (22.42%)
/weekly-view/weekly-view.jpg -- 24.93kb -> 19.67kb (21.11%)
/simpler-databases/simpler-databases.jpg -- 36.85kb -> 30.15kb (18.2%)
/collapsible-headers/collapsible-headers.gif -- 145.67kb -> 122.05kb (16.21%)
/truncated-titles/truncated-titles.jpg -- 12.41kb -> 10.88kb (12.34%)
/icon-sets/icon-sets.jpg -- 36.42kb -> 31.95kb (12.28%)
/emoji-sets/emoji-sets.jpg -- 79.34kb -> 70.98kb (10.53%)
/collapsible-properties/collapsible-properties.jpg -- 70.71kb -> 63.32kb (10.45%)
/global-block-links/global-block-links.jpg -- 9.01kb -> 8.09kb (10.21%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2021-11-01 12:22:26 +00:00
f5f81547bf extension + integration screenshots 2021-11-01 22:58:09 +11:00
047b4cce7d extension: simpler databases 2021-10-23 23:11:52 +11:00
38484b7e42 extension: collapsible headers 2021-10-21 23:27:58 +11:00
8a1eb811a6 extension: right-to-left 2021-10-19 21:26:05 +11:00
382451156c extension: outliner 2021-10-19 16:40:50 +11:00
d4b344900f upload progress of ported mods from extension repo 2021-10-03 19:47:11 +11:00
CloudHill
80d1694977 outliner optimizations, making use of fragments 2020-12-11 16:59:15 +07:00
CloudHill
bb9a0e197d outliner: refactor to increase performance
reduced the number of times the outliner has to refresh
in response to issue #333
2020-12-09 01:34:59 +07:00
CloudHill
134fd074c2 outliner fix inline page links not rendering right 2020-12-07 16:52:14 +07:00
CloudHill
88bbff62fe outliner now follows the headers' inline styling 2020-12-07 16:26:40 +07:00
CloudHill
ba8a044e4f pass store() into panel mods' js file in the same way as other extensions 2020-12-04 14:19:20 +07:00
CloudHill
894f2578df fix outliner lines not scrolling with the container 2020-12-04 10:54:26 +07:00
CloudHill
7d61ca130b prevent the outliner's styles from being overriden 2020-12-03 22:17:51 +07:00
CloudHill
c410b14c19 minor style changes to code-line-numbers, outliner, side-panel 2020-12-03 16:31:24 +07:00
CloudHill
03139a5e7c outliner: add option to show indentation lines 2020-12-02 22:10:05 +07:00
Ryo Hilmawan
c08f7cdb86 New extensions: side panel and outliner (#284)
* upload side panel core

* upload outliner extension

* add onLoad, onSwitch, and onResize functions to panel extensions

* Update panel.js

* Add onLock and onUnlock functions to panel extensions

* Reordered side panel content loading

* change panel switcher font color

* fix loading last opened panel

* use svg icon files instead of defining them inline

* outliner: add full height option
2020-12-02 23:05:33 +11:00