{"id":19364566,"url":"https://github.com/math2001/fast-markdown","last_synced_at":"2026-04-15T22:35:26.670Z","repository":{"id":74806107,"uuid":"72505439","full_name":"math2001/fast-markdown","owner":"math2001","description":"Sublime text plugin to type markdown quicker","archived":false,"fork":false,"pushed_at":"2017-02-03T06:58:38.000Z","size":56,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-15T04:46:00.346Z","etag":null,"topics":["markdown","speed","sublime-text","text-editor-plugin"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/math2001.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-11-01T05:03:15.000Z","updated_at":"2016-11-27T18:00:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"50288eb4-42e4-4aa5-b042-a81632f89bfe","html_url":"https://github.com/math2001/fast-markdown","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/math2001/fast-markdown","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/math2001%2Ffast-markdown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/math2001%2Ffast-markdown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/math2001%2Ffast-markdown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/math2001%2Ffast-markdown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/math2001","download_url":"https://codeload.github.com/math2001/fast-markdown/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/math2001%2Ffast-markdown/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263819236,"owners_count":23516122,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["markdown","speed","sublime-text","text-editor-plugin"],"created_at":"2024-11-10T07:37:44.059Z","updated_at":"2026-04-15T22:35:21.633Z","avatar_url":"https://github.com/math2001.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fast Markdown - Sublime Text Plugin\n\n**Markdown**. You type some *markdown* all the time. For github, stackoverflow, your readmes, your docs, your blog posts. The list never stops. This is why I created this plugin. It's basically going to make you become faster at typing markdown\n\nIt auto insert prefixes in lists (`-`, `*`, `n.`). (reorganize automatically the numbers when you add/remove element). It support nested lists.\n\nIt also helps with italics and bold (only working with `*` for now).\n\n## A quick example\n\n![a quick example of fast markdown.](fast-markdown.gif)\n\nSorry for the quality... :confused:\n\n## Usage\n\nThe only thing you need to know is that when you want to insert an unordered nested list, just add at the end the line `- `. The `-` can be `+` or `*`. And if you want to insert an ordered list, add a `# `.\n\nOtherwise, everything is just natural. :smirk:\n\n## Install\n\nFor now, **Fast Markdown** is not available on Package Control, so you're going to install it manually.\n\n## Using package control\n\nNo, I'm not crazy! You can install a package *with package control* from a github repo. [more info](https://packagecontrol.io/docs/usage). Here's what you have to do:\n\n1. open up the command palette (`ctrl+shift+p`), and find `Package Control: Add Repository`. Then enter the URL of this repo: `https://github.com/math2001/fast-markdown` in the input field.\n2. open up the command palette again and find `Package Control: Install Package`, and just search for `fast-markdown`.\n\nThe first step was just adding `fast-markdown` to the list of available plugin, and has it normally does, package control download the repo and convert it into a `.sublime-package` (just a `.zip` with the wrong extension)\n\n## Using the command line\n\n```\ncd \"%APPDATA%\\Sublime Text 3\\Packages\"             # on window\ncd ~/Library/Application\\ Support/Sublime\\ Text\\ 3 # on mac\ncd ~/.config/sublime-text-3                        # on linux\n\ngit clone \"https://github.com/math2001/fast-markdown\"\n\nDone!\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmath2001%2Ffast-markdown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmath2001%2Ffast-markdown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmath2001%2Ffast-markdown/lists"}