]> sipb.mit.edu Git - ikiwiki.git/commitdiff
ok ok i gotta sleep now
authorhttps://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web>
Fri, 29 Nov 2013 08:23:59 +0000 (04:23 -0400)
committeradmin <admin@branchable.com>
Fri, 29 Nov 2013 08:23:59 +0000 (04:23 -0400)
doc/todo/pagedown_plugin/discussion.mdwn

index 796ab36c93cb7c139b82e45df1dbeda9a6dff874..42015c4ff2c3dfb5e508de13a5e2ed64a3fed888 100644 (file)
@@ -126,7 +126,20 @@ Given all the above, what about upgrading this plugin to use pagedown instead of
                 }
         }
 """]]
                 }
         }
 """]]
->>      ideally, we would show the edit box next to the page preview...
+>>      ideally, we would show the edit box next to the page preview... And there's a way to do that too! But it requires some more CSS hackery, like [this](http://css-tricks.com/scrollfollow-sidebar/), for example:
+>>
+>>     #wmd-preview {
+>>       position: relative;
+>>       margin: 15px auto;
+>>       float: left;
+>>       width: 50%;
+>>     }
+>>     form {
+>>       position: fixed;
+>>       margin-left: 50%;
+>>     }
+>>
+>> But this is getting a little crazy and I need to sleep now.
 >>
 >> [[!template id=gitbranch branch=anarcat/pagedown author="[[anarcat]]"]]
 >>
 >>
 >> [[!template id=gitbranch branch=anarcat/pagedown author="[[anarcat]]"]]
 >>