Skip to content

Commit

Permalink
support bs4.
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerwins committed Aug 25, 2017
1 parent d62b6d4 commit ce3412f
Show file tree
Hide file tree
Showing 106 changed files with 1,680 additions and 198 deletions.
3 changes: 2 additions & 1 deletion Gruntfile.js
Expand Up @@ -144,7 +144,8 @@ module.exports = function (grunt) {
options: { compile: true, compress: true },
files: [
{
'dist/summernote.css': ['src/less/summernote.less']
'dist/summernote.css': ['src/less/summernote.less'],
'dist/summernote-bs3.css': ['src/less/summernote-bs3.less']
},
{
expand: true,
Expand Down
20 changes: 20 additions & 0 deletions bs3.html
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.css" />
<link rel="stylesheet" href="../dist/summernote-bs3.css">
<title>summernote</title>
</head>
<body>
<div class="container">
<h4> <i class="note-icon-summernote"></i> Summernote
<span class="label label-info">Bootstrap v3.3.5</span>
<span class="label label-success">with Summernote Icons</span>
</h4>
<div class="summernote"><p>Hello World</p></div>
</div>
<script data-main="src/js/app" data-editor-type="bs3" src="//cdnjs.cloudflare.com/ajax/libs/require.js/2.1.9/require.min.js"></script>
</body>
</html>
Binary file modified dist/font/summernote.eot
Binary file not shown.
Binary file modified dist/font/summernote.ttf
Binary file not shown.
Binary file modified dist/font/summernote.woff
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/lang/summernote-ar-AR.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/lang/summernote-bg-BG.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/lang/summernote-ca-ES.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/lang/summernote-cs-CZ.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/lang/summernote-da-DK.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/lang/summernote-de-DE.js
Expand Up @@ -54,7 +54,7 @@
},
style: {
style: 'Stil',
p: 'p',
p: 'Normal',
blockquote: 'Zitat',
pre: 'Quellcode',
h1: 'Überschrift 1',
Expand Down
4 changes: 2 additions & 2 deletions dist/lang/summernote-de-DE.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ce3412f

Please sign in to comment.