/ | ProseMirror | Quill | CKEditor5 | Textbox.io | Slatejs |
---|---|---|---|---|---|
Content Format | Abstract Content Tree | JSON | VDOM Tree | HTML | Immutable.Record |
Editor Design | Blog posts from author | Compare with other editors | Design Wiki | N/A | Slate Principles |
Document Scheme | Extensible Schema | N/A | Extensible Scheme | N/A | [Schema with custom |
To setup your computer to work with *.copilot.local domains, e.g. copilot.copilot.local, copilot-auth.copilot.local and so on, without having to add to your hosts file each time.
- Homebrew
- Mountain Lion
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"presets": ["es2015"] | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* your css here */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* your css here */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* your css here */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head lang="en"> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/> | |
<title>EFSET Tutorial Videos</title> | |
<link rel="stylesheet" type="text/css" href="bower_components/mediaelement/build/mediaelementplayer.min.css" media="all"> | |
<link rel="stylesheet" type="text/css" href="bower_components/mediaelement/build/mejs-skins.css" media="all"> | |
<!-- build:js videoplayer.js --> |
The following document summarise the list of compatibility issues found on [3.0](https://github .com/troopjs/troopjs/releases/tag/3.0.0-pr.2%2Bfa7fcdb) compare with the last [2.x](https://github .com/troopjs/troopjs/releases/tag/2.0.5%2B01ab95d) build:
generally we have done moved many internal/api-level modules in this version, the following map (non-exclusive) reflects changes that have been made from 2.x to 3.x:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@import url(http://weloveiconfonts.com/api/?family=entypo); | |
/* line 70, /Users/garry/workspace/error-prompt/fiddle.scss */ | |
body { | |
background: #292931; | |
padding: 0; | |
margin: 0; } | |
/* line 76, /Users/garry/workspace/error-prompt/fiddle.scss */ | |
[data-icon]:after { | |
font-family: "entypo"; |
Just a test of input:file with custom styles.
A Pen by Geoffrey Crofte on CodePen.