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

9232 Commits

Author SHA1 Message Date
Víctor Losada Hernández 78a34e3b58 rename file 2026-04-04 22:02:59 +02:00
Víctor Losada Hernández a350fcc254 Merge branch 'master' of https://github.com/naturalcrit/homebrewery into update-Codemirror 2026-04-04 22:02:17 +02:00
Víctor Losada Hernández f7edc8a366 changes names and reorders extensions 2026-04-04 21:58:28 +02:00
Víctor Losada Hernández 0c5266429d make shortcut editor tab dependent 2026-04-04 18:52:55 +02:00
Víctor Losada Hernández 13f3df529a Merge pull request #4699 from dbolack-ab/HTMLDownload
Embed Endpoint
2026-04-03 23:49:00 +02:00
Víctor Losada Hernández db2b45a095 finally? 2026-04-03 23:12:22 +02:00
Víctor Losada Hernández a0e496bf1c fix snippetbar just in case 2026-04-03 23:09:51 +02:00
Víctor Losada Hernández 07a21247e6 this should do it 2026-04-03 23:04:31 +02:00
Víctor Losada Hernández 4c444346d7 correct default 2026-04-03 22:57:06 +02:00
Víctor Losada Hernández 55946c93e3 lock sync 2026-04-03 22:54:54 +02:00
Víctor Losada Hernández 657c268a80 Merge branch 'master' of https://github.com/naturalcrit/homebrewery into update-Codemirror 2026-04-03 22:52:17 +02:00
Víctor Losada Hernández 726d9abec2 use default as default 2026-04-03 22:51:03 +02:00
David Bolack 5e168b1867 Merge branch 'master' into HTMLDownload 2026-04-03 15:27:38 -05:00
David Bolack 893deac57e Fix CSS 2026-04-03 15:25:16 -05:00
David Bolack 5bbfc4e5cb Remove comment rubish 2026-04-03 15:17:43 -05:00
Víctor Losada Hernández 1f8944ee88 Merge pull request #4711 from naturalcrit/dependabot/npm_and_yarn/prod-dependencies-a9e1deba84
Bump the prod-dependencies group across 1 directory with 4 updates
2026-04-03 11:57:09 +02:00
dependabot[bot] 45793ecbef Bump the prod-dependencies group across 1 directory with 4 updates
Bumps the prod-dependencies group with 4 updates in the / directory: [lodash](https://github.com/lodash/lodash), [node](https://github.com/aredridel/node-bin-gen), [react-frame-component](https://github.com/ryanseddon/react-frame-component) and [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router).


Updates `lodash` from 4.17.23 to 4.18.1
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.23...4.18.1)

Updates `node` from 25.8.2 to 25.9.0
- [Commits](https://github.com/aredridel/node-bin-gen/commits)

Updates `react-frame-component` from 5.3.1 to 5.3.2
- [Release notes](https://github.com/ryanseddon/react-frame-component/releases)
- [Changelog](https://github.com/ryanseddon/react-frame-component/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ryanseddon/react-frame-component/commits/v5.3.2)

Updates `react-router` from 7.13.2 to 7.14.0
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router@7.14.0/packages/react-router)

---
updated-dependencies:
- dependency-name: lodash
  dependency-version: 4.18.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: node
  dependency-version: 25.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: react-frame-component
  dependency-version: 5.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: react-router
  dependency-version: 7.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-03 03:23:20 +00:00
Víctor Losada Hernández 47b8ba9bfa Merge pull request #4707 from dbolack-ab/fixJournalFontPath
Correct the path to Nodesto
2026-04-02 17:28:46 +02:00
David Bolack c92c85749e Correct the path to Nodesto 2026-03-31 12:05:42 -05:00
David Bolack f9632955b0 Small fixes 2026-03-31 12:03:05 -05:00
David Bolack 62b908baf7 Merge branch 'master' into HTMLDownload 2026-03-29 11:59:01 -05:00
David Bolack 3f7cc4682b Override the .homebrew class background on the embed page per recommendation. 2026-03-29 11:57:21 -05:00
Víctor Losada Hernández d234dd0e0b Merge branch 'master' of https://github.com/naturalcrit/homebrewery into update-Codemirror 2026-03-29 14:49:49 +02:00
David Bolack edaff80bd3 Fixed! 2026-03-28 22:36:04 -05:00
Víctor Losada Hernández 4aa9408358 proper highlights for weird def lists 2026-03-29 01:59:21 +01:00
Víctor Losada Hernández d2ca8473f3 small changes 2026-03-29 01:53:34 +01:00
Víctor Losada Hernández b53abb5f9f change highlight when changing tabs 2026-03-29 01:46:51 +01:00
Víctor Losada Hernández fb42675574 fold all and unfold all restored 2026-03-29 01:36:37 +01:00
Víctor Losada Hernández 1d02fb9565 simplify page count 2026-03-29 01:12:21 +01:00
David Bolack 0be91191aa a little better but WTF 2026-03-28 19:07:46 -05:00
Víctor Losada Hernández 2af063ac88 add dropcursor extension 2026-03-29 01:03:18 +01:00
Víctor Losada Hernández 8442fdfe0a make sure selection is visible 2026-03-29 01:02:34 +01:00
Víctor Losada Hernández 239029e196 autto close tags 2026-03-29 00:59:31 +01:00
Víctor Losada Hernández 0fcf6dfe89 revert tab function to live behavior 2026-03-29 00:49:08 +01:00
Víctor Losada Hernández eb99af2735 tab size changed to 2 2026-03-29 00:33:07 +01:00
David Bolack 16bfffe78f I need extra eyes. 2026-03-28 18:29:15 -05:00
Víctor Losada Hernández 8b347bafbc lint 2026-03-29 00:21:30 +01:00
Víctor Losada Hernández 83406479a7 fix historysize to be more stable 2026-03-29 00:20:35 +01:00
Víctor Losada Hernández 9d2ff401fd add some comments 2026-03-29 00:20:15 +01:00
David Bolack e61556e43b I feel like there is a cleaner way to handle this, but this embeds as desired and it doesn't blink 2026-03-28 15:24:49 -05:00
David Bolack 8ad208600d Clear error in helpers? 2026-03-28 15:01:28 -05:00
Víctor Losada Hernández 2dda9c9804 remove cm themes build system 2026-03-28 20:09:45 +01:00
Víctor Losada Hernández 610cabfdfa Merge pull request #4698 from naturalcrit/dependabot/npm_and_yarn/path-to-regexp-8.4.0
Bump path-to-regexp from 8.3.0 to 8.4.0
2026-03-28 19:56:57 +01:00
db ca160d7d83 Start adding new class 2026-03-28 13:44:43 -05:00
dependabot[bot] f47fe4a0e9 Bump path-to-regexp from 8.3.0 to 8.4.0
Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from 8.3.0 to 8.4.0.
- [Release notes](https://github.com/pillarjs/path-to-regexp/releases)
- [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md)
- [Commits](https://github.com/pillarjs/path-to-regexp/compare/v8.3.0...v8.4.0)

---
updated-dependencies:
- dependency-name: path-to-regexp
  dependency-version: 8.4.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-28 17:26:20 +00:00
db d2ebdf3958 WIP 2026-03-27 17:49:59 -05:00
Víctor Losada Hernández ed10017db2 Merge pull request #4697 from naturalcrit/dependabot/npm_and_yarn/brace-expansion-1.1.13
Bump brace-expansion from 1.1.12 to 1.1.13
2026-03-27 22:37:23 +01:00
Víctor Losada Hernández 4225950928 Merge branch 'master' into dependabot/npm_and_yarn/brace-expansion-1.1.13 2026-03-27 22:30:37 +01:00
Víctor Losada Hernández 78116d3f44 Merge pull request #4688 from naturalcrit/dependabot/npm_and_yarn/flatted-3.4.2
Bump flatted from 3.3.4 to 3.4.2
2026-03-27 22:30:13 +01:00
dependabot[bot] 7f36f4bb67 Bump brace-expansion from 1.1.12 to 1.1.13
Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.12 to 1.1.13.
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](https://github.com/juliangruber/brace-expansion/compare/v1.1.12...v1.1.13)

---
updated-dependencies:
- dependency-name: brace-expansion
  dependency-version: 1.1.13
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-27 21:26:59 +00:00