0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-03-28 14:28:12 +00:00
Commit Graph

70 Commits

Author SHA1 Message Date
Víctor Losada Hernández
82aa5b76ea erase reference to old file 2026-03-27 20:00:01 +01:00
Víctor Losada Hernández
1f2a329553 darkbrewery 2026-03-27 19:49:00 +01:00
Víctor Losada Hernández
901f84bf34 that should do it 2026-03-27 16:14:14 +01:00
Víctor Losada Hernández
98f73dd57c good styling 2026-03-27 13:29:31 +01:00
Víctor Losada Hernández
ad9f4773b0 default cm5 theme back 2026-03-27 13:13:36 +01:00
Víctor Losada Hernández
06e15a04e9 snippetline count, and disable highlights in css tab 2026-03-26 23:56:40 +01:00
Víctor Losada Hernández
d4c1eba3f3 emoji autocomplete 2026-03-26 23:44:49 +01:00
Víctor Losada Hernández
3992d71910 page count widget 2026-03-26 17:49:33 +01:00
Víctor Losada Hernández
3b9eae2e4f small fixes 2026-03-26 14:42:56 +01:00
Víctor Losada Hernández
47b47ff255 custom highlight blocks 2026-03-25 10:51:25 +01:00
Víctor Losada Hernández
953ef8c534 definition lists 2026-03-24 16:56:40 +01:00
Víctor Losada Hernández
4483537b93 not really working but it will 2026-03-23 12:13:20 +01:00
Víctor Losada Hernández
42e254c9c7 basic css changes 2026-03-21 22:53:38 +01:00
Víctor Losada Hernández
543b64ccd2 themes when i coudl change them 2026-02-25 18:49:26 +01:00
Víctor Losada Hernández
d0265a9978 shared styles to alias 2026-02-25 18:30:44 +01:00
Víctor Losada Hernández
d1d89d033e Merge branch 'master' of https://github.com/naturalcrit/homebrewery into vitreum-to-vite 2026-02-24 20:52:48 +01:00
Víctor Losada Hernández
c4b20acf1b add white background behind codemirror to prevent visual glitch on height recalc 2026-02-19 14:23:08 +01:00
Víctor Losada Hernández
3e76046868 Revert "renamed client to src"
This reverts commit c28736bd01.
2026-02-01 17:36:53 +01:00
Víctor Losada Hernández
c28736bd01 renamed client to src 2026-02-01 17:34:50 +01:00
Víctor Losada Hernández
c4c2d8cabd fix core import 2026-01-22 23:46:10 +01:00
Víctor Losada Hernández
9adf6dee61 use js for it 2025-05-22 23:29:08 +02:00
Víctor Losada Hernández
03527a1f95 fix it damn it 2025-05-22 22:35:26 +02:00
Víctor Losada Hernández
2bd0f909f3 fix snippetbar being eaten 2025-04-21 20:45:36 +02:00
David Bolack
a6703ef731 Clear up confusing commment and consolidate style tag. 2025-04-09 13:30:03 -05:00
David Bolack
bd9d9d4ab6 Merge branch 'master' into localSnippetEditor 2025-04-08 20:35:11 -05:00
David Bolack
2f95cc5f45 Merge branch 'master' into localSnippetEditor 2025-03-24 15:10:25 -05:00
Víctor Losada Hernández
d2507fe99f remove empty lines 2025-03-19 13:29:16 +01:00
Víctor Losada Hernández
07ff9a114e lint 2025-03-19 13:26:58 +01:00
Víctor Losada Hernández
962d98543e initial fix 2025-03-19 10:56:16 +01:00
Víctor Losada Hernández
163e3927b5 style lint 2025-03-18 19:38:58 +01:00
David Bolack
86856605b9 Add editor highlighting 2024-12-10 23:08:51 -06:00
Víctor Losada Hernández
f449132b4c wrap correctly 2024-08-14 20:38:38 +02:00
Trevor Buckner
d695648d9b Tweaks to Editor highlighting. Maybe still ugly. 2024-05-03 21:40:09 -04:00
Trevor Buckner
0751da42b6 Add emoji highlighting to editor 2024-05-03 21:40:08 -04:00
David Bolack
3ee9fe1c3f Update tests.
Prune no lionger valid cases.
2024-02-06 22:13:44 -06:00
Trevor Buckner
ddef21cd7e Give editor highlighting sub/superscript alignment 2023-12-04 21:54:44 -05:00
David Bolack
f1ca6eeee2 Near complete 2023-11-08 00:49:39 -06:00
Gazook89
c6ef051232 Stylelint the editor.less file. 2023-09-27 22:56:20 -05:00
Gazook89
2c130d1943 add styling for definition lists in the editor. 2023-09-27 22:46:51 -05:00
G.Ambatte
c8df449aac Style custom blocks in editor on dark themes 2023-06-12 19:52:13 +12:00
Victor Losada Hernandez
2cce7aebfc correct highlight of curly elements 2023-05-02 21:25:00 +02:00
Gazook89
cc58721ccd give span tags to injection syntax for styling 2022-11-13 21:02:45 -06:00
Trevor Buckner
8acd42fcbe Small cleanup. Reduce redundant code. 2021-12-06 15:36:41 -05:00
Gazook89
372d33271d Change widgets to bookmarks for page counters 2021-11-21 15:17:23 -06:00
Gazook89
9f05aae876 remove left property entirely and set height to cm.defaultTextHeight 2021-11-10 11:17:45 -06:00
Gazook89
403e5050e8 adjust position from right to accommodate scrollbar 2021-11-08 09:05:08 -06:00
Gazook89
1fb63f8be3 initial commit to add programmatic page counts in editor
update element classname to be more descriptive, remove some commented code.
2021-11-07 16:33:50 -06:00
G.Ambatte
9bc52b412c Initial pass at Editor Toolbar - Undo and Redo. 2021-10-18 22:29:25 +13:00
Gazook89
39f745639f remove gradient, set counter to start at '2' 2021-09-28 20:06:29 -05:00
Gazook89
eee343c197 change tack, keep border on bottom but add page counter 2021-09-11 16:12:47 -05:00