Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
local-tinymce
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
athos
local-tinymce
Commits
e868a9b2
Commit
e868a9b2
authored
Mar 03, 2017
by
Георгий Попов
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
initial commit
parents
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
README.md
README.md
+4
-0
index.html
index.html
+12
-0
No files found.
README.md
0 → 100644
View file @
e868a9b2
# Локальный текстовый редактор TinyMCE
Проект по установке локального (оффлайн) редактора TinyMCE, редактор также может
сохранять и загружать изменяемые документы на компьютер пользователя.
index.html
0 → 100644
View file @
e868a9b2
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"utf-8"
>
<title>
Локальный редактор TinyMCE
</title>
</head>
<body>
<textarea
id=
"editor"
>
<h1>
Новый документ TinyMCE
</h1>
</textarea>
</body>
</html>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment