|
84 | 84 | console.log('html-editor-v2.0.html'); |
85 | 85 | console.log(); |
86 | 86 | console.json=v=>console.log(JSON.stringify(v,null,4)); |
87 | | - var df=true,did='html-editor',version='v2.0' |
| 87 | + var df=true,did='html-editor',version='v1.0' |
88 | 88 | ; |
89 | 89 |
|
90 | 90 | var ace; |
91 | 91 |
|
92 | | - var ext,$,datatype,menumod,keydown,debug |
| 92 | + var ext,$,datatype,menumod,keydown,debug,ls |
93 | 93 | ; |
94 | 94 |
|
95 | 95 |
|
|
116 | 116 | //keydown = keydown(); |
117 | 117 | menu = menumod(); |
118 | 118 |
|
119 | | - mod.base.add({ext,$,datatype,keydown,menu,menumod,ace}); |
| 119 | + mod.base.add({ext,$,datatype,keydown,menu,menumod,ace,ls}); |
120 | 120 |
|
121 | 121 |
|
122 | 122 | hdr = mod['editors-hdr']; |
|
175 | 175 | 'js/dom/menumod/menumod.js.api', |
176 | 176 | 'js/dom/keydown/keydown.js', |
177 | 177 | 'js/debug/debug.js', |
| 178 | + 'js/core/ls-mod/ls-mod.js', |
178 | 179 | ); |
179 | 180 | [$,datatype,menumod,keydown,debug] = await promise; |
180 | 181 |
|
|
263 | 264 | <editors-hdr component=grp> |
264 | 265 | <img class=title src='images/html-editor.png' style='top:-5px;height:55px' alt='html editor'> |
265 | 266 | <h1 slot=seo-hdr class=visually-hidden>html editor</h1> |
266 | | - <time slot=date datetime=2025-10-30>30 Oct 2025</time> |
| 267 | + <time slot=date datetime=2025-12-31>31 Dec 2025</time> |
267 | 268 | </editors-hdr> |
268 | 269 |
|
269 | 270 |
|
@@ -313,7 +314,7 @@ <h1 slot=seo-hdr class=visually-hidden>html editor</h1> |
313 | 314 |
|
314 | 315 | <div id=view> |
315 | 316 |
|
316 | | - <web-editor component></web-editor> |
| 317 | + <web-editor v2.0 component></web-editor> |
317 | 318 |
|
318 | 319 | <div id=page-slider style='width:10px;cursor:ew-resize'></div> |
319 | 320 |
|
|
0 commit comments