Commit Graph

37 Commits

Author SHA1 Message Date
Konrad Borowski
d56ba0d2a0 Make navigation buttons look nicer
This makes pastebin.run's navigation look more like apibin's
navigation. It also improves over apibin navigation by making
it more mobile-friendly.
2022-05-09 19:48:20 +02:00
Konrad Borowski
7d9b9bdd4b Replace article with main tag 2022-05-08 12:40:44 +02:00
Konrad Borowski
b0d0c788fb Improve button layout on mobile devices 2022-05-08 10:41:57 +02:00
Konrad Borowski
97f4c13732 Rewrite JavaScript code using SolidJS 2022-05-08 07:54:17 +02:00
Konrad Borowski
8bd8e4f95d Reformat code with Prettier 2022-05-05 22:51:40 +02:00
Konrad Borowski
3145db96e4 Provide single output box 2022-04-25 19:33:40 +02:00
Konrad Borowski
9c7c08fcaa Redesign pastebin.run 2019-12-21 18:09:07 +01:00
Konrad Borowski
a8ee83739d Add source code link 2019-11-27 19:16:03 +01:00
Konrad Borowski
1bb1782eea Store program output 2019-11-23 21:17:26 +01:00
Konrad Borowski
2e8e5a3288 Support user provided STDIN 2019-11-23 18:39:10 +01:00
Konrad Borowski
cbdaa93d1b Use prism syntax highlighter 2019-11-04 16:06:11 +01:00
Konrad Borowski
4938340f88 Move block styles to IDs
This prevents them from being applied in Markdown.
2019-10-28 12:07:03 +01:00
Konrad Borowski
817cdfa3b4 Move CodeMirror CSS to JavaScript 2019-10-09 12:23:25 +02:00
Konrad Borowski
424cf01260 Use webpack for building JavaScript 2019-09-20 19:35:31 +02:00
Konrad Borowski
88f9bc273a Implementations 2019-09-16 23:03:48 +02:00
Konrad Borowski
9d3ca3f1ee Hide compiler options before getting language metadata 2019-08-28 11:58:12 +02:00
Konrad Borowski
608cf5a1e8 Add support for compiler options 2019-08-14 13:01:16 +02:00
Konrad Borowski
59c69cf7c6 Merge branch 'support-automatic-code-formatters' into 'master'
Support automatic code formatters

See merge request pastebin.run/server!18
2019-08-11 09:23:27 +00:00
Konrad Borowski
5e3c0d67a3 Support automatic code formatters 2019-08-11 11:05:42 +02:00
Konrad Borowski
db43379331 Increase font size 2019-08-11 01:30:19 +02:00
Konrad Borowski
9d3a7862d1 Implement code execution 2019-08-10 16:36:05 +02:00
Konrad Borowski
23d58b5a0a Update CodeMirror 2019-04-23 15:08:34 +02:00
Konrad Borowski
b356224825 Use a proper life view for selected options
This avoids issues when loading a mode while loading another
one.
2019-04-11 16:31:10 +02:00
Konrad Borowski
0927449791 Move language meta-data to JSON API 2019-04-11 16:22:47 +02:00
Konrad Borowski
96e2a362fa Remove QR code images 2019-04-08 10:04:56 +02:00
Konrad Borowski
d19965745a Use overflow-wrap instead of word-break 2019-03-22 20:49:38 +01:00
Konrad Borowski
3343c7a3a2 Don't break lines in middle of ALL words 2019-03-15 09:17:46 +01:00
Konrad Borowski
f83d4abbf1 Allow breaking lines in middle of words 2019-03-15 09:14:23 +01:00
Konrad Borowski
dc2348e808 Make header smaller 2019-03-15 08:49:06 +01:00
Konrad Borowski
6022b3a231 Add about link to the header 2019-03-15 08:39:57 +01:00
Konrad Borowski
93626502d8 About page 2019-03-15 08:39:57 +01:00
Konrad Borowski
0175f9a593 Display scrollbars when necessary for code blocks 2019-03-07 17:07:12 +01:00
Konrad Borowski
e79063f075 Display table as a block 2019-03-07 15:25:29 +01:00
Konrad Borowski
f46535b6ee Render Markdown 2019-03-07 09:58:56 +01:00
Konrad Borowski
a951608f97 Minify CodeMirror 2019-03-03 17:14:34 +01:00
Konrad Borowski
ba8510b359 Implement automatic paste removal 2019-03-03 12:07:42 +01:00
Konrad Borowski
2b4d8e721c Initial release of pastebin.run 2019-03-02 17:35:05 +01:00