-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
210 lines (126 loc) · 5.52 KB
/
index.html
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
<!doctype html>
<html lang = "en" >
<head>
<meta charset = "utf-8" >
<meta name = "viewport" content= "width=device-width, initial-scale=1" >
<meta name = "description" content = "This menu is a component of a basic html content management script with sliding menu, css theme selection, Markdown to HTML, drag and drop file reading capability, access to frequently used pages and more" >
<meta name = "keywords" content = "JavaScript,GitHub,FOSS" >
<meta name = "date" content = "2019-03-17" >
<meta name = "release" content = "1.0" >
<title>Opentecture / Mindmapping</title>
<link rel="stylesheet" href="https://pushme-pullyou.github.io/tootoo13/js-tootoo13-1/style.css">
</head>
<body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/showdown/1.9.0/showdown.min.js" ></script>
<script src="https://pushme-pullyou.github.io/tootoo13/js-tootoo13-1/fob-file-open-basic.js" ></script>
<script src="https://pushme-pullyou.github.io/tootoo13/js-tootoo13-1/mnu-menu.js" ></script>
<script src="https://pushme-pullyou.github.io/tootoo13/js-tootoo13-1/ohc-on-hash-change.js" ></script>
<script src="https://pushme-pullyou.github.io/tootoo13/js-tootoo13-1/sfm-selected-files-markdown.js" ></script>
<script src="https://pushme-pullyou.github.io/tootoo13/js-tootoo13-1/thm-theme-select.js" ></script>
<script src="https://pushme-pullyou.github.io/tootoo13/js-tootoo13-1/tmp-template.js" ></script>
<script>
//Copyright 2019 pushMe-pullYou authors. MIT License
MNU.description =
`
Mindmapping is a collection of basic plain-vanilla JavaScript scripts for idea management
using GitHub pages, 3D and whatever else comes to mind
`;
MNU.currentStatusCore =
`
<h3>
Opentecture / Mindmapping
R${ document.head.querySelector( '[ name=release ]' ).content }
~
${ document.head.querySelector( '[ name=date ]' ).content }
</h3>
<p>${ MNU.description }</p>
<details>
<summary>Change log</summary>
<ul>
<li>2019-03-17 ~ First commit</li>
</ul>
</details>
<details>
<summary>TooToo Content Manager</summary>
<p>This web page is built with:</p>
${ MNU.descriptionTooToo }
</details>
`;
const uriDefaultFile = 'README.md';
THM.themeUrlStorage = 'mindmapping-theme-url';
THM.cssBasic = "https://pushme-pullyou.github.io/tootoo13/js-tootoo13-1/style.css";
// For main menu header
MNU.urlSourceCode = "https://github.com/opentecture/mindmapping";
MNU.homeText = "Opentecture"; // "pushMe-pullYou";
MNU.homeTitle= ""; // "Very simple JavaScript files to help you explore and build new tools on GitHub.";
MNU.homeUrl = "https://opentecture.com"; // "https://pushme-pullyou.github.io";
MNU.repoText = "MindMapping"; // "TooToo13";
MNU.repoTitle= ""; // "Basic html templates with sliding menu, css selection, markdown capability and frequently used pages";
MNU.repoUrl = "https://opentecture.github.io/mindmapping"; // "https://pushme-pullyou.github.io/tootoo13";
MNU.appText = ""; // "CMS";
MNU.appTitle = ""; //"Basic html content management script with sliding menu, css theme selection, Markdown to HTML, drag and drop file reading capability, access to frequently used pages and more";
MNU.appUrl = ""; //"https://pushme-pullyou.github.io/#tootoo-templates/hamburger-theme-cms/README.md";
//MNU.urlSourceCodeImage="https://pushme-pullyou.github.io/github-mark-64.png";
//MNU.urlSourceCodeIcon=`<img src="${ MNU.urlSourceCodeImage }" height=18 >`;
MNU.footerUrl = "#../../";
MNU.footerTarget = ""; //"target=_blank";
MNU.footerIssues = "https://github.com/opentecture/mindmapping/issues";
// for parsing
OHC.user = 'opentecture';
OHC.repo = 'mindmapping';
OHC.pathRepo = '';
OHC.branch = '/master/';
// When running in dev folder
// = location.href.includes( OHC.repo ) ? '../' : 'https://' + OHC.repo + "/";
//OHC.urlGitHubPage = `https://${ OHC.user }/${ OHC.repo }/`;
OHC.urlGitHubPage = "https://opentecture.github.io/mindmapping/"
// When running in build repo
OHC.urlGitHubPage = "";
</script>
<nav id="navMenu" >
<header>
<div id="MNUdivHeader" ></div>
</header>
<details class=navSubMenu open >
<summary class=sumMenuTitle >File Menu</summary>
<section id=SFMsecPrototypes ></section>
<section id="OHCsecMenuRepoFilesFolders" ></section>
<section id=FOBsecFileOpenBasic ></section>
<section id=FILdivFileSave ></section>
</details>
<details class=navSubMenu open >
<summary class=sumMenuTitle >Settings</summary>
<section id=THMsecMenuThemeSelect ></section>
<section id=TMPsecMenuTemplate ></section>
</details>
<footer class=navSubMenu >
<section id="MNUdivFooter" ></section>
</footer>
<h1 onclick=navMenu.scrollTop=0; style=cursor:pointer;text-align:center; title="go to top of menu" > ❦ </h1>
</nav>
<div>
<button id="butHamburger" onclick=MNU.toggleNavLeft(); title="click here to hide this menu"> slide ☰ </button>
</div>
<nav id="navPopUp" >
<div id="divPopUpData" ></div>
<div id="divMessage" ></div>
</nav>
<div id="divContainer" >
<div id="divContents" ></div>
</div>
<script>
init();
function init() {
MNUdivHeader.innerHTML = MNU.getNavHeader();
//SFM.getMarkdownFileContents("sfrm-selected-files-markdown.md",SFMsecPrototypes);
OHCsecMenuRepoFilesFolders.innerHTML = OHC.getMenuRepoFilesFolders();
FOBsecFileOpenBasic.innerHTML = FOB.getMenuFileOpenBasic( divContents, divPopUpData );
THMsecMenuThemeSelect.innerHTML = THM.getMenuThemeSelect();
//TMPsecMenuTemplate.innerHTML = TMP.getMenuTemplate();
MNUdivFooter.innerHTML = MNU.getNavFooter(); // not essential
THM.init();
OHC.onHashChange();
}
</script>
</body>
</html>