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

488 Commits

Author SHA1 Message Date
David Bolack 7f16da110f Merge branch 'master' into Extended_DD 2024-03-04 11:01:49 -06:00
Trevor Buckner 774b555a61 Rework to fix 5eCleric's tests 2024-02-29 17:17:38 -05:00
David Bolack d1d28acebb Merge branch 'master' into Extended_DD 2024-02-25 09:15:27 -06:00
David Bolack 7d755fe2a3 Fix syntax highlighting on sub and superscript
I did not test this very robustly, it seems.
2024-02-23 11:35:57 -06:00
David Bolack f3148ed53c Fix Syntax Highlighting
Update changelog to match PR target shifts.
2024-02-07 20:23:19 -06:00
David Bolack 3ee9fe1c3f Update tests.
Prune no lionger valid cases.
2024-02-06 22:13:44 -06:00
David Bolack faba9f1616 Merge branch 'master' into Extended_DD 2024-01-18 22:59:22 -06:00
David Bolack ce8cbba441 Merge branch 'master' into Extended_DD 2024-01-16 00:29:29 -06:00
Gazook89 d648bacd26 Merge branch 'master' into theme-selector-styling 2024-01-13 15:28:51 -06:00
Gazook89 1ca5ba1086 Merge branch 'theme-selector-styling' of https://github.com/Gazook89/homebrewery into theme-selector-styling 2024-01-13 15:19:40 -06:00
Gazook89 7c28f60e0a fix z-index layering issue 2024-01-13 15:19:38 -06:00
Trevor Buckner 2fd2ccfe14 Tweak Font snippets to have ABC 2024-01-12 11:59:16 -05:00
Trevor Buckner ccc1895304 Lint snippetbar.less 2024-01-12 11:57:34 -05:00
Trevor Buckner 2ea65de0c0 Merge branch 'master' into pr/3203 2024-01-12 11:45:55 -05:00
Trevor Buckner 742798ad79 Fixing merge issues 2024-01-12 11:41:08 -05:00
Trevor Buckner f088fc49f3 Start fixing merge conflicts 2024-01-12 11:37:34 -05:00
Trevor Buckner 1a1acec2f3 Merge branch 'master' into theme-selector-styling 2024-01-10 14:11:40 -05:00
David Bolack 993ae295af Update editor pattern match for DLs 2024-01-07 15:40:05 -06:00
Víctor Losada Hernández 6dcdc1b685 font to icon 2023-12-29 12:13:13 +01:00
Víctor Losada Hernández 76d17baf7e divider color to currentColor keyword 2023-12-28 17:31:06 +01:00
Víctor Losada Hernández c97e2be9d5 color simplification and darkbrewery snippet color fix 2023-12-28 17:27:22 +01:00
Víctor Losada Hernández 229acbfcd1 title as snippet.name 2023-12-28 12:25:07 +01:00
Gazook89 8674bc9da2 change gray to #999 2023-12-23 20:49:59 -06:00
Víctor Losada Hernández e2ac6c9b6b fonts as snippets 2023-12-23 12:40:56 +01:00
Gazook89 407c35d9f7 switch to gray 'active' color 2023-12-22 23:40:29 -06:00
Gazook89 8575d72f6e add e.target check to prevent dismissal of select menu 2023-12-22 23:36:46 -06:00
Gazook89 7b8e398891 improve simple styling on theme selector. nest inside toggle. 2023-12-22 22:58:13 -06:00
Louis David Bolack dfd5b228c2 Merge branch 'master' into Extended_DD 2023-12-21 22:08:30 -06:00
David Bolack eeba037244 Merge branch 'master' into Extended_DD 2023-12-06 17:10:18 -06:00
David Bolack 4c48992331 Merge branch 'master' into Issue_1488 2023-12-06 16:56:43 -06:00
David Bolack fcb9a8cdc5 Update Editor highlighting to handle attribut assignments 2023-12-06 16:54:28 -06:00
Trevor Buckner 6bf51cd94a Allow both sub and super highlighting on same line 2023-12-04 21:56:08 -05:00
Trevor Buckner ddef21cd7e Give editor highlighting sub/superscript alignment 2023-12-04 21:54:44 -05:00
David Bolack 37593573ce Merge branch 'master' into Issue_1488 2023-11-09 21:52:44 -06:00
David Bolack b561f69dd0 Merge branch 'master' into Extended_DD 2023-11-09 21:40:24 -06:00
Louis David Bolack a762626c53 Merge branch 'naturalcrit:master' into Issue_2171 2023-11-09 21:25:47 -06:00
Trevor Buckner ad455f652c Remove extra comma 2023-11-09 10:03:14 -05:00
Trevor Buckner 3f19b2975c Add tooltips 2023-11-08 17:48:32 -05:00
Trevor Buckner cacfc788fb Change Expand Icon for consistency with collapse icon 2023-11-08 17:38:42 -05:00
Trevor Buckner 8f99712a28 Merge branch 'master' into Fold-Buttons-in-Editor 2023-11-08 17:07:04 -05:00
David Bolack f1ca6eeee2 Near complete 2023-11-08 00:49:39 -06:00
David Bolack e6428a3b18 Update Editor highlighting for Definition Lists
Fixes syntax highlighting to account for multiple definitions on a
definition list.
2023-11-07 18:07:11 -06:00
David Bolack c58c8777f1 Add arbitrary tag attr assign. in moustaches
This adds the ability to include attribute values for any element that
can be altered by a moustache.

Form:

```
{attribute=value}

example:

![homebrew mug](https://i.imgur.com/hMna6G0.png) {position:absolute,bottom:20px,left:130px,width:220px,a=b and c,g=h}
```

In order to permit spaces, the pattern matches for moustache code had to
remove the space character as a delimiter. I believe I have adequate
compensated.

This should solve #1488
2023-11-07 17:43:24 -06:00
Gazook89 3cf6691e67 remove width constraint on editors in snippet bar. 2023-09-29 09:31:20 -05:00
Gazook89 8077a91ff7 add foldAll and unfoldAll buttons to snippet bar. 2023-09-29 09:31:20 -05: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
Gazook89 f1e6a9a41e add syntax highlighting for definition lists 2023-09-27 22:46:51 -05:00
G.Ambatte 3f6eb7371f Increase ESLint lines for SnippetBar.jsx 2023-09-07 18:28:08 +12:00
G.Ambatte e909bc8f35 Load editorThemes in SnippetBar.jsx 2023-09-07 17:33:36 +12:00