diff options
author | https://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web> | 2013-11-29 04:23:59 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-11-29 04:23:59 -0400 |
commit | 9282fef4a2269742a1b2aa100853184f2126f6e6 (patch) | |
tree | 93677e6e1f87b55d0691f7dc17a72315a6520e2a /doc/todo | |
parent | ac01e0788c2762fca16ed1854d80895c266f3634 (diff) | |
download | ikiwiki-9282fef4a2269742a1b2aa100853184f2126f6e6.tar ikiwiki-9282fef4a2269742a1b2aa100853184f2126f6e6.tar.gz |
ok ok i gotta sleep now
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/pagedown_plugin/discussion.mdwn | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/doc/todo/pagedown_plugin/discussion.mdwn b/doc/todo/pagedown_plugin/discussion.mdwn index 796ab36c9..42015c4ff 100644 --- a/doc/todo/pagedown_plugin/discussion.mdwn +++ b/doc/todo/pagedown_plugin/discussion.mdwn @@ -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]]"]] >> |