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
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
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:
 {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
G.Ambatte
1806854969
Add onMouseDown handler for Firefox functionality
2023-07-12 20:16:36 +12:00
G.Ambatte
cf3635bccc
Merge branch 'master' into addEditorThemes-#362
2023-07-11 07:38:13 +12:00
Trevor Buckner
62532f788e
Remove extra param sent to execute()
2023-07-08 01:42:47 -04:00
G.Ambatte
ade61971d0
Remove snippet.params
2023-06-15 11:50:38 +12:00
G.Ambatte
c8df449aac
Style custom blocks in editor on dark themes
2023-06-12 19:52:13 +12:00
G.Ambatte
7681be2e9c
Merge branch 'master' into addEditorThemes-#362
2023-06-10 14:25:23 +12:00
G.Ambatte
9093f610bd
Add params from snippet to function
2023-06-03 14:09:50 +12:00
G.Ambatte
d2b2e69123
Shift Footer generation to snippet
2023-06-03 13:30:32 +12:00
Gazook89
d0346650c4
add key to <p> in notes
2023-05-22 14:19:23 -05:00
G.Ambatte
56dbfc032c
Merge branch 'master' into addEditorThemes-#362
2023-05-09 10:19:35 +12:00
Victor Losada Hernandez
2cce7aebfc
correct highlight of curly elements
2023-05-02 21:25:00 +02:00
G.Ambatte
c660f87dff
Load from & save to local storage
2023-04-02 17:57:11 +12:00
G.Ambatte
a86c728710
Remove obsolete styling
2023-04-02 16:53:41 +12:00
G.Ambatte
b28e183f95
Remove obsolete dev function
2023-04-02 16:53:30 +12:00
G.Ambatte
dc55880544
Initial theme selector functionality
2023-04-02 16:42:45 +12:00
G.Ambatte
5e9b451e29
Pass current editor theme to SnippetBar as prop
2023-04-02 16:17:50 +12:00
G.Ambatte
b2546d908a
Shift CSS link to CodeEditor render
2023-04-02 13:19:43 +12:00
G.Ambatte
7dd1368c09
Add editorTheme to editor.jsx and downstream
2023-04-02 12:53:26 +12:00
Trevor Buckner
1a87a5543f
Merge branch 'master' into pr/2745
2023-03-22 14:11:19 -04:00
Trevor Buckner
eaad46b6bc
lint
2023-03-21 16:10:48 -04:00
Trevor Buckner
c2349fb464
Add note to Lang selector
2023-03-21 11:05:26 -04:00
Trevor Buckner
10263cbf7c
Add note to Lang selector
2023-03-21 10:38:48 -04:00
Trevor Buckner
285b4c3b92
Lift up box to not be covered by Themes selector.
2023-03-20 13:18:20 -04:00
Trevor Buckner
0a7ccfb89e
Debounce validation on Lang field
2023-03-20 13:17:51 -04:00
Victor Losada Hernandez
54ed9a7d33
initial draft
2023-03-14 08:06:26 +01:00
Gazook89
7bef807c41
Remove unnecessary commented code.
2023-03-07 22:08:42 -06:00
Gazook89
29f8f3546c
Merge branch 'master' into Language-Attribute
2023-03-07 21:23:23 -06:00
Trevor Buckner
7117d3caed
Add "beta" badge on snippets marked "experimetal"
2023-02-28 16:26:23 -05:00
Trevor Buckner
051fdbbc60
Fix snippet hover highlight not full button width
2023-02-07 10:20:43 -05:00
Trevor Buckner
a0af588d75
Custom icons
2023-02-04 11:07:04 -05:00
Trevor Buckner
5e38ff66da
Add a side menu for sub-snippets
...
Subsnippets can be added to snippets as an additional property "subsnippets" which is an array of more snippets.
2023-02-02 15:29:12 -05:00