0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-05-07 18:48:39 +00:00
Commit Graph

9299 Commits

Author SHA1 Message Date
Víctor Losada Hernández e0ee22a8df add important 2026-04-22 00:49:42 +02:00
Víctor Losada Hernández 649f606a0e lets try this 2026-04-22 00:46:12 +02:00
Víctor Losada Hernández a46c776398 proper selection highlight 2026-04-22 00:38:57 +02:00
Víctor Losada Hernández 7d19c4bcd7 fix cm error 2026-04-22 00:03:29 +02:00
Víctor Losada Hernández f59d8f9b05 add back things we had 2026-04-21 23:57:32 +02:00
Víctor Losada Hernández a253e5d85a restore two keybinds 2026-04-21 23:50:28 +02:00
Víctor Losada Hernández cd946bffaf remove old cm themes library 2026-04-21 23:19:02 +02:00
Víctor Losada Hernández 21cb91e0c6 update cm theme library 2026-04-21 23:10:32 +02:00
Víctor Losada Hernández 0ed772b054 add back cm5-themes 2026-04-21 20:50:04 +02:00
Trevor Buckner 1c6b47c5f2 Merge pull request #4746 from naturalcrit/fix-CM-bugs
fix newpage keybind
2026-04-20 21:57:31 -04:00
Víctor Losada Hernández 710ddbdd38 foldAll now folds pages only 2026-04-20 23:02:02 +02:00
Víctor Losada Hernández c856439191 fix newpage keybind 2026-04-20 21:54:11 +02:00
Trevor Buckner b41d4715e3 Merge pull request #4744 from naturalcrit/v3.22.0
Up to v3.22.0 and changelog
2026-04-20 09:58:27 -04:00
Trevor Buckner b5c60b3180 Up to v3.22.0 and changelog 2026-04-20 09:57:44 -04:00
Trevor Buckner c199d2d749 Merge pull request #4689 from naturalcrit/update-Codemirror
Update Codemirror
2026-04-19 22:43:21 -04:00
Trevor Buckner b3d6b82c66 Restore debugTextMismatch 2026-04-19 22:41:23 -04:00
Trevor Buckner c5163487fd Merge branch 'update-Codemirror' of https://github.com/naturalcrit/homebrewery into update-Codemirror 2026-04-19 15:18:35 -04:00
Trevor Buckner ef207c3936 Fix "onbeforeunload not a function"
should be window.onbeforeunload = xyz. However in this case, it's not needed anyway since we are only adding the event listener once on page load, which already gets cleared when you reload the page.
2026-04-19 15:18:31 -04:00
Víctor Losada Hernández 00fb71f2e9 lock sync 2026-04-19 21:14:46 +02:00
Víctor Losada Hernández e9d411222a Merge branch 'update-Codemirror' of https://github.com/naturalcrit/homebrewery into update-Codemirror 2026-04-19 21:11:00 +02:00
Víctor Losada Hernández 1fd318d545 Merge branch 'master' of https://github.com/naturalcrit/homebrewery into update-Codemirror 2026-04-19 21:10:44 +02:00
Trevor Buckner a1624dc649 Merge branch 'master' into update-Codemirror 2026-04-19 11:56:51 -04:00
G.Ambatte 9f39d1e33c Merge pull request #4734 from G-Ambatte/fixLinkNavigationPartDeux
Add Navigation API check
2026-04-16 06:41:36 +12:00
Víctor Losada Hernández 98749ed3e0 lint pass 2026-04-15 10:28:28 +02:00
Víctor Losada Hernández 44d2f6c548 remove unused theme 2026-04-15 10:24:08 +02:00
Víctor Losada Hernández 0621efe674 last fixes i think 2026-04-14 18:31:44 +02:00
Víctor Losada Hernández 326fc63f19 small changes 2026-04-14 00:12:18 +02:00
Víctor Losada Hernández 62814e5d67 pagemap rename 2026-04-14 00:06:49 +02:00
Víctor Losada Hernández 9e72fad9e4 small changes 2026-04-13 23:29:40 +02:00
Víctor Losada Hernández cac458cb00 fix deflist highlight 2026-04-13 18:01:47 +02:00
Víctor Losada Hernández 6d69961d7a lint 2026-04-13 17:52:03 +02:00
Víctor Losada Hernández 150c9de6fb fix snippets 2026-04-13 17:50:52 +02:00
Víctor Losada Hernández 6c51e6b711 fix focus on tab change 2026-04-13 17:36:47 +02:00
Víctor Losada Hernández de9df7d257 lint 2026-04-13 17:27:09 +02:00
Víctor Losada Hernández 0208550ca3 fix tab indent issue 2026-04-13 17:27:06 +02:00
Víctor Losada Hernández 1659c4b45a fix autocomplete emoji 2026-04-13 15:10:08 +02:00
Víctor Losada Hernández 1984143c82 emoji autocomplete not trigger with just colons 2026-04-13 14:47:13 +02:00
Víctor Losada Hernández de77de84d9 source move flash restored 2026-04-13 12:12:10 +02:00
G.Ambatte be2484d807 Switch to HashChange event listener 2026-04-13 18:12:28 +12:00
Víctor Losada Hernández 2e990238d3 lint 2026-04-13 01:30:17 +02:00
Víctor Losada Hernández 9dba69e8da fix lock 2026-04-13 01:29:14 +02:00
Víctor Losada Hernández 95c0b409b9 safe jumps 2 2026-04-13 00:59:33 +02:00
Víctor Losada Hernández 40246d8493 safe jumps 2026-04-13 00:59:26 +02:00
Víctor Losada Hernández ed5e5004e0 handle scroll remake 2026-04-12 23:42:20 +02:00
G.Ambatte 86f8898ee4 Check if Navigation API exists, use setInterval if not 2026-04-12 18:24:41 +12:00
Víctor Losada Hernández 5a778ad4e6 lock sync 2026-04-06 19:21:51 +02:00
Víctor Losada Hernández ca2d95ef4a Merge branch 'master' of https://github.com/naturalcrit/homebrewery into update-Codemirror 2026-04-06 19:21:46 +02:00
Víctor Losada Hernández 077b88139a Merge pull request #4718 from naturalcrit/v3.21-fixes
fix for admin pages to work
v3.21.0
2026-04-05 16:35:16 +02:00
Víctor Losada Hernández b1112239e3 Merge branch 'master' into v3.21-fixes 2026-04-05 16:29:19 +02:00
Víctor Losada Hernández 59ceea81cc fix for admin pages to work 2026-04-05 16:02:19 +02:00