1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-04 08:17:24 -05:00
gitea/web_src/js
wxiaoguang 621e1ff9c9
Improve markdown textarea for indentation and lists (#31406)
Almost works like GitHub

* use Tab/Shift-Tab to indent/unindent the selected lines
* use Enter to insert a new line with the same indentation and prefix
2024-06-21 08:14:40 +00:00
..
components Update JS dependencies, remove eslint-plugin-jquery (#31402) 2024-06-18 08:10:30 +00:00
features Improve markdown textarea for indentation and lists (#31406) 2024-06-21 08:14:40 +00:00
markup Use querySelector over alternative DOM methods (#31280) 2024-06-10 22:49:33 +02:00
modules Fix navbar + menu flashing on page load (#31281) 2024-06-12 14:58:03 +00:00
render
standalone Use querySelector over alternative DOM methods (#31280) 2024-06-10 22:49:33 +02:00
utils
vendor
webcomponents
bootstrap.js
bootstrap.test.js
globals.js Bump htmx to 2.0.0 (#31413) 2024-06-20 20:04:09 +00:00
htmx.js Bump htmx to 2.0.0 (#31413) 2024-06-20 20:04:09 +00:00
index.js Split common-global.js into separate files (#31438) 2024-06-21 15:40:33 +08:00
svg.js
svg.test.js
utils.js
utils.test.js
vitest.setup.js