zulip/tools
Harsh cfdb80ed48 typeahead: Replace code block language hint text with more clear options
This commit
- Replace the blank option with an italicized option that's the current
   default language, if there is one selected with "default" label.
- Make the "text" option more informative by adding (no highlighting)
   to the label.
- Remove the hint for "text".
- Prioritize as left to right, before start typing:
   blank/default language, text, quote, spoiler, math, everything else...

fixes: #33682
2025-05-01 16:36:20 -07:00
..
ci requirements: Migrate to uv. 2025-02-24 22:29:24 -08:00
documentation_crawler
droplets requirements: Migrate to uv. 2025-02-24 22:29:24 -08:00
i18n update-for-legacy-translations: Don’t delete empty strings. 2025-04-05 07:17:47 -07:00
lib integration-docs: Migrate PythonAPIIntegration docs. 2025-03-26 11:19:31 -07:00
linter_lib create-realm: Simplify organization name field on new org form. 2025-05-01 12:00:56 -07:00
node_lib
oneclickapps
screenshots generate-integration-docs-screenshot: Support plain/text payloads. 2025-04-16 14:05:29 -07:00
setup typeahead: Replace code block language hint text with more clear options 2025-05-01 16:36:20 -07:00
test-install
tests requirements: Migrate to uv. 2025-02-24 22:29:24 -08:00
zulip-export
__init__.py
backport-pull-request
build-docs
build-help-center
build-release-tarball provision: Ignore Python warnings while building requirements. 2025-03-19 17:15:09 -07:00
cache-zulip-git-version
check-capitalization
check-frontend-i18n docs: Explain web app translations before server, and use those terms. 2025-01-31 14:32:47 -08:00
check-issue-labels ruff: Fix PLC1802 len(…) used as condition without comparison. 2025-03-14 17:31:50 -07:00
check-openapi openapi: Fix misuse of nullable as sibling of oneOf. 2025-01-24 23:00:21 -08:00
check-provision
check-schemas message_edit: Show typing indicator for message editing. 2025-02-12 15:08:56 -08:00
check-templates
check-thirdparty
clean-branches
commit-message-lint
commit-msg
conf.ini-template
convert-help-center-docs-to-mdx help-beta: Merge lists of same type adjacent to each other. 2025-04-15 13:55:09 -07:00
coveragerc
create-api-changelog tools: Use .md extension for temporary API changelog files. 2025-04-13 20:22:53 -07:00
deploy-branch
diagnose requirements: Migrate to uv. 2025-02-24 22:29:24 -08:00
documentation.vnufilter
duplicate_commits.json
fetch-contributor-data install: Remove --cacert and CUSTOM_CA_CERTIFICATES. 2025-02-24 22:29:24 -08:00
fetch-pull-request
fetch-rebase-pull-request
find-unused-css
lint
merge-api-changelogs tools: Use .md extension for temporary API changelog files. 2025-04-13 20:22:53 -07:00
pre-commit
provision requirements: Migrate to uv. 2025-02-24 22:29:24 -08:00
push-to-pull-request
python-warnings.bash provision: Ignore Python warnings while building requirements. 2025-03-19 17:15:09 -07:00
README.md
rebuild-dev-database
rebuild-test-database
release
release-tarball-exclude.txt
renumber-migrations
reset-to-pull-request
review
run-codespell
run-dev
run-mypy ruff: Fix SIM905 Consider using a list literal instead of str.split. 2025-03-14 17:31:50 -07:00
run-tsc
semgrep-py.yml migrations: Backfill is_channel_message. 2025-03-18 09:34:11 -07:00
setup-git-repo
show-profile-results
stop-run-dev
tail-ses
test-all requirements: Migrate to uv. 2025-02-24 22:29:24 -08:00
test-api test-api: Make desdemona consenting to private data export. 2025-03-28 23:05:19 -07:00
test-backend test-backend: Remove outdated reference to MarkdownTest class. 2025-04-01 17:58:22 -07:00
test-documentation
test-help-documentation
test-js-with-node integration-url-modal: Use input pills for branch names. 2025-03-28 09:58:39 -07:00
test-js-with-puppeteer
test-migrations
test-queue-worker-reload
test-run-dev
test-tools requirements: Migrate to uv. 2025-02-24 22:29:24 -08:00
total-contributions tools: Treat hosted weblate as a bot in contributor counts. 2025-03-25 09:55:20 -07:00
update-prod-static integration-docs: Migrate PythonAPIIntegration docs. 2025-03-26 11:19:31 -07:00
update-zuliprc-api-field
upload-release
webpack webpack: Allow customizing the 5xx page. 2025-03-24 14:39:47 -07:00
zanitizer
zanitizer_config.pm.sample

This directory contains scripts that are used in building, managing, testing, and other forms of work in a Zulip development environment. Note that tools that are also useful in production belong in scripts/ or should be Django management commands.

For more details, see https://zulip.readthedocs.io/en/latest/overview/directory-structure.html.