Commit Graph

86 Commits

Author SHA1 Message Date
Thomas Jund 351e10f24f misc: introduce godo.editable (#89226)
gitea/godo.js/pipeline/head This commit looks good Details
in place of showEdition() and validEdition()
2024-04-16 11:22:29 +02:00
Frédéric Péters 9434390e18 build: apply npm audit fix (#89101)
gitea/godo.js/pipeline/head This commit looks good Details
2024-04-12 08:29:45 +02:00
Thomas Jund e3bba38b53 css: remove styles of list (#88157)
gitea/godo.js/pipeline/head There was a failure building this commit Details
2024-04-05 10:17:50 +02:00
Thomas Jund d36fc01459 js: make div code editable (#59608)
gitea/godo.js/pipeline/head There was a failure building this commit Details
2024-03-28 14:34:44 +01:00
Thomas Jund 5179282b9f misc: improve demo page (#87286)
gitea/godo.js/pipeline/head This commit looks good Details
2024-03-08 11:21:59 +01:00
Thomas Jund b0cb872c53 js: restore heading-levels attribut (#87290)
gitea/godo.js/pipeline/head This commit looks good Details
2024-03-08 11:17:21 +01:00
Corentin Sechet a92c5f4a87 js: allow to use godo as an HTML element (#84649)
gitea/godo.js/pipeline/head This commit looks good Details
2024-03-01 10:55:08 +01:00
Corentin Sechet 5820172689 tests: upgrade vitest (#86211)
gitea/godo.js/pipeline/head This commit looks good Details
2024-01-26 19:03:47 +01:00
Corentin Sechet 6f9ba25868 js: fix creating godo editor outside of <form> (#85560)
gitea/godo.js/pipeline/head There was a failure building this commit Details
2024-01-11 14:27:53 +01:00
Corentin Sechet b7cd1858fd tests: add a helper to clean test dom after each test (#85557)
gitea/godo.js/pipeline/head There was a failure building this commit Details
2024-01-11 14:03:42 +01:00
Paul Marillonnet cbd3cd3a37 npm: switch to patched 4.4 “vite” dependency version (#84475)
gitea/godo.js/pipeline/head This commit looks good Details
2023-12-18 09:44:16 +01:00
Corentin Sechet 0cdf0ae4c7 js: move buildKeyMap to utils.mjs (#69407)
gitea/godo.js/pipeline/head This commit looks good Details
2023-11-14 09:02:02 +01:00
Corentin Sechet 052fb4ef04 js: separate list node in a component and test it (#69407) 2023-11-14 09:02:02 +01:00
Corentin Sechet 83da849bb9 js: separate link mark in a component and test it (#69407) 2023-11-14 09:02:02 +01:00
Corentin Sechet 693c85baa9 js: separate heading nodes in a component and test it (#69407) 2023-11-14 09:02:02 +01:00
Corentin Sechet 6e25d0ab27 js: separate em & strong marks in a component and unit test them (#69407) 2023-11-14 09:02:02 +01:00
Corentin Sechet 558f03af61 js: separate base nodes in a component and & test them (#69407) 2023-11-14 09:02:02 +01:00
Corentin Sechet e7d327cd50 tests: configure vitest and happy-dom (#75221) 2023-11-14 09:02:02 +01:00
Emmanuel Cazenave 632c18b825 setup: compute pep440 compliant dirty version number (#81731)
gitea/godo.js/pipeline/head This commit looks good Details
2023-10-30 17:26:31 +01:00
Benjamin Dauvergne 2545b9ede1 setup.py: use native implicit namespace package (#78773)
gitea/godo.js/pipeline/head This commit looks good Details
As specified on https://packaging.python.org/en/latest/guides/packaging-namespace-packages/
2023-09-27 14:01:51 +02:00
Frédéric Péters 8c09ab833a ci: build deb package for bookworm (#78968)
gitea/godo.js/pipeline/head This commit looks good Details
2023-06-23 18:09:06 +02:00
Corentin Sechet 5ca2602bb3 js: allow to configure an event to listen for textarea change (#75451)
gitea/godo.js/pipeline/head This commit looks good Details
2023-03-27 14:58:52 +02:00
Corentin Sechet dc7a77ec7a misc: fix Godo loading on example page (#75356)
gitea/godo.js/pipeline/head This commit looks good Details
2023-03-13 09:37:21 +01:00
Corentin Sechet 04c811a2ed js: set aria attributes on Godo editor (#71093)
gitea/godo.js/pipeline/head This commit looks good Details
2023-03-10 09:27:42 +01:00
Corentin Sechet 98feb78b48 js: remove empty paragraph in empty editor (#71093) 2023-03-10 09:27:42 +01:00
Agate 7694b7b7ab Prepare Jenkinsfile for Gitea migration (#74572)
gitea/godo.js/pipeline/head This commit looks good Details
2023-02-20 15:07:43 +01:00
Frédéric Péters 8e4cf733a9 ci: only build package for bullseye (#72729)
gitea-wip/godo.js/pipeline/head Build started... Details
2022-12-23 07:45:27 +01:00
Paul Marillonnet bd4a317f26 ci: add tests section in Jenkinsfile (#69483) 2022-12-08 10:44:11 +01:00
Paul Marillonnet 020a95574a tox: add base tox.ini file (#69483) 2022-12-07 15:57:52 +01:00
Paul Marillonnet 6e281ff798 code-style: fix non-pre-committed code (#69483) 2022-12-07 15:57:52 +01:00
Corentin Sechet e7914ca525 js: add instant-update option (#70275)
to update textarea value on change
2022-11-02 17:31:59 +01:00
Thomas Jund 849156cd3e link & window dialog for attributs (#59607) 2022-11-02 17:20:58 +01:00
Thomas Jund e99c81194a restore hard break keymap (#70924) 2022-11-02 11:17:10 +01:00
Thomas Jund 39421ae70c css: use default sans-serif font for menus (#63636) 2022-11-02 10:54:14 +01:00
Thomas Jund 80aff3c854 pass data-attribute values ​​to options of new instance (#70541)
instead to modify godo default options
2022-10-31 15:34:06 +01:00
Thomas Jund 6ac705bac7 refactor jQuery to JS (#70526) 2022-10-31 15:31:12 +01:00
Corentin Sechet 21455d801e fix broken list item creation (#70456) 2022-10-19 11:16:04 +02:00
Frédéric Péters 43d1b73d8b update example page to only have basic/full examples (#70221) 2022-10-13 14:26:08 +02:00
Frédéric Péters a0c352a1b5 restore list toolbar button (#70212) 2022-10-13 14:26:08 +02:00
Corentin Sechet c1c7337579 js: fix variable name leftover after linter setup (#70072) 2022-10-11 07:41:02 +02:00
Corentin Sechet 5e924450c5 js: export only 'basic' and 'full' modes (#67452) 2022-10-04 16:18:36 +02:00
Corentin Sechet 179c9610dd js: automatically load godo on appropriate text areas (#69379) 2022-10-04 16:16:53 +02:00
Corentin Sechet 5d600abe94 js: fix inverted condition introduced by #66719 2022-09-23 14:07:54 +02:00
Corentin Sechet fe3e464480 js: remove escape binding selecting current paragraph (#68917) 2022-09-23 10:17:16 +02:00
Corentin Sechet 7dba744f85 misc: configure eslint pre-commit hook (#66719) 2022-09-23 09:50:51 +02:00
Corentin Sechet 253620ecd0 misc: configure and fix eslint formatting (#66719) 2022-09-23 09:50:51 +02:00
Corentin Sechet 7ee0085317 misc: configure and fix eslint linting (#66719) 2022-09-23 09:45:51 +02:00
Corentin Sechet c84c5afa46 misc: add eslint configuration (#66719) 2022-09-23 09:45:51 +02:00
Corentin Sechet e356a48e21 js: handle read-only attribute (#69255) 2022-09-21 14:31:08 +02:00
Corentin Sechet 06a3dde393 misc: fix .gitignore (#68613) 2022-09-01 11:10:10 +02:00