Skip to content

Can you disable markdown list auto-completion? #23932

Discussion options

You must be logged in to vote
jaydorsey:

would like a native option to disable this feature

I wrote something that I’m using with tampermonkey to disable this feature that seems to work OK:

gist.github.com

https://gist.github.com/jaydorsey/d1c54ef5fa48668833851423341fbf6f

disable_github_list.js
// ==UserScript==
// @name         Disable Github List Completion
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  Disables the behavior described in https://github.blog/changelog/2020-12-15-markdown-list-syntax-now-autocompleted/
// @author       Jay Dorsey
// @match        https://*.github.com/*
// @grant        window.focus
// ==/UserScript==
This file has been truncated. show original

Replies: 12 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@ferdnyc
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet