-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
65 lines (61 loc) · 1.89 KB
/
index.html
File metadata and controls
65 lines (61 loc) · 1.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>pagedjs plugins</title>
<!-- <link href="style.css" rel="stylesheet" /> -->
<link href="css/demo.css" rel="stylesheet" />
</head>
<body>
<section id="title">
<h1>Paged.js custom scripts</h1>
<h2>A list of plugins and program to work with paged.js</h2>
</section>
<section>
<ul>
<li>
<p>Parallel flows, an alternative to print grids</p>
<a href="./--paged-parallel-flows/index.html">Parallel flows</a>
</li>
<li>
<p>Notes specifications starter kit</p>
<a href="--paged-notes-management/index.html">Work around notes</a>
</li>
<li>
<p>Moving things to their own full page</p>
<a href="--paged-fullpage/index.html">fullpage element</a>
</li>
<li>
<p>A very simple floating system</p>
<a href="--paged-floats/index.html"
>an implementation of page floats, only top / bottom / nextstop
/nextbottom</a
>
</li>
<li>
<p>Manipulating elements</p>
<a href="--paged-move-elements/index.html"
>move elements around before pagedjs starts</a
>
</li>
<li>
<p>merge elemetns</p>
<a href="--paged-merge-esllements/index.html"
>merge elements before pagedjs starts</a
>
</li>
<li>
<p>using paged.js with other scripts</p>
<a href="--paged-mermaid/index.html"
>how to use mermaid with paged.js</a
>
</li>
<li>
<p>baseline grid snap alternative</p>
<a href="--paged-push-to-baseline/index.html">push to baseline</a>
</li>
</ul>
</section>
</body>
</html>