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

638 Commits

Author SHA1 Message Date
G.Ambatte 2166d55878 Merge branch 'master' into autoPageNumberBrewVariable 2025-04-06 17:27:17 +12:00
Trevor Buckner eac87b65d8 Update tests and custom link renderer
v15 changes where html gets escaped and escapes plain text more consistently. Needed to update tests to match.
2025-03-26 19:26:20 -04:00
G.Ambatte 6ec37d3fa4 Rename HB_PageNumber to HB_pageNumber 2025-03-27 12:03:00 +13:00
G.Ambatte 9f68d60703 Merge branch 'master' into autoPageNumberBrewVariable 2025-03-27 11:48:20 +13:00
Víctor Losada Hernández e3a7e1f403 Merge branch 'master' into issue_3659 2025-03-22 16:39:49 +01:00
Víctor Losada Hernández 8e37806791 jsx files 2025-03-18 19:47:49 +01:00
Víctor Losada Hernández f076e05f49 js files 2025-03-18 19:46:11 +01:00
Víctor Losada Hernández 163e3927b5 style lint 2025-03-18 19:38:58 +01:00
G.Ambatte a705e3b9d8 Change : from br to div class='blank' 2025-03-18 09:54:27 +13:00
David Bolack d55a6cfd88 Merge branch 'issue_3659' of github.com:dbolack-ab/homebrewery into issue_3659 2025-03-14 19:52:10 -05:00
David Bolack a960299612 Merge branch 'master' into issue_3659 2025-03-14 19:50:32 -05:00
G.Ambatte 20f0d16a58 Fix missed var name update 2025-03-14 08:18:30 +13:00
G.Ambatte 9a26626412 Change automatic var name to HB_PageNumber 2025-03-14 08:12:30 +13:00
G.Ambatte f4afc91df7 Rename toWordsCamel to toWordsCaps 2025-03-14 08:08:30 +13:00
G.Ambatte baafb6d2f9 Tweak camelcase function 2025-03-13 14:54:45 +13:00
G.Ambatte 543d18f9d9 Add written number functions 2025-03-13 12:22:08 +13:00
G.Ambatte ee543b7090 Add int to char functions 2025-03-13 11:59:12 +13:00
G.Ambatte b67eb59461 Add Roman numerals function 2025-03-13 10:50:18 +13:00
G.Ambatte edc4f8ec63 Change to increment previous 2025-03-12 13:28:43 +13:00
G.Ambatte aec958249a Add automatic pageNumber variable to globalVarsList 2025-03-12 10:21:22 +13:00
Trevor Buckner 20baa9984f Cleanup 2025-03-06 11:13:39 -05:00
Trevor Buckner 21f1704626 Update to Marked v14 2025-03-05 15:40:14 -05:00
David Bolack 7f128b0dae Merge branch 'master' into issue_3659 2025-03-05 12:16:47 -06:00
Trevor Buckner 762cd58d52 Update usage of Marked-extended-tables options 2025-03-05 10:49:46 -05:00
Trevor Buckner 758b508955 Merge pull request #4058 from naturalcrit/Change_Hardbreak_-_to_-br-
Change hardbreak  to `<br>`
2025-02-19 16:25:54 -05:00
Trevor Buckner 02f63e0b02 Merge branch 'master' into Change_Hardbreak_-_to_-br- 2025-02-19 16:15:49 -05:00
Trevor Buckner 578a8d7eba Add \n after each <br> 2025-02-19 16:00:37 -05:00
David Bolack df1b601de7 Merge branch 'master' into marked-subsuper 2025-02-19 11:37:38 -06:00
Trevor Buckner f5aa37bd5e Change Marked extension to emit <br> instead of <div class="blank"> 2025-02-17 15:08:47 -05:00
Trevor Buckner 50bda9455f Immediately clear errors if a theme successfully loads 2025-02-13 15:51:22 -05:00
David Bolack 11396389ab Move Superscript/Subscript functions into their own module 2025-02-10 20:47:17 -06:00
Trevor Buckner 659510e364 Remove unused function 2025-02-09 12:07:09 -05:00
David Bolack b1ff68c3b1 Update code to use helper function to ensure unifrom normalization of Variable labels. 2025-01-31 16:23:32 -06:00
David Bolack f1eb6e1ce4 Alter varCallInline content to alig with preceeding varDefBlock in inline definitions.
This was failing due to both labels having the extraneous spaces cleaned up but the variable label portion of the varCallInline did not, preventing them from being matched during variable resolution.
2025-01-28 21:31:43 -06:00
David Bolack 98c353b9fe Merge branch 'master' into writeinBrewTheme 2025-01-24 14:31:28 -06:00
Trevor Buckner 8e99d47869 Parse mustache "style" properties into object instead of string 2025-01-23 00:54:07 -05:00
Trevor Buckner 2a9945f09f Extract common function to merge HTML tags 2025-01-21 16:14:36 -05:00
Víctor Losada Hernández f7b36a9b05 Merge branch 'master' into justifiedParagraphs 2025-01-17 19:04:48 +01:00
David Bolack d4f6c329b8 Add a test! 2025-01-15 17:36:18 -06:00
David Bolack aafc6fad7d Implement suggested fix for 3488
Per issue
2025-01-14 21:40:15 -06:00
David Bolack 74122d9057 Display name of write in theme next to write-in
Clear user's active ThemeBundle when an incomplete/broken/invalid writein.

Needs theming help.
2025-01-07 22:11:01 -06:00
David Bolack f71850d8b1 Merge branch 'master' into justifiedParagraphs 2024-12-20 14:55:30 -06:00
Trevor Buckner adb1db1d3c Revert one more regex change 2024-12-20 15:39:57 -05:00
David Bolack 50fcffb253 Revert exclusion on single definition list regex
This permits  `Term ::> Definition` to process as a single line definition list
2024-12-20 14:06:20 -06:00
David Bolack 99d3d28754 Correct end of match criteria for justified paragraph to account for end of stream 2024-12-17 21:48:11 -06:00
David Bolack c63b6ffaf0 Add test for a pair of inline horizontal breaks 2024-12-17 21:38:32 -06:00
David Bolack 08b0f47ea2 Fix Regex for Justified paragraphs 2024-12-17 21:33:33 -06:00
David Bolack 89bd082967 Shift alignment assignment from CSS to HTML 2024-12-10 23:28:06 -06:00
David Bolack f4c26053c0 Merge branch 'master' into justifiedParagraphs 2024-12-10 23:22:10 -06:00
David Bolack abd52f93d8 Merge branch 'master' into horizontalSpace 2024-12-10 23:21:26 -06:00