facundobatista / kilink

A next generation pastebin
GNU General Public License v3.0
25 stars 29 forks source link

Multiple file kilink #96

Open matibarriento opened 8 years ago

matibarriento commented 8 years ago

It would be great to create a kilink with multiple files (e.g. a HTML, CSS and JS for one page should be in the same kilink, but not in the same file)

Codemirror has an option called multiple buffers that might work. [0] Maybe, instead the dropdown we can use Jquery Tabs [1]

In the backend, the compressed must be a one_to_many relation to allow the multiple files option

https://codemirror.net/demo/buffers.html# https://jqueryui.com/tabs/