Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
a-doc-editor
Overview
Overview
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ramdayal Munda
a-doc-editor
Commits
a368b0e6
Commit
a368b0e6
authored
Jan 12, 2024
by
ramdayalmunda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
focus when adding list or bullets
parent
5ce24a3b
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
89 additions
and
57 deletions
+89
-57
a-doc-editor2.css
dist/assets/a-doc-editor2.css
+3
-0
a-doc-editor2.js
dist/assets/a-doc-editor2.js
+85
-57
index.html
dist/index.html
+1
-0
No files found.
dist/assets/a-doc-editor2.css
View file @
a368b0e6
...
@@ -52,6 +52,9 @@
...
@@ -52,6 +52,9 @@
.toolbar
.item
:hover
{
.toolbar
.item
:hover
{
background
:
#5fad5f
;
background
:
#5fad5f
;
}
}
[
adc-type
=
"popover"
]
{
pointer-events
:
none
;
}
.option
{
.option
{
border
:
1px
solid
black
;
border
:
1px
solid
black
;
padding
:
5px
;
padding
:
5px
;
...
...
dist/assets/a-doc-editor2.js
View file @
a368b0e6
This diff is collapsed.
Click to expand it.
dist/index.html
View file @
a368b0e6
...
@@ -24,6 +24,7 @@
...
@@ -24,6 +24,7 @@
<body>
<body>
<div
class=
"body"
></div>
<div
class=
"body"
></div>
<p
style=
"font-family: 'Calibri';"
>
Click on the
<span>
canvas
</span>
and start typing
<p
style=
"font-family: 'Calibri';"
>
Click on the
<span>
canvas
</span>
and start typing
<input
/>
<button
onclick=
"log()"
>
Log
</button>
<button
onclick=
"log()"
>
Log
</button>
<button
onclick=
"setData()"
>
Set Data
</button>
<button
onclick=
"setData()"
>
Set Data
</button>
<button
onclick=
"generatePDF()"
>
Generate PDF
</button>
<button
onclick=
"generatePDF()"
>
Generate PDF
</button>
...
...
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