Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
react-ag-qeditor
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
lib
react-ag-qeditor
Commits
68e5acd7
Commit
68e5acd7
authored
Feb 02, 2026
by
Яков
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update iframe and video
parent
ffd1d840
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
41 additions
and
0 deletions
+41
-0
pdf.svg
pdf.svg
+40
-0
ToolBar.js
src/components/ToolBar.js
+1
-0
Iframe.js
src/extensions/Iframe.js
+0
-0
Video.js
src/extensions/Video.js
+0
-0
No files found.
pdf.svg
0 → 100644
View file @
68e5acd7
<svg
width=
"256"
height=
"160"
viewBox=
"0 0 256 160"
xmlns=
"http://www.w3.org/2000/svg"
>
<style>
.stroke { stroke:#000; stroke-width:4; fill:none; stroke-linejoin:round; stroke-linecap:round; }
.fill { fill:#000; }
.text { font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; fill:#000; font-weight:bold; }
</style>
<!-- Левый документ (PDF) -->
<rect
x=
"16"
y=
"16"
width=
"80"
height=
"96"
rx=
"6"
class=
"stroke"
/>
<polyline
points=
"76,16 96,16 96,36"
class=
"stroke"
/>
<rect
x=
"28"
y=
"36"
width=
"56"
height=
"22"
class=
"fill"
rx=
"3"
/>
<text
x=
"56"
y=
"52"
text-anchor=
"middle"
class=
"text"
font-size=
"14"
fill=
"#fff"
>
PDF
</text>
<line
x1=
"28"
y1=
"68"
x2=
"88"
y2=
"68"
class=
"stroke"
/>
<line
x1=
"28"
y1=
"80"
x2=
"74"
y2=
"80"
class=
"stroke"
/>
<line
x1=
"28"
y1=
"92"
x2=
"64"
y2=
"92"
class=
"stroke"
/>
<!-- Стрелка (слева направо) -->
<polygon
class=
"fill"
points=
"
112,64 132,64
132,54 160,72
132,90 132,80
112,80
"
/>
<!-- Правый документ (TEXT) -->
<rect
x=
"160"
y=
"16"
width=
"80"
height=
"96"
rx=
"6"
class=
"stroke"
/>
<polyline
points=
"220,16 240,16 240,36"
class=
"stroke"
/>
<line
x1=
"172"
y1=
"36"
x2=
"232"
y2=
"36"
class=
"stroke"
/>
<line
x1=
"172"
y1=
"48"
x2=
"228"
y2=
"48"
class=
"stroke"
/>
<line
x1=
"172"
y1=
"60"
x2=
"224"
y2=
"60"
class=
"stroke"
/>
<line
x1=
"172"
y1=
"72"
x2=
"232"
y2=
"72"
class=
"stroke"
/>
<line
x1=
"172"
y1=
"84"
x2=
"220"
y2=
"84"
class=
"stroke"
/>
<!-- Подпись снизу -->
<text
x=
"128"
y=
"146"
text-anchor=
"middle"
class=
"text"
font-size=
"18"
>
PDF -> TEXT
</text>
</svg>
src/components/ToolBar.js
View file @
68e5acd7
...
...
@@ -257,6 +257,7 @@ const ToolBar = ({ editor, toolsLib = [], toolsOptions }) => {
}
}
const
getItems
=
()
=>
{
let
toolItems
=
[];
...
...
src/extensions/Iframe.js
View file @
68e5acd7
This diff is collapsed.
Click to expand it.
src/extensions/Video.js
View file @
68e5acd7
This diff is collapsed.
Click to expand it.
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