Viktor Nemes
191113aa5f
Load selected lines from query params ( #878 )
...
* Make the editorRef as a required parameter of useGutterClickHandler
For the external line number selection it is required that we access the CodeMirror editor anywhere in the hook
* Refactor the line highlight logic to handle "unknown" lines as non-selected
Only execute the highlight when there is a valid selection (there are some keys set in state.selected)
Additionally also execute the highlight logic when the line numbers are not visible (E.g. line.gutter is falsy)
* Pass in the selectedLines from the query string and implement the pre-selection logic
* Rename useGutterClickHandler to better explain its function
* Adding nemesv as contributor
* quick tweak
* tweak
5 years ago
allcontributors[bot]
721064f71f
docs: add majouji as a contributor ( #885 )
...
* docs: update README.md
* docs: update docs/README.de.md
* docs: update docs/README.es.md
* docs: update docs/README.hi.md
* docs: update docs/README.br.pt.md
* docs: update docs/README.cn.zh.md
* docs: update docs/README.ml.md
* docs: update docs/README.tr.md
* docs: update docs/README.kr.md
* docs: update docs/README.ta.md
* docs: update docs/README.fr.md
* docs: update docs/README.ja.md
* docs: update .all-contributorsrc
5 years ago
allcontributors[bot]
e5d82e1dc0
docs: add Merlintor as a contributor ( #862 )
...
* docs: update README.md
* docs: update docs/README.de.md
* docs: update docs/README.es.md
* docs: update docs/README.hi.md
* docs: update docs/README.br.pt.md
* docs: update docs/README.cn.zh.md
* docs: update docs/README.ml.md
* docs: update docs/README.tr.md
* docs: update docs/README.kr.md
* docs: update docs/README.ta.md
* docs: update docs/README.fr.md
* docs: update docs/README.ja.md
* docs: update .all-contributorsrc
5 years ago
allcontributors[bot]
c837f9d3e3
docs: add JoseNoriegaa as a contributor ( #859 )
...
* docs: update README.md
* docs: update docs/README.de.md
* docs: update docs/README.es.md
* docs: update docs/README.hi.md
* docs: update docs/README.br.pt.md
* docs: update docs/README.cn.zh.md
* docs: update docs/README.ml.md
* docs: update docs/README.tr.md
* docs: update docs/README.kr.md
* docs: update docs/README.ta.md
* docs: update docs/README.fr.md
* docs: update docs/README.ja.md
* docs: update .all-contributorsrc
5 years ago
Michael Fix
4ec70a2bf6
Repository changes from org change ( #840 )
...
* dawnlabs -> carbon-app
* update READMEs
* remove logo from translated readmes
* change project link
* update license
* remove case study link from translated READMEs
5 years ago
allcontributors[bot]
66cee65524
docs: add etoxin as a contributor ( #820 )
...
* docs: update README.md
* docs: update docs/README.de.md
* docs: update docs/README.es.md
* docs: update docs/README.hi.md
* docs: update docs/README.br.pt.md
* docs: update docs/README.cn.zh.md
* docs: update docs/README.ml.md
* docs: update docs/README.tr.md
* docs: update docs/README.kr.md
* docs: update docs/README.ta.md
* docs: update docs/README.fr.md
* docs: update docs/README.ja.md
* docs: update .all-contributorsrc
5 years ago
allcontributors[bot]
87b67230e7
docs: add munierujp as a contributor ( #819 )
...
* docs: update README.md
* docs: update docs/README.de.md
* docs: update docs/README.es.md
* docs: update docs/README.hi.md
* docs: update docs/README.br.pt.md
* docs: update docs/README.cn.zh.md
* docs: update docs/README.ml.md
* docs: update docs/README.tr.md
* docs: update docs/README.kr.md
* docs: update docs/README.ta.md
* docs: update docs/README.fr.md
* docs: update docs/README.ja.md
* docs: update .all-contributorsrc
5 years ago
Anudeep Reddy
0444ee74c0
Simplified Contributions and Automated development setup using Gitpod ( #798 )
...
* Automated development setup using Gitpod
* code -> infra
* update .gitpod.yml
* Update CONTRIBUTING.md
* simplified gitpod config file
* fix up contributing document
5 years ago
allcontributors[bot]
3d4459efd1
docs: add megsachdev as a contributor ( #768 )
...
* docs: update README.md
* docs: update docs/README.de.md
* docs: update docs/README.es.md
* docs: update docs/README.hi.md
* docs: update docs/README.br.pt.md
* docs: update docs/README.cn.zh.md
* docs: update docs/README.ml.md
* docs: update docs/README.tr.md
* docs: update docs/README.kr.md
* docs: update docs/README.ta.md
* docs: update docs/README.fr.md
* docs: update docs/README.ja.md
* docs: update .all-contributorsrc
6 years ago
allcontributors[bot]
2e3e254222
docs: add techinpark as a contributor ( #766 )
...
* docs: update README.md
* docs: update docs/README.de.md
* docs: update docs/README.es.md
* docs: update docs/README.hi.md
* docs: update docs/README.br.pt.md
* docs: update docs/README.cn.zh.md
* docs: update docs/README.ml.md
* docs: update docs/README.tr.md
* docs: update docs/README.kr.md
* docs: update docs/README.ta.md
* docs: update docs/README.fr.md
* docs: update docs/README.ja.md
* docs: update .all-contributorsrc
6 years ago
Mike Fix
a9787b5c85
add docs/README.ja.md to list of auto-built docs
6 years ago
uraway
bce8d1c86a
Update contributors
6 years ago
souppower
36b582cc60
Add Jest setup for unit testing ( #731 )
...
* install jest
* rename test script name
* test Safari detection logic
* don't expose implementation details for testing
* fix jest config
* contrib build
* don't expose impl details for testing
6 years ago
Mike Fix
4d2b212f69
add muhammadmuzzammil1998 as contributor
6 years ago
Joel Hanson
8d93c58fa6
Exported SVG is too large. ( #683 )
...
* The svg had initially contained all the fonts which are not need, so removed the fonts which we don't use using regex.
* Added my name to the contributors list.
* README.* updated
* unwanted regex string removed
* update ' ' to be \s+
6 years ago
Yannick Loriot
816785532a
Adding the French translation ( #674 )
...
* Adding the French translation of the README
* Updates contributions
* fix typo, generate contributors
6 years ago
Farzad YZ
6b132c34f3
Add farzad yz to all contributors ( #673 )
6 years ago
Boy
14be289645
Add Carbonize to README ( #670 )
...
* Add Carbonize to README
* add boyvanamstel as contributor
* update Carbonize copy and move under similar section
6 years ago
Mike Fix
80066ab6a3
add vetrivelcsamy as contributor
6 years ago
Matthew Nielsen
9b885c6fd9
Added language support for RISC-V ( #655 )
...
* added language support for RISC-V
* added optional instruction set extensions for RISC-V
6 years ago
Vetrivel Chinnasamy
83a51a5368
added tamil translation ( #606 )
...
* added tamil translation
* add README.ta.md to all-contributors config
6 years ago
LEE YONGJUN
6a70d35e19
Translate into korean ( #593 )
...
* Translate into korean
* add docs/README.kr.md to all-contributors
6 years ago
Berke Atac
07bfe4ca43
Turkish translation added ( #587 )
...
* Turkish translation added
* add berkeatac as contributor
6 years ago
Shinil M S
e2a33a2ea9
Adds Malayalam README.ml.md ( #567 )
...
* Create README.ml.md
Added Malayalam translation for README.md
* add shinilms as contributor
* use Malayalam to write Malayalam
6 years ago
Mike Fix
64b045d9f7
docs/README.zh_CN.md -> docs/README.cn.zh.md
6 years ago
Izabela Borges
777c741ef2
Added translation in Brazilian Portuguese ( #539 )
...
* Adding portuguese ptBR translation
* Fixing up typos on ptBR translation
* Added all README files to be updated with contribuitors
* Ran yarn contrib:add to add myself as contribuitor
* Changed file name to ISO code standard
* Update README.md
* Update README.md
6 years ago
Sean
2af4aa55ca
Fix N-Triples language support ( #534 )
6 years ago
racaljk
ebb38006a3
update contributor tables ( #529 )
...
* update contributor tables
* add racaljk as contributor
6 years ago
Miloš Sutanovac
47a872a74c
Adds German README.de.md ( #523 )
...
* 📝 Translates README to German
* 🔧 Updates contributions
6 years ago
Mike Fix
aebf7ba503
🌎 🌍 🌏 move translations to docs so we can make room for more of them
6 years ago
Vyom Jain
d03905092f
Add a Hindi translated README ( #518 )
...
* Add a Hindi translated README
* add vvyomjjain as a contributor, add README.hi.md to auto-gen files
6 years ago
Miguel Salazar
6fcdb99691
Translated Readme.md to Spanish ( #515 )
...
* translating to Spanish
* update Spanish
* add translations section to main README
* add ucdstudent95618 as contributor
6 years ago
Michael Fix
f7bbafa696
add rachelcarmena as contributor ( #482 )
6 years ago
Yashu Mittal
22f2ea673e
Space mono normal font ( #462 )
...
* Arranging in alphabetical order
* Add Space Mono (normal) font
* Added myself as contributor
6 years ago
Bruno C. Couto
9fb7abaa2e
Fix contributor dead link for 'imbrn' ( #438 )
6 years ago
Milos
13a42f28e8
Added carbon-now-cli to the community section and updated contributors list ( #424 )
...
* 📝 README.md: Adds carbon-now-cli
* Updates contributors list
6 years ago
Winner Crespo
452370772f
Adding VS Code's Night Owl theme ( #379 )
6 years ago
Eric Adamski
fd63008f12
Add Supoprt for IBM Plex Mono ( #324 )
...
* Add support for IBM Plex Mono (Italic) font
* Add myself as a contributor
* Alphabetize Fonts
7 years ago
Camron Flanders
98403b2ad2
Add Monoid Font ( #314 )
...
* Add Fantasque Sans Mono as font-face
* Add Fantasque Sans mono to constants
* Set to regular weight, not bold
* forgot to add myself as contrib
* add Monoid font
7 years ago
Raphael Amorim
7f40e9b469
[WIP] add lucario as theme option and update contributors ( #292 )
...
* add lucario as theme option and update contributors
* undo miss change
* update codemirror to latest
7 years ago
Jake Dexheimer
6e8bb18b00
Merge branch 'master' of https://github.com/martinfrancois/carbon into martinfrancois-master
7 years ago
Takahiko Inayama
b7adab9bea
Support variable export sizes ( #264 )
7 years ago
Mark Molnar
d044beb977
Feature: Squared Image ( #250 )
...
* Added squared images feature
* Moved 'Squared image' to advanced dropdown
7 years ago
Bruno C. Couto
15f0dd1568
Update contributors list
...
Include bruno02221 as a code contributor.
7 years ago
briandennis
df1433a4c7
update contributors
7 years ago
Nihad Abbasov
e3d2646885
Add Tomorrow Night - Bright theme ( #222 )
...
* Add Tomorrow Night - Bright theme
https://github.com/chriskempson/tomorrow-theme
* Update contributors
7 years ago
Dillon Mulroy
6fa28a0062
Add reset option in advanced options + all contributors addition.
7 years ago
martinfrancois
acef413194
added contrib
7 years ago
Iván Munguía
a3697f48b9
Add syntax highlighting for the diff language ( #191 )
7 years ago
Mike Fix
1ad63373df
New cypress project id, add contributor, new yarn.lock
7 years ago