-
Notifications
You must be signed in to change notification settings - Fork 1
Tools
Luna edited this page Dec 3, 2019
·
1 revision
The following tools may prove useful when working on the site.
- HTML to Markdown Converter
- Time String Formatter Instant Form Validation
-
RSA Encryption/Decryption
- Can generate Key Pairs as well
-
Simple CSS Media Query Generator
- Mobile First or Desktop First - very diverse set of devices, OS, etc
- Generate and test Favicons using Real Favicon Generator.
- Structured Data
- https://search.google.com/structured-data/testing-tool/u/0/#url=https%3A%2F%2Fpgp.lunacodesdesign.com%2F2015%2F03%2F06%2Fvideo-sporty-genomes-are-elite-athletes-born-or-made%2F
- http://linter.structured-data.org/?url=https:%2F%2Fpgp.lunacodesdesign.com%2F2015%2F03%2F06%2Fvideo-sporty-genomes-are-elite-athletes-born-or-made%2F
- Markdown Cheatsheet
- Jekyll & Liquid Cheatsheet
- GitHub - mdo/jekyll-snippets
- [https://web.stanford.edu/group/csp/cs21/htmlcheatsheet.pdf](HTML Cheatsheet)
- A Simple Guide to HTML
- Interactive HTML Cheatsheet
For text editors, if you don't have a preference already, I recommend Sublime Text There are a lot of useful packages for Jekyll Editing:
- CSS 3
- HTML 5
- HTML Prettify - If you c/p HTML from somewhere, this will make it easier to read.
- Jekyll - Jekyll Snippets
- Liquid - Snippets for Jekyll's template language
- Markdown Extended - Syntax Highlighting for Markdown files
- Markdown Preview - If you're working on a pure markdown file (like this Doc, this will let you preview it in the browser)
- MarkdownToC - This is what I generate the Table of Contents with
- Sublime Linter (Advanced usage) - Double checks your code for you