Gazook89
58815a3910
add descriptive css comment
2022-03-21 22:09:45 -05:00
Gazook89
b17f173e03
Unset :first-line small-caps rule with drop-cap
2022-03-21 22:02:44 -05:00
Charlie Humphreys
d4c5ac8110
Change div syntax in snippet to curly-brace v3 syntax
2021-12-15 20:14:07 -06:00
Charlie Humphreys
85c221e9bd
Change counter usage in cover page snippet to no longer increment the counter on the cover page
2021-11-28 23:02:44 -06:00
Charlie Humphreys
640bc33719
Fix cover page snippet styles and formatting for v3
2021-11-28 22:17:02 -06:00
Trevor Buckner
d9893e29ff
Update client/homebrew/editor/snippetbar/snippets/snippets.js
2021-09-30 21:06:25 -04:00
Sean Robertson
f69f73fcda
Revert "Update to use dedent in the same manner as other snippets"
...
This reverts commit b24c3527ca .
2021-10-01 13:03:08 +13:00
Sean Robertson
b24c3527ca
Update to use dedent in the same manner as other snippets
2021-10-01 12:44:28 +13:00
Sean Robertson
68f9b0d8ff
Fix QR code snippet when brew.shareId doesn't exist
2021-10-01 11:39:00 +13:00
Trevor Buckner
eb7340434e
Revert dropcap background to background-image
...
Changing to just `background` undoes `background-clip` as well. This is more explicit.
2021-09-21 23:31:08 -04:00
Trevor Buckner
5f11607358
Merge branch 'master' into pr/1572
2021-09-21 22:53:49 -04:00
Gazook89
1c88eb80c0
update v3 ink friendly again to remove .pages from css selector
...
having `.pages` included in the selector did not match the selectivity in the base .less sheet. Oddly, it was working in the Edit Page, but not in the Print Page.
2021-09-15 16:30:30 -05:00
Gazook89
0de0c22e61
Update v3 ink-friendly snippet to reset drop-shadow rather than box-shadow
2021-09-15 16:14:14 -05:00
Gazook89
b8df5d083f
update v3 drop cap snippets to .page
2021-09-15 15:45:58 -05:00
Trevor Buckner
aff764d91c
Fix typo in snippet
2021-09-15 14:56:58 -04:00
Trevor Buckner
d1ffab5487
Update Monster styles and snippets.
2021-09-14 12:17:28 -04:00
Trevor Buckner
2192c91acb
Change .block min-width to width so users can resize position:absolute elements easier.
2021-09-13 22:40:36 -04:00
Trevor Buckner
82b9f825d5
Update class Features snippet to v3
...
Puts adjacent `term :: definition` s into the same `dl` block for easier spacing of sets of terms.
2021-09-11 21:52:37 -04:00
Trevor Buckner
5d42196297
Give spellList "wide" class for consistency
2021-09-09 09:14:16 -04:00
Gazook89
ad5d7d2097
added dedents
2021-09-05 16:21:23 -05:00
Gazook89
3063337eb2
update v3 drop cap tweak to match new styling
...
and change v3 drop cap to use only `background` rather than `background-image` so that the tweak snippet can easily change between gradient and just a regular color.
and re-order table menu so that the regular table snippet is at top.
2021-09-05 15:40:08 -05:00
Gazook89
cf5a1cee24
Merge remote-tracking branch 'upstream/master' into Style-Editor-Menu-and-comments
2021-09-05 15:11:58 -05:00
Trevor Buckner
1770323690
Remove standalone snippet; include in classTable snippets
2021-09-01 13:37:07 -04:00
Trevor Buckner
59fd2454a4
Make images local, change snippet to allow color instead of hue-rotate
2021-08-31 23:57:08 -04:00
Trevor Buckner
1abd151c67
Merge branch 'master' into pr/1549
2021-08-31 16:45:14 -04:00
Trevor Buckner
2f9c08ac49
Merge pull request #1544 from Gazook89/ClassTable-Revisions
...
Class table revisions - 1/3 Table, minor fixes
2021-08-31 16:42:28 -04:00
Trevor Buckner
f5057119da
Shrink tables width
2021-08-31 16:39:13 -04:00
Trevor Buckner
13ba5ebcc8
Fix snippets crashing in empty brew
...
If this.props.brew.text is an empty string, it will evaluate to `false` and, but since `isStyle()` is also false, `text` is just undefined.
2021-08-31 11:56:48 -04:00
Trevor Buckner
e5cfa98bbd
Shorten Features column to match shorter names
2021-08-27 12:30:57 -04:00
Trevor Buckner
9d5130154b
Remixed Feature names to be shorter.
2021-08-27 12:29:11 -04:00
Gazook89
b4825e085e
fix table snippet spacing in editor
2021-08-27 10:40:40 -05:00
Gazook89
dc65980dcb
pull drawSlots out of individual functions
2021-08-26 12:51:36 -05:00
Gazook89
bc7911b0bc
Add Watermark snippet
2021-08-17 16:04:59 -05:00
Gazook89
bd368c4c64
add 'view' property
...
[minor fix] fix missing apostrophe
2021-08-17 12:46:22 -05:00
Gazook89
5c46ecbebd
Merge branch 'master' into ClassTable-Revisions
2021-08-16 13:35:07 -05:00
Gazook89
f993a7022c
Merge branch 'master' into Images-Snippet-Menu
2021-08-16 13:30:28 -05:00
Trevor Buckner
ec92a0307b
Merge pull request #1562 from Gazook89/Page-Snippet-Menu
...
Editor-Specific Snippet Groups, and Print Snippet Menu Changes
2021-08-15 00:45:47 -04:00
Trevor Buckner
edce4e5bbc
Refactoring switching logic, formatting LESS
2021-08-15 00:45:01 -04:00
Gazook89
2874bcc5f7
Merge branch 'master' into Images-Snippet-Menu
2021-08-14 22:51:40 -05:00
Trevor Buckner
8f7d6a3eb5
Update color, snippet positioning, added into v3 Image and BackgroundImage
2021-08-14 23:21:13 -04:00
Gazook89
4653fcd782
Remove reference to hotkeys in Style Comments
...
Removed reference to hotkeys for commenting in the Style Editor since that is not implemented yet. can be added back to match the Text Editor commenting snippet once implemented.
2021-08-14 20:24:51 -05:00
Gazook89
143d390895
Add "Style Editor" menu to Style pane
...
And other tweaks:
- Move drop caps snippets to Style Editor menu
- retitle Editor menu to either Text Editor or Style Editor
- minor: removed old unnecessary comments in code from earlier (my own).
- Removed leading spaces on drop cap comment
- added drop cap comment on "remove drop caps" snippet.
2021-08-14 20:16:33 -05:00
Gazook89
562bf6d4ac
Fix to snippets.js both legacy and v3 for CircleCI
2021-08-12 07:45:00 -05:00
Gazook89
807f865d8b
Match Legacy snippets to v3, remove <style> from style snippets
...
- Matched the Legacy snippets to v3, with appropriate syntax.
- Small adjustments to Ink Friendly snippet (retains images, reduces drop shadows, sets more backgrounds to White)
- Adds commented snippet 'titles' for Page snippets
2021-08-12 07:42:08 -05:00
Gazook89
3d9f8ea142
Update snippet.js 'editor' to 'view'
...
Change new property 'editor' to 'view' on @calculuschild 's recommendation.
2021-08-12 06:01:48 -05:00
Gazook89
69a69bbb82
Add 'editor' property to snippets.js
...
Add another property to the snippet groups, "editor", with values either "text" or "style".
2021-08-11 21:44:39 -05:00
Gazook89
a63949636e
Update Ink Friendly snippet for v3
...
updated the ink friendly snippet so that it points to elements like .monster rather than hr+blockquote.
Goes further than original snippet by setting white background for monster, note, descriptive blocks.
Did not update Legacy.
2021-08-10 22:02:46 -05:00
Gazook89
9a44cc04b1
Add Square Page snippet
...
Add a snippet to Print menu (renamed to "Page") for a square page. Reduces padding and removes columns as well.
2021-08-10 21:46:47 -05:00
Gazook89
cefa3147fc
Fixes for CircleCI
2021-08-10 21:16:12 -05:00
Gazook89
51116efba7
Add Blended Watercolor Background Image
...
Add a snippet to create a nice watercolor background for use behind other images. Includes injection syntax which includes absolute position, hue-rotate, mix-blend-mode, and opacity.
Chooses an image randomly from an Imgur album. All images created by me (and open to creating more/making adjustments).
v3 only.
Could be improved by cycling through images rather than choosing randomly.
2021-08-10 20:56:28 -05:00