Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
experiments
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
QP Hou
experiments
Commits
fcd805b9
Commit
fcd805b9
authored
Jan 03, 2019
by
julien
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
smartquotes experiments with smartquotes.js
parent
91ef553d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
100 additions
and
0 deletions
+100
-0
interface.css
smartQuotes/css/interface.css
+50
-0
index.html
smartQuotes/index.html
+49
-0
smartquote.js
smartQuotes/js/smartquote.js
+1
-0
No files found.
smartQuotes/css/interface.css
0 → 100644
View file @
fcd805b9
:root
{
--color-background
:
white
;
--color-paper
:
white
;
--color-pageBox
:
black
;
}
/* To define how the book look on the screen: */
@media
screen
{
body
{
background-color
:
var
(
--color-background
);
}
.pagedjs_pages
{
display
:
flex
;
width
:
calc
(
var
(
--width
)
*
2
);
flex
:
0
;
flex-wrap
:
wrap
;
margin
:
0
auto
;
margin-bottom
:
3em
;
}
.pagedjs_page
{
background-color
:
var
(
--color-paper
);
box-shadow
:
0
0
0
2px
var
(
--color-pageBox
);
margin
:
0
;
flex-shrink
:
0
;
flex-grow
:
0
;
margin-top
:
10mm
;
}
.pagedjs_first_page
{
margin-left
:
var
(
--width
);
}
/* uncomment for recto/verso book.
--------------------------------------------------- */
.pagedjs_pages
{
flex-direction
:
column
;
width
:
100%
;
}
.pagedjs_first_page
{
margin-left
:
0
;
}
.pagedjs_page
{
margin
:
0
auto
;
margin-top
:
10mm
;
}
}
\ No newline at end of file
smartQuotes/index.html
0 → 100644
View file @
fcd805b9
<!DOCTYPE html>
<html
lang=
"fr"
>
<head>
<meta
content=
"IE=edge"
http-equiv=
"X-UA-Compatible"
>
<title>
Smartquote
</title>
<meta
content=
"width=device-width, initial-scale=1"
name=
"viewport"
>
<link
rel=
"stylesheet"
href=
"css/interface.css"
>
<!-- import the smartquote js library -->
<script
src=
"js/smartquote.js"
></script>
<style>
p
{
color
:
red
;
}
@page
{
font-size
:
A4
;
margin
:
1in
2in
3in
2in
;
}
</style>
<!-- call the paged.js polyfill -->
<script
src=
"https://unpkg.com/pagedjs/dist/paged.polyfill.js"
></script>
<script>
// create a hook beforeParsed so we can change the dom before paginating:
class
smartquote
extends
Paged
.
Handler
{
constructor
(
chunker
,
polisher
,
caller
)
{
super
(
chunker
,
polisher
,
caller
);
}
beforeParsed
(
content
)
{
console
.
log
(
content
);
smartquotes
(
content
);
}
}
// register the hook:
Paged
.
registerHandlers
(
smartquote
);
</script>
</head>
<body>
<h1>
"smartquote" and “key pressed smartquotes”
</h1>
<p>
"smartquote" and “ key pressed smartquotes”
</p>
</body>
\ No newline at end of file
smartQuotes/js/smartquote.js
0 → 100644
View file @
fcd805b9
(
function
(
a
,
b
){
'
object
'
==
typeof
exports
&&
'
object
'
==
typeof
module
?
module
.
exports
=
b
():
'
function
'
==
typeof
define
&&
define
.
amd
?
define
([],
b
):
'
object
'
==
typeof
exports
?
exports
.
smartquotes
=
b
():
a
.
smartquotes
=
b
()})(
this
,
function
(){
return
function
(
a
){
function
b
(
d
){
if
(
c
[
d
])
return
c
[
d
].
exports
;
var
e
=
c
[
d
]
=
{
i
:
d
,
l
:
!
1
,
exports
:{}};
return
a
[
d
].
call
(
e
.
exports
,
e
,
e
.
exports
,
b
),
e
.
l
=!
0
,
e
.
exports
}
var
c
=
{};
return
b
.
m
=
a
,
b
.
c
=
c
,
b
.
d
=
function
(
a
,
c
,
d
){
b
.
o
(
a
,
c
)
||
Object
.
defineProperty
(
a
,
c
,{
configurable
:
!
1
,
enumerable
:
!
0
,
get
:
d
})},
b
.
n
=
function
(
a
){
var
c
=
a
&&
a
.
__esModule
?
function
(){
return
a
[
'
default
'
]}:
function
(){
return
a
};
return
b
.
d
(
c
,
'
a
'
,
c
),
c
},
b
.
o
=
function
(
a
,
b
){
return
Object
.
prototype
.
hasOwnProperty
.
call
(
a
,
b
)},
b
.
p
=
''
,
b
(
b
.
s
=
3
)}([
function
(
a
,
b
,
c
){
'
use strict
'
;
var
d
=
c
(
1
);
a
.
exports
=
function
(
a
,
b
){
return
b
=
b
||
{},
d
.
forEach
(
function
(
c
){
var
d
=
'
function
'
==
typeof
c
[
1
]?
c
[
1
](
b
.
retainLength
):
c
[
1
];
a
=
a
.
replace
(
c
[
0
],
d
)}),
a
}},
function
(
a
){
'
use strict
'
;
a
.
exports
=
[[
/'''/g
,
function
(
a
){
return
'
\
u2034
'
+
(
a
?
'
\
u2063
\
u2063
'
:
''
)}],[
/
(\W
|^
)
"
(\w)
/g
,
'
$1
\
u201C$2
'
],[
/
(\u
201c
[^
"
]
*
)
"
([^
"
]
*$|
[^\u
201c"
]
*
\u
201c
)
/g
,
'
$1
\
u201D$2
'
],[
/
([^
0-9
])
"/g
,
'
$1
\
u201D
'
],[
/''/g
,
function
(
a
){
return
'
\
u2033
'
+
(
a
?
'
\
u2063
'
:
''
)}],[
/
(\W
|^
)
'
(\S)
/g
,
'
$1
\
u2018$2
'
],[
/
([
a-z
])
'
([
a-z
])
/ig
,
'
$1
\
u2019$2
'
],[
/
(\u
2018
)([
0-9
]{2}[^\u
2019
]
*
)(\u
2018
([^
0-9
]
|$
)
|$|
\u
2019
[
a-z
])
/ig
,
'
\
u2019$2$3
'
],[
/
((\u
2018
[^
'
]
*
)
|
[
a-z
])
'
([^
0-9
]
|$
)
/ig
,
'
$1
\
u2019$3
'
],[
/
(\B
|^
)\u
2018
(?=([^\u
2018
\u
2019
]
*
\u
2019
\b)
*
([^\u
2018
\u
2019
]
*
\B\W[\u
2018
\u
2019
]\b
|
[^\u
2018
\u
2019
]
*$
))
/ig
,
'
$1
\
u2019
'
],[
/"/g
,
'
\
u2033
'
],[
/'/g
,
'
\
u2032
'
]]},
function
(
a
,
b
,
c
){
'
use strict
'
;
function
d
(
a
){
if
(
-
1
===
[
'
CODE
'
,
'
PRE
'
,
'
SCRIPT
'
,
'
STYLE
'
].
indexOf
(
a
.
nodeName
.
toUpperCase
())){
var
b
,
c
,
h
,
i
=
''
,
j
=
a
.
childNodes
,
k
=
[];
for
(
b
=
0
;
b
<
j
.
length
;
b
++
)
c
=
j
[
b
],
c
.
nodeType
===
g
||
'
#text
'
===
c
.
nodeName
?(
k
.
push
([
c
,
i
.
length
]),
i
+=
c
.
nodeValue
||
c
.
value
):
c
.
childNodes
&&
c
.
childNodes
.
length
&&
(
i
+=
d
(
c
));
for
(
b
in
i
=
f
(
i
,{
retainLength
:
!
0
}),
k
)
h
=
k
[
b
],
h
[
0
].
nodeValue
?
h
[
0
].
nodeValue
=
e
(
i
,
h
[
0
].
nodeValue
,
h
[
1
]):
h
[
0
].
value
&&
(
h
[
0
].
value
=
e
(
i
,
h
[
0
].
value
,
h
[
1
]));
return
i
}}
function
e
(
a
,
b
,
c
){
return
a
.
substr
(
c
,
b
.
length
).
replace
(
'
\
u2063
'
,
''
)}
var
f
=
c
(
0
),
g
=
'
undefined
'
!=
typeof
Element
&&
Element
.
TEXT_NODE
||
3
;
a
.
exports
=
function
(
a
){
return
d
(
a
),
a
}},
function
(
a
,
b
,
c
){
'
use strict
'
;
function
d
(
a
){
return
'
undefined
'
!=
typeof
document
&&
'
undefined
'
==
typeof
a
?(
g
.
runOnReady
(
function
(){
return
f
(
document
.
body
)}),
d
):
'
string
'
==
typeof
a
?
h
(
a
):
f
(
a
)}
var
e
=
c
(
1
),
f
=
c
(
2
),
g
=
c
(
4
),
h
=
c
(
0
);
a
.
exports
=
d
,
a
.
exports
.
string
=
h
,
a
.
exports
.
element
=
f
,
a
.
exports
.
replacements
=
e
,
a
.
exports
.
listen
=
g
},
function
(
a
,
b
,
c
){
'
use strict
'
;
function
d
(
a
){
var
b
=
new
MutationObserver
(
function
(
a
){
a
.
forEach
(
function
(
a
){
var
b
,
c
=!
0
,
d
=!
1
;
try
{
for
(
var
f
,
g
,
h
=
a
.
addedNodes
[
Symbol
.
iterator
]();
!
(
c
=
(
f
=
h
.
next
()).
done
);
c
=!
0
)
g
=
f
.
value
,
e
(
g
)}
catch
(
a
){
d
=!
0
,
b
=
a
}
finally
{
try
{
!
c
&&
h
.
return
&&
h
.
return
()}
finally
{
if
(
d
)
throw
b
}}})});
return
d
.
runOnReady
(
function
(){
b
.
observe
(
a
||
document
.
body
,{
childList
:
!
0
,
subtree
:
!
0
})}),
b
}
var
e
=
c
(
2
),
f
=
c
(
0
);
d
.
runOnReady
=
function
(
a
){
if
(
'
loading
'
!==
document
.
readyState
)
a
();
else
if
(
document
.
addEventListener
)
document
.
addEventListener
(
'
DOMContentLoaded
'
,
a
,
!
1
);
else
var
b
=
setInterval
(
function
(){
'
loading
'
!==
document
.
readyState
&&
(
clearInterval
(
b
),
a
())},
10
)},
a
.
exports
=
d
}])});
\ No newline at end of file
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