Logo
Explore Help
Sign In
web/cryptpad
2
0
Fork 0
You've already forked cryptpad
Code Issues Pull Requests Releases Wiki Activity
cryptpad/www/_pad/index.html

27 lines
597 B
HTML
Raw Normal View History

start on a vdom-based wysiwyg realtime There are still a few conditions that cause it to 'explode' when different browsers disagree on element semantics. Overall it's a much cleaner approach, but it will require extensive tuning to improve performance, as there are still many complete dom traversals which will not scale for large documents
2016-01-29 12:40:45 +01:00
<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type"/>
<script data-main="main" src="/bower_components/requirejs/require.js"></script>
<style>
#pad-iframe {
position:fixed;
top:0px;
left:0px;
bottom:0px;
right:0px;
Move 'vdom' to the main 'pad'. Hide the right-hand panel (can de bisplayed with a 'debug' button) Hide the IDs of users if they don't change their name
2016-03-16 17:09:08 +01:00
width:100%;
start on a vdom-based wysiwyg realtime There are still a few conditions that cause it to 'explode' when different browsers disagree on element semantics. Overall it's a much cleaner approach, but it will require extensive tuning to improve performance, as there are still many complete dom traversals which will not scale for large documents
2016-01-29 12:40:45 +01:00
height:100%;
border:none;
margin:0;
padding:0;
overflow:hidden;
}
</style>
</head>
<body>
<iframe id="pad-iframe" src="inner.html"></iframe>
</body>
</html>
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.7 Page: 185ms Template repo/home: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API