inlineDisqussions
inlineDisqussions copied to clipboard
making it responsive with a fixed comments panel on the side
I love the simplicity of inlineDisqussions. That the whole thing is a single .js file.
Here's a site (KTWO -- http://keepthewebopen.com/ ) with a similar idea, except the comments always stay in a fixed panel ... Another difference is that on KTWO, any single sentence can be annotated.
I have an idea for making inlineDisqussions responsive. If the comments can be shown in a fixed side panel, then one can have a set up where in landscape mode on a large screen, the document is on the left, and the comments panel is on the right (2 column system)... and in portrait mode on a small screen the document can be on top and the comments panel on the bottom.
Any thoughts on how I could implement something like this simply?
(Great work on inlineDisqussions by the way.)