33 Commits

Author SHA1 Message Date
César Enrique Ramírez
db69fde19b add scala support using scala-cli (#298) 2024-06-04 10:04:10 -04:00
Swastik Baranwal
638d50082c add vlang support (#255) 2023-07-12 13:04:18 -04:00
Nathan Angelo Cruz
a0e5884ee5 Add dart support (#236) 2023-05-21 22:21:48 -04:00
Caleb Hunt
e516e929c2 Add fish support for code blocks (#235) 2023-05-16 10:47:06 -04:00
Even Gabrielsen
15248d2023 Add support for ZSH (#225) 2023-03-30 16:14:16 -04:00
Even Gabrielsen
33fc1c0442 Add support for Swift (#226)
* Add support for Swift

* Add missing slide hline
2023-03-30 16:13:55 -04:00
Kerdo Kurs
9e3e13ef3d add support for executing C++ code (#212) 2023-03-01 12:19:34 -05:00
Brandon Barker
fbdd21edee Add support for the Julia language (#203)
* feat: add Julia language support

* fix: indentation

Co-authored-by: Maas Lalani <maas@lalani.dev>
2022-12-10 17:10:09 -05:00
Marco Pas
7c7bc15d19 docs: add example using plantuml (#197)
* docs: addi example using plantuml

* docs: make spacing consistent
2022-11-10 11:54:09 -05:00
Mahmoud Fathi
ebc2ab70bf feat: add support for java code execution
As of Java 11 a single file can be launched without explicitly
compiling, packaging and running the file in different steps.
In other words single-file source-code programs can be executed
with "java Program.java", where "Program.java" is the name of
the file to be executed.
2022-09-04 16:25:09 -04:00
Maas Lalani
e5e3d0f2f7 feat: code comments to hide verbose code. (#174) 2022-07-16 12:35:53 -04:00
Maas Lalani
1e0c30098f feat: ensure that date strings are not interpreted as January 2, 2006 formatted strings 2022-06-27 23:56:34 -04:00
Maas Lalani
df7d6b5622 Remove 'no windows support' 2021-10-20 20:55:45 -04:00
darmiel
a065914f73 feat: multiple code execute commands; rust code support (#104) 2021-10-20 20:53:15 -04:00
Maas Lalani
e1c248f8ca example metadata slide 2021-08-06 16:45:12 -04:00
satoru
ad7fc7871c Fix #73, add support for fetching remote theme (#85)
* Fix #73, add support for fetching remote theme

* Close file

* Fix texting in example

* Anything with the prefix http we should attempt to fetch

Co-authored-by: Buildkite <dev@flexport.com>
Co-authored-by: Maas Lalani <maaslalani0@gmail.com>
2021-07-23 10:08:45 -04:00
Maas Lalani
095ea050e7 feat: Add lua language support for code blocks execution 2021-07-07 16:27:48 -04:00
Maas Lalani
7c98238705 Add integration tests for custom themes 2021-07-05 11:48:34 -04:00
Maas Lalani
65c13a5feb Update examples/code_blocks.md 2021-06-30 17:29:42 -04:00
Kjell Kvinge
7ac31fc040 add perl code execution 2021-06-30 17:29:42 -04:00
Maas Lalani
742251d742 Ensure file is executable for preprocessing to work 2021-06-27 21:02:01 -04:00
Maas Lalani
6d4f555579 Add node/js code execution 2021-06-27 10:20:45 -04:00
Maas Lalani
7b1b2cd894 Add pre-processing of slides 2021-06-25 22:28:48 -04:00
suzaku
8c1a1aee53 Add support for Elixir code block execution 2021-06-23 04:15:49 -04:00
Maas Lalani
f6fecdc435 code exec on ctrl+e 2021-06-21 16:52:43 -04:00
Maas Lalani
eae6b6ffcd feat: execute code on slides 2021-06-21 16:52:43 -04:00
Maas Lalani
e59d69ad73 Update slides.md 2021-06-12 16:59:42 -04:00
Britton Hayes
e21cc0c0b3 Allow user customization for slide themes
Closes #1.

This change allows users to add a configuration section to their slides,
which allows them to specify a different theme if they would like to
change the styles of the default theme.

A user can add
```
---
theme: ascii
---
```

To use an ascii theme or use `theme: ./styles.json` to specify their own
custom JSON theme using glamour styles.

Co-authored-by: Britton Hayes <brittonhayes@users.noreply.github.com>
2021-06-12 16:59:00 -04:00
Maas Lalani
5d87d2a28a Update example/slides.md 2021-06-12 16:18:53 -04:00
Maas Lalani
f68b80220b Use chroma theme: dracula
Rather than defining all of the colours ourselves, we can simply choose
a theme that is supported by `chroma`.
2021-06-08 23:56:09 -04:00
Alexei Yuzhakov
0a15388517 Fix #5 Allow to use triple dashes as a slide separator 2021-06-06 14:58:18 +07:00
Maas Lalani
debbcccad8 theme.json 2021-04-05 12:56:15 -04:00
Maas Lalani
39df02c1a2 Markdown 2021-04-04 23:06:58 -04:00