this really WYSIWYG experience is because we’ve stripped out a lot of the power that other online editors give you. Link to another page Author A few kind words about the author CSS Text HTML Images Freitag, 19. April 13
this really WYSIWYG experience is because we’ve stripped out a lot of the power that other online editors give you. Link to another page Author A few kind words about the author Title Paragraph Paragraph Separator Author Step 1 Work with components Freitag, 19. April 13
it requires a lot of features that make good projects on their own. Whenever possible we try to separate implementations out into modules and develop them with other developers that have similar needs. Freitag, 19. April 13
data binding (angular.js) - Snippet definitions contain javascript code (behavior) <div id=‘snippet-01’ class=”document-name-snippet”> <h1 class=”title-field”>{{ document.name }}</h1> <span class=”space-field”>{{ space.name }}</span> </div> class DocumentsController constructor: ($scope, document) -> { document, space } = document.get() $scope.document = documents $scope.space = space Angular Controller (coffeescript) Comes from server call Objects have 2-way binding: if they change, the change is automatically shown in the view. Snippet uses angular.js bound variables Freitag, 19. April 13
possible to have this really WYSIWYG experience is because we’ve stripped out a lot of the power that other online editors give you. Link to another page Author A few kind words about the author - HTML is the metadata a title a text an author - Know the content and know which device wants which content - Responsive design is about content, not css Freitag, 19. April 13