1
0
Fork 0
mirror of synced 2024-06-03 03:04:58 +12:00
Commit graph

183 commits

Author SHA1 Message Date
minung.han dda994bb96 Add link to GoormIDE instructions 2018-12-04 17:10:08 +03:00
Eugene Baranov 0505b819e4 Add link to VS2017 instructions 2018-11-15 17:25:16 +03:00
Karol Jastrzębowski 804d25ac88 Change CDN links in Readme example
As Rawgit is closing example links will stop to function at the end of October 2019. I've chosen jsdelivr over unpkg as it's using GitHub as a source like Rawgit, rather than NPM, and have a bigger [market share](https://w3techs.com/technologies/comparison/cd-jsdelivr,cd-unpkg). Related issue #18.
2018-10-15 17:58:14 +03:00
Nikita Prokopov 3557a00320 1.206 2018-10-01 00:49:38 +03:00
Nik Kantar 5db65a50b4 Add PEP20.org to list of projects using Fira Code 2018-09-20 15:35:45 +03:00
Nikita Prokopov fbe88df92c Patreon banner 2018-09-18 22:45:04 +03:00
Nikita Prokopov 472eee7f2d Remove Glyphs2 link 2018-09-17 19:31:18 +03:00
Nikita Prokopov ade27f514a
Added mintty to working (closes #622) 2018-07-04 12:10:26 +03:00
Matt Harris 30862e05b0 Add elementary Code 2018-05-02 19:57:48 +03:00
Kilian Valkhof 419b785ff1 Add FromScratch to projects that use FiraCode 2018-03-31 19:23:07 +03:00
Nikita Prokopov cf405dd69f added NeoVim-gtk (closes #571) 2018-03-13 12:52:30 +03:00
herlev 331f101635 Add Web Maker to the list of projects using Fira Code 2018-03-12 11:40:25 +03:00
Nikita Prokopov 37f16bc199 Version 1.205 2018-02-27 16:43:28 +03:00
Konrad Heidler 1396d2ea82 Update README.md
Oneliner -- Fix link for the standalone Emacs instructions
2018-02-10 12:44:41 +03:00
Maximilian Ertl e68b88dcf2 Add Abricotine to list of supported editors
It's a Markdown Editor (https://github.com/brrd/Abricotine) that switches to Fira Code as soon as the font is installed, ligatures are fully supported.
2017-12-18 01:49:47 +03:00
Nikita Prokopov 4c9a74e220 BBEdit is only supported for v11 (#530) 2017-12-15 16:19:24 +03:00
dospunk 277388bb46 Add supercollider 3 to list of working editors 2017-12-12 10:14:21 +03:00
Nikita Prokopov 49d5f08f6d Added kitty support (closes #519) 2017-11-19 12:18:31 +03:00
Nikita Prokopov 8fdf83ff5e Added Token2Shell/MD 2017-11-02 13:27:48 +03:00
Alfred Bez 6fe8cad406 Sublime Text 3 now has font ligature support (#502) 2017-10-06 22:34:44 +07:00
Nikita Prokopov 9529b8ae22 compressed table 2017-09-28 19:17:42 +07:00
Nikita Prokopov 327be68d14 Added PHP showcase (closes #295) 2017-09-28 19:14:35 +07:00
Jed Fox 079486533a Add examples of how to use Fira Code on a webpage (#491) 2017-09-28 14:56:54 +07:00
Mauro Porras P 6d2d5eb065 Update support for iterm2 (#497) 2017-09-28 14:55:03 +07:00
Slam b9d29898c2 Renamed "Black Screen" to upterm (#489) 2017-09-18 22:23:00 +07:00
Nikita Prokopov 862454fcda Link to Cloud9 wiki instructions (closes #457) 2017-08-07 15:51:55 +02:00
Nikita Prokopov 69838e8172 Works on Mac since 4.7 (closes #458) 2017-08-07 15:50:25 +02:00
Nikita Prokopov e09b9fa11d Update README.md 2017-08-07 15:27:23 +02:00
Shai Mishali 57d2e2d3bf Added basic Swift showcase and clarified Xcode support of Ligatures (#461) 2017-08-07 15:23:51 +02:00
Nikita Prokopov aab4ce1844 Workaround for Windows / gvim (closes #462) 2017-08-07 15:21:38 +02:00
Chris Charles 6f28951cf6 Add Alacritty to list of unsupported terminals (#469) 2017-08-07 15:12:01 +02:00
Nikita Prokopov f8b8865cf5 Instructions for Notepad++ (closes #471) 2017-08-07 15:11:18 +02:00
Nikita Prokopov bbd33d9ed6 Added Android Studio to supported list (closes #446) 2017-06-22 21:20:22 +03:00
Nikita Prokopov 91fd348be8 Delphi IDE is not supported (closes #445) 2017-06-22 13:39:17 +03:00
Nikita Prokopov b169b843af Added ZOC to supported terminals 2017-06-12 20:55:24 +03:00
Nikita Prokopov bb2330d344 Link to troubleshooting section 2017-06-10 15:46:53 +03:00
Nikita Prokopov 75765e96dc cmd.exe is not supported (closes #431) 2017-05-31 21:49:44 +03:00
Miguel Araújo 71c7412b9a Add CHANGELOG file (#415) 2017-04-27 14:45:41 +03:00
Jay Fault cc3f45072c Spyder w/ Qt5 (#401) 2017-03-30 16:24:40 +03:00
Nikita Prokopov 98dc8fb0ad Added Cloud9 to list of supported editors (closes #400) 2017-03-30 09:26:05 +03:00
Ivan Vyshnevskyi 1f135b6b01 Add leading and trailing pipes to tables in readme.md (#394)
A rendering of the “Terminal support” table was broken in `README.md`.

The [new GitHub's parser][1] seems to handle differently the leftmost empty
table cell if it has no leading pipe (`|`):

* if it's in the middle of the table, the whole row shifts to the left
  (the second cell becomes first, third takes place of the second, etc.)
* if it's the table's last row or all rows after it also have only whitespace
  and no leading pipe, they are parsed as a new block element
  (the code block, because of leading whitespace)

Also, new spec [recommends][2] adding leading and trailing pipes for
_“clarity of reading”_ and to avoid parsing ambiguity. Both currently existing
tables were updated to follow this advice.

[1]: https://githubengineering.com/a-formal-spec-for-github-markdown/
[2]: https://github.github.com/gfm/#tables-extension-
2017-03-25 18:05:36 +03:00
4rchie 88fdc524fb Update README.md (#387)
just checked firacode on vs2017 and works fine (apart form <- -> ligatures which are still not yet implemneted in vs
2017-03-21 17:43:23 +03:00
Nikita Prokopov bcda8b7745 Fixed dropbox link 2017-03-20 11:50:13 +03:00
Nikita Prokopov c9813e2a4a Added VimR 2017-02-16 12:22:00 +03:00
Nikita Prokopov 567d3b2243 CodePen has added Fira Code 2017-02-16 12:17:37 +03:00
Nikita Prokopov 8718a1ed41 Projects using Fira Code 2017-02-15 22:07:49 +03:00
Dave Shaw 0eebda6504 Adding LINQPad as a supported editor (#358) 2017-02-15 21:42:40 +03:00
Tan Jay Jun 0a321b5369 Add Elixir showcase to README.md (#347) 2017-01-18 14:54:18 +07:00
Nikita Prokopov f5d13bb76e Added info on how to enable ligatures in CodeMirror, closes #318 2016-11-30 18:40:27 +00:00
Yehonathan Sharvit bf70e5c912 Fira Code works fine in Chrome without any special flag (#303) 2016-12-01 01:39:19 +07:00