Skip to content

Commit 4422ea3

Browse files
committed
新增幾個保哥自己收集的工具
文件翻閱工具(DevDocs & DocHub)、JSON Generator、Debuggex: The online visual regex tester 與兩個 CSS & JavaScript 格式化工具
1 parent 7548cd1 commit 4422ea3

File tree

1 file changed

+16
-40
lines changed

1 file changed

+16
-40
lines changed

README.md

Lines changed: 16 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,11 @@
355355

356356
##參考資料/教學手冊/相容性套件/程式產生器等相關工具 (Reference/Guide/Polyfill/Generator Tools)
357357

358+
######文件翻閱工具
359+
* [DevDocs — API Documentation Reader](http://devdocs.io/)
360+
* [DocHub | Instant Documentation Search](http://dochub.io/)
361+
362+
---
358363

359364
######瀏覽器相容性工具/文件 (Browser X Supports X)
360365
* [http://caniuse.com/](http://caniuse.com/)
@@ -422,7 +427,7 @@
422427

423428
######CSS 相關規格/參考資料與相容性套件 (CSS Specs/Ref & Polyfills)
424429
* [CSS, from Mozilla](https://developer.mozilla.org/en-US/docs/CSS)
425-
* [CSS SPEC­I­FI­CA­TIONS, from W3C](http://www.w3.org/Style/CSS/current-work)
430+
* [CSS SPEC-I-FI-CA-TIONS, from W3C](http://www.w3.org/Style/CSS/current-work)
426431
* [http://cssvalues.com/](http://cssvalues.com/)
427432
* [CSS contents and browser compatibility](http://www.quirksmode.org/css/contents.html)
428433
* [CSS Compatibility and Internet Explorer](http://msdn.microsoft.com/en-us/library/cc351024\(VS.85\).aspx)
@@ -494,7 +499,12 @@
494499
* [Code Conventions for the JavaScript Programming Language](http://javascript.crockford.com/code.html)
495500
* [jsbeautifier](http://jsbeautifier.org/)
496501
* [Airbnb JavaScript Style Guide](https://github.com/airbnb/javascript)
497-
502+
503+
---
504+
505+
######JSON 產生器
506+
* [JSON Generator – tool for generating random JSON data](http://www.json-generator.com/)
507+
498508
---
499509

500510
######一般前端開發實務與開發習慣 (General Front-end Practices/Conventions)
@@ -541,6 +551,7 @@
541551
* [regexr](http://gskinner.com/RegExr/)
542552
* [refiddle](http://refiddle.com/)
543553
* [RegexPlanet](http://www.regexplanet.com/)
554+
* [Debuggex: The online visual regex tester. JavaScript, Python, and PCRE.](http://www.debuggex.com/)
544555

545556
######HTML/CSS 編輯器
546557
* [dabblet](http://dabblet.com/)
@@ -607,42 +618,7 @@
607618
* [json-query](https://github.com/mmckegg/json-query)
608619
* [SpahQL](http://danski.github.io/spahql/)
609620

621+
##格式化工具
610622

611-
612-
613-
614-
615-
616-
617-
618-
619-
620-
621-
622-
623-
624-
625-
626-
627-
628-
629-
630-
631-
632-
633-
634-
635-
636-
637-
638-
639-
640-
641-
642-
643-
644-
645-
646-
647-
648-
623+
* [Online JavaScript beautifier](http://jsbeautifier.org/)
624+
* [CSS Beautifier](http://html.fwpolice.com/css/)

0 commit comments

Comments
 (0)