Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/textmate/github-markdown-font-settings.tmbundle
:memo: GitHub Flavoured Markdown font settings for TextMate
https://github.com/textmate/github-markdown-font-settings.tmbundle
font-settings textmate tmbundle
Last synced: about 1 month ago
JSON representation
:memo: GitHub Flavoured Markdown font settings for TextMate
- Host: GitHub
- URL: https://github.com/textmate/github-markdown-font-settings.tmbundle
- Owner: textmate
- License: mit
- Created: 2016-02-12T13:39:54.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-09-14T09:19:28.000Z (over 3 years ago)
- Last Synced: 2023-08-03T10:09:38.581Z (over 1 year ago)
- Topics: font-settings, textmate, tmbundle
- Homepage:
- Size: 4.88 KB
- Stars: 12
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# GitHub-Markdown-Font-Settings.tmbundle
Provides nicer fonts for the [GitHub Flavoured Markdown for TextMate bundle](https://github.com/mikemcquaid/GitHub-Markdown.tmbundle]).## Features
- Use San Francisco for the Markdown editor font and make it match the preview size
- Use Menlo for the Markdown editor monospaced text font and make it match the preview size
- Use the default font size for the Markdown editor hash/pound prefix
- Render all Markdown editor headings the same relative size and font as in the preview## Installation
Check "Markdown (GitHub) Font Settings" in TextMate 2's Preferences' Bundles.Alternatively:
```bash
mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles
git clone https://github.com/mikemcquaid/GitHub-Markdown-Font-Settings.tmbundle
```## Status
The above features are tested and working for my day-to-day.Tested using TextMate 2. May work in TextMate 1 or Sublime Text; I've no idea.
[Patches welcome](https://github.com/mikemcquaid/GitHub-Markdown-Font-Settings.tmbundle/pulls).
## Contact
[Mike McQuaid](mailto:[email protected])## License
GitHub-Markdown-Font-Settings.tmbundle is licensed under the [MIT License](http://en.wikipedia.org/wiki/MIT_License). The full license text is
available in
[LICENSE.txt](https://github.com/mikemcquaid/GitHub-Markdown-Font-Settings.tmbundle/blob/master/LICENSE.txt).