Commit Graph

52 Commits

Author SHA1 Message Date
dae9700b0b
chore: add directoryMode flag to enhanceApp for notion-repackaged 2024-11-19 21:48:56 +11:00
7dde3b8b3c
chore: notion v4.0.0 compat
use https://www.notion.so/api/__notion-enhancer for internal asset proxy
2024-11-15 14:41:02 +11:00
7fe9bb2543
fix: remove csp headers in notion desktop 2024-06-05 21:00:53 +10:00
df63bef8bc
style(tweaks): default img alignment, responsive columns, disable sidebar resizing 2024-05-30 15:45:06 +10:00
43c3b1bbca
style(tweaks): update typography + page tweaks, add compact code blocks 2024-05-30 00:07:22 +10:00
47cfece013
feat: update focus (focus-mode) extension 2024-04-28 00:01:12 +10:00
26cbdf7e2e
feat: update fonts extension, add option for math font
remove font vars from theme css, fonts can now only be controlled via font chooser
2024-04-25 23:59:56 +10:00
8ea6ef30ff
chore: update lucide to v0.372.0, unocss to v0.59.4, coloris to v0.24.0 2024-04-23 13:45:59 +10:00
a4b1e6e5f2
feat(cli): repack enhanced sources into app.asar 2024-04-21 15:45:29 +10:00
44c480062b
chore: update to support notion 2.3.1 (regex-based replacement for updated webpack bundles)
removed use strict from mjs files, where strict mode is assumed/enforced regardless
2024-02-24 20:57:22 +11:00
ef09280f61
chore: ensure api is loaded before mod scripts execute 2024-02-19 23:08:09 +11:00
f0e2570448
chore: switch to unocss for styling
faster + more powerful + better documented + more active than twind. sticking with custom preset-icons to avoid fetching over cdn + to load custom icons
2024-02-16 18:16:58 +11:00
ff1e5f7550
chore: update lucide 2024-01-30 22:37:30 +11:00
346b61eff4
feat(titlebar): make frameless window draggable (w/out extra dragarea) 2024-01-23 23:14:08 +11:00
77322fc8ad
feat: implement frameless windows, fix: smooth out menu transitions 2024-01-23 14:30:47 +11:00
bbb60ae76f
feat: toggle window hotkey, reorderable tabs, dev mode
(merged tray & tabs extensions into the core now that the official notion app includes tray & tabs implementations
2024-01-21 00:24:38 +11:00
a2efca4ca6
feat(panel): peek panel on hover near edge of screen
- regular toggle animation now slightly messed up
- todo make this configurable
2024-01-16 23:47:30 +11:00
a88c45cc80
chore: update to support notion 2.2.4 (bundled webpack build) 2023-10-29 20:16:56 +11:00
8745dc9313
feat(panel): render icons in switcher 2023-08-09 23:59:18 +10:00
e762e68f7f
chore: don't patch forge.config.js (may be useful for notion-repackaged?) 2023-08-04 13:11:32 +10:00
a88c74d1c3
chore: update deps 2023-07-31 23:08:14 +10:00
a65fb79878
fix: disable guardAgainstIFrameRequests to enable menu embed 2023-07-31 23:05:02 +10:00
bf07257ae8
wip: migrate db ops to use ipc (nodeintegration is disabled in latest app) 2023-05-07 22:37:56 +10:00
8e809d4233
fix(theme): stop bg-hover selector targeting checkboxes 2023-03-19 21:27:20 +11:00
2ac684056a
style(menu): round sidebar buttons, update heading styles 2023-03-19 19:50:16 +11:00
809b59ebb1
chore: update onboarding disclaimer, unify telemetry handling, detect firefox vs chromium 2023-02-04 13:10:12 +11:00
5640b12139
chore: update vendored deps 2023-01-31 22:17:46 +11:00
f999969c13
chore!: store config in electron-defined userData folder instead of home folder
- cli can no longer detect where config will be, so config-related cli prompts have been removed
- should avoid file conflicts and enable portable builds
- users can export their data in the more readable .json format from the profiles section of the menu and no longer require direct access to the config file
2023-01-29 16:07:26 +11:00
72332acc58
feat(menu): profile deletion via confirmation popup 2023-01-19 22:34:41 +11:00
8fe05b2888
feat(menu): text, number, hotkey & color input types
- replaced jscolor with coloris
2023-01-12 15:24:01 +11:00
881f69c47d
feat(menu): clone notion ui for core settings, add toggles
- reduce size of icons in sidebar
- keyboard focus outline
- improved distinguishing of attrs vs props
- register twind variants from preset-ext
2023-01-11 21:59:57 +11:00
8c935ffb5d
fix(theme): consistent primary vs secondary bgs, mode-agnostic tooltip styling 2023-01-09 22:12:17 +11:00
523e1f0bb4
refactor(theme): pass style overrides and css variables through generator 2023-01-09 13:35:35 +11:00
b442e40446
feat: trigger menu from browser extension icon 2022-12-30 16:38:30 +11:00
c37877c6da
feat: load api/styles into menu, chore: separate mod types into folders 2022-12-30 15:19:47 +11:00
53362a4cee
feat: --theme--bg-overlay variable, style menu modal w/ variables 2022-12-28 00:41:24 +11:00
c1480c3840
fix: remove extra box-shadow from inline tables 2022-12-24 00:09:34 +11:00
2719751e2b
feat: theme css ~full coverage
- fonts
- interface bgs/borders
- dim bg variants for callouts and board groups
- manually-overriding code bg/fg
- datepicker
2022-12-23 23:57:25 +11:00
ee69d44796
feat: script generation of theme css
- foregrounds
- coloured backgrounds
- accents
- scrollbar
- inline code & code blocks

still todo:
- fonts
- base backgrounds
- borders and outlines
- tooltips
- cards
- buttons
- etc.
2022-12-23 00:26:40 +11:00
29c4fff909
feat: index/gen prism theming variables 2022-12-22 00:35:32 +11:00
5fb4405614
feat: create modal for menu to open within
- replace preact with direct htmlelement creation
2022-12-20 23:45:26 +11:00
40b150722e
feat: render lucide icons via twind 2022-12-20 02:14:31 +11:00
c7b384bc89
chore: add htm/preact to deps 2022-12-16 18:24:56 +11:00
a81a4dda6f
refactor: platform-agnostic modloading 2022-12-15 01:04:56 +11:00
d304f698a8
refactor: simplifications
- remove registry validation
- separate core from mods
- use __enhancerApi global for consistent api access
- use key-based namespacing instead of nested objects
2022-12-14 23:15:32 +11:00
44702af188
feat(desktop): use sqlite3 db
should fix the occasional db resets on concurrent read/write ops experienced with the json db
2022-12-13 13:34:24 +11:00
73e3c7c3a9
chore: update deps, add vendor script 2022-12-08 15:48:47 +11:00
dc0916ddda
chore: move extension manifest to src/, add build script 2022-12-07 19:56:31 +11:00
b1087a6187
feat(cli): port across apply & remove to updated cli 2022-12-07 19:04:21 +11:00
979616e032
feat(cli): safer patch process to avoid repeat-patching 2022-12-06 23:23:43 +11:00