1
0
Fork 0
mirror of synced 2024-05-18 19:43:41 +12:00
Commit graph

570 commits

Author SHA1 Message Date
Nikita Prokopov e19f63e0e9
Merge pull request #1471 from ollicle/master
Docs: BBEdit support
2022-10-05 00:56:28 +02:00
Oliver Boermans 9f01d4d376 Docs: BBEdit support
[Latest version of BBEdit](https://www.barebones.com/support/bbedit/notes-14.6.html) supports ligatures once more.

BBEdit no longer requires expert preferences to enable ligatures

TextWrangler is no more – replaced by the unlicenced version of BBEdit.

Update the README files to reflect these changes.
2022-10-04 21:47:36 +10:30
Nikita Prokopov ab2aaf3e73 Misspelling of Haskell in Spanish README (closes #1463) 2022-09-01 17:32:32 +02:00
Nikita Prokopov 4cabdfdfb3
Merge pull request #1452 from ACnoway/master
Update README_CN.md
2022-08-03 15:53:16 +02:00
ACnoway aaafcd3702 update README_CN.md 2022-08-03 10:25:35 +08:00
ACnoway 4926aeac29 wiki Chinese translation 2022-08-02 19:13:50 +08:00
Nikita Prokopov c9d4324d90
Merge pull request #1446 from HyunseungLee-Travis/master
Update quotes to single quote
2022-07-23 02:12:56 +02:00
Hyunseung Lee 3b2506cd31
Update quotes to single quote 2022-07-23 08:33:34 +09:00
Nikita Prokopov caf00206a7
Merge pull request #1440 from xgdgsc/patch-1
fix cn translation regarding sponser
2022-07-13 20:52:58 +02:00
Nikita Prokopov 16de164e66
Merge pull request #1438 from ShalokShalom/patch-1
Move Godot to supported
2022-07-13 20:52:38 +02:00
xgdgsc a0130c91fa
fix cn translation 2022-07-12 22:41:22 +08:00
ShalokShalom c44df2bc5f
Correct order in compability list 2022-07-11 21:11:46 +02:00
ShalokShalom db40758747
Move Godot to supported
Godot resolved the hindering issue 2 years ago. 
Godot 4 ships by default with ligatures.
Issue https://github.com/godotengine/godot-proposals/issues/1180
2022-07-11 17:03:03 +02:00
Nikita Prokopov ad43187d10
Merge pull request #1429 from habere-et-dispertire/patch-1
Raku IDE Comma supports FiraCode
2022-06-30 16:39:04 +02:00
habere-et-dispertire 2a95184394
Raku IDE Comma supports FiraCode
Select installed FiraCode under Preferences... > Editor > Font
and toggle the checkbox Enable ligatures in the same place.
2022-06-29 23:59:46 +01:00
Nikita Prokopov 022693f6f0 Fixed overlap in U+2573 ╳ #1414 2022-05-22 22:58:46 +02:00
Nikita Prokopov 164956350f
Merge pull request #1400 from holazz/patch-readme-cn
docs: improve README_CN.md
2022-04-13 14:54:30 +02:00
holazz 7b20ec1e3b docs: improve README_CN.md 2022-04-13 16:35:22 +08:00
Nikita Prokopov ab6e682f93 Reformatted terminal compatibility list, added Wez’s terminal (closes #1397) 2022-04-01 16:55:14 +02:00
Nikita Prokopov d80b0f07f1 Fixed building on the latest fontmake 2022-03-15 18:11:40 +01:00
Nikita Prokopov 390c41cc94 Fixed build.sh to work on macOS, regen glyphs from *.fea 2022-03-15 15:51:00 +01:00
Fabian Preuß 31adb247e5 feat: allow hardcoding of features via arguments to build script
All features that were not already in their own files were pulled out of
FiraCode.glyphs into individual files. There is no way I will write
a parser for the glyphs file to do that at runtime. The build script
will then read the code in these feature files and appends it to the
`calt` property inside the glyphs file. Features to be baked in can be
given to build.sh as a comma separated list with the `-f / --features`
flag.

To more easily generate multiple font versions with different features
baked in, there are flags `-n / --family-name` for build.sh that will
allow users to set a custom family name for the font. The special value
"features" will append the feature list to the font name. The family
name is exported and used by the other build scripts as a directory to
separate different font versions. The filenames were not changed, the
directory name is enough separation.

The flag `-g / --generate-glyphs-only` will cause the script to exit
after the custom glyphs file has been created without actually building
the font. The custom .glyphs file will be saved as
`${family_name}.glyphs`.

Via another flag, `-w / --weights`, a comma separated list of font
weights to be generated can be given to build.sh.

The README received a hint to the new capabilities.

Fixed a mixup of cv25 and cv32.

The .gitignore was adjusted to better deal with the new directories and
files.
2022-03-15 15:34:25 +01:00
Nikita Prokopov 82180459c9 Removed accidental backgroundImage 2022-03-15 15:29:30 +01:00
Nikita Prokopov 8f4cc97fd5 Removed Docker build from Makefile 2022-03-15 15:29:30 +01:00
Nikita Prokopov a712db6f47
Merge pull request #1385 from VladWinner/master
README.md: Correcting the aspect ratio of images on phones
2022-03-06 20:31:28 +01:00
Vlad a258200a13
Correcting the aspect ratio of images on phones 2022-03-05 04:49:56 +03:00
Vlad 37855f9cf8
Correcting the aspect ratio of images on phones 2022-03-05 04:49:03 +03:00
Nikita Prokopov 4488dc4a66
Update WorkOS link 2022-02-09 17:40:30 +01:00
Nikita Prokopov dc096591b0
WorkOS sponsorship 2022-02-09 15:50:05 +01:00
Nikita Prokopov 383835769c
Merge pull request #1366 from jsoref/spelling
Spelling
2022-02-07 19:33:55 +01:00
Josh Soref f1725b4b4a spelling: to
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2022-02-06 19:19:50 -05:00
Josh Soref e4d1280121 spelling: successfully
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2022-02-06 16:27:49 -05:00
Josh Soref 2c78d18533 spelling: similar
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2022-02-06 16:27:49 -05:00
Josh Soref 8c616ac0dd spelling: proportion
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2022-02-06 16:27:49 -05:00
Josh Soref f2fa4431b8 spelling: postscript
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2022-02-06 16:27:49 -05:00
Josh Soref e6d6ecfcdf spelling: metadata
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2022-02-06 16:27:49 -05:00
Josh Soref 54f1c04b68 spelling: intellij
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2022-02-06 16:27:49 -05:00
Josh Soref 6d3291e32f spelling: inferred
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2022-02-06 16:27:49 -05:00
Josh Soref b95464577a spelling: glyphs
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2022-02-06 16:27:49 -05:00
Josh Soref 7b29086fd2 spelling: conjunction
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2022-02-06 16:27:48 -05:00
Josh Soref 894d462c02 spelling: characters
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2022-02-06 16:27:48 -05:00
Josh Soref 9f66ca846f spelling: aren't
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2022-02-06 16:27:48 -05:00
Josh Soref 6462d0d3d3 spelling: apply
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2022-02-06 16:27:48 -05:00
Josh Soref f2b14f6dd8 spelling: amount
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2022-02-06 16:27:48 -05:00
Diego Sejas-Viscarra 5b90f15c94
Spanish improvements (#1360)
- Corrected a typo in one of the images in Spanish
- Improved the look of one of the images in Spanish

Co-authored-by: Diego Sejas-Viscarra <dsejas.math@m.me>
2022-01-31 19:08:35 +01:00
Keiran Harcombe 3de2fda715 Updated README.md to include TeXShop 2022-01-31 12:57:27 +01:00
Diego Sejas-Viscarra 1ecbc3ac56 Add Spanish README (LEEME) 2022-01-26 09:11:26 +01:00
Pablo 4c21593495 Fixed link to GNOME issue.
GNOME moved from Bugzilla to Gitlab. Fixed the link to the corresponding issue there.
2022-01-19 16:53:02 +01:00
墨抒颖 6cdf4a0583
Update README.md (#1341)
* Update README.md

加入简体中文翻译

* Update README.md

Co-authored-by: Nikita Prokopov <niki@tonsky.me>
2021-12-20 12:59:31 +01:00
墨抒颖 0d88d99bb1 Create README_CN.md
加入中文翻译
2021-12-20 12:57:15 +01:00