github.com/maaslalani/slides
v0.9.0
#284 most downloaded on Go modules
maaslalani/slides
What this package is like to depend on
Last release 1 months ago
08 Jul 2026
Ships unpredictably
gaps range from 1 weeks to 2.1 years
Some releases are documented
notes for 10 of 17 stable releases
Nothing withdrawn
no release was ever pulled
5 years old
54 releases · first in 2021
1 release in the last 12 months
see the full history below
Release timeline
54 releases · Jun 2021 to Jul 2026Releases
latest 54-
v0.9.1-0.20260708184445-92af1ef1f33a08 Jul 2026 pre-releaseNothing published for this version
-
v0.9.1-0.20240619103010-c6eea333005319 Jun 2024 pre-releaseNothing published for this version
-
v0.9.1-0.20240604140410-db69fde19b8004 Jun 2024 pre-releaseNothing published for this version
-
v0.9.1-0.20240511210255-f0996f65dd1711 May 2024 pre-releaseNothing published for this version
-
v0.9.1-0.20240306141828-68554e377cad06 Mar 2024 pre-releaseNothing published for this version
-
v0.9.1-0.20240304162448-e44f6b799d9d04 Mar 2024 pre-releaseNothing published for this version
-
v0.9.1-0.20231220225000-53a45c6fc1df20 Dec 2023 pre-releaseNothing published for this version
-
v0.9.1-0.20231030025157-da04294097e330 Oct 2023 pre-releaseNothing published for this version
-
v0.9.1-0.20230712170418-638d50082ca012 Jul 2023 pre-releaseNothing published for this version
-
v0.9.1-0.20230712164546-1ab9a148509c12 Jul 2023 pre-releaseNothing published for this version
-
v0.9.1-0.20230630002931-a270a2cf67ec30 Jun 2023 pre-releaseNothing published for this version
-
v0.9.1-0.20230619194448-966e62c54c1719 Jun 2023 pre-releaseNothing published for this version
-
v0.9.1-0.20230313010838-bd5582c9ca8313 Mar 2023 pre-releaseNothing published for this version
-
v0.9.1-0.20230301171934-9e3e13ef3d5201 Mar 2023 pre-releaseNothing published for this version
-
v0.9.1-0.20221210221009-fbdd21edee5910 Dec 2022 pre-releaseNothing published for this version
-
v0.9.010 Sep 2022Release notes
Open source →Slides over SSH
You will be able to access the presentation hosted over SSH! You can use this to present with slides from a computer that doesn't have slides installed, but does have ssh. Or, let your viewers have access to the slides on their own computer without needing to download slides and the presentation file. (Thanks to @ivantsepp!)
slides serve <file>And then
sshinto your presentation with:ssh 127.0.0.1 -p 53531What's Changed
- Add ssh server functionality by @ivantsepp in #150
- feat: ensure that date strings are not interpreted as January 2, 2006 formatted strings by @maaslalani in #170
- Feat: Yank Code Blocks by @maaslalani in #173
- Code Comments to hide verbose code by @maaslalani in #174
- feat: add support for java code execution by @mfathi91 in #184
New Contributors
- @ivantsepp made their first contribution in #150
- @mfathi91 made their first contribution in #184
Full Changelog: v0.8.0...v0.9.0
-
v0.8.1-0.20220716163553-e5e3d0f2f72616 Jul 2022 pre-releaseNothing published for this version
-
v0.8.1-0.20220704175633-54b1f0a7b0c304 Jul 2022 pre-releaseNothing published for this version
-
v0.8.1-0.20220429173502-419a6981df9329 Apr 2022 pre-releaseNothing published for this version
-
v0.8.1-0.20220413170706-93c0f899c4a413 Apr 2022 pre-releaseNothing published for this version
-
v0.8.004 Apr 2022Release notes
Open source →What's Changed
- fix: do not get
stderrwhen preprocessing slides by @maaslalani in #145 - Respect
GLAMOUR_STYLEif environment variable set by @maaslalani in #146 - Slides Tutor by @maaslalani in #147
- fix: do not get
-
v0.7.315 Feb 2022Release notes
Open source →Changelog
- Bump lots of dependencies
- Get rid of lots of dependencies (Removed over 600 lines from
go.sum)
Full Changelog: v0.7.2...v0.7.3
-
v0.7.3-0.20220131015146-541979777d7531 Jan 2022 pre-releaseNothing published for this version
-
v0.7.201 Nov 2021 -
v0.7.101 Nov 2021Release notes
Open source →Changelog
Changes
- Added Page Up and Page Down navigation by @Janszczyrek in #115
- Improvements to exit code handling & virtual text reset
Bug Fixes
- Fixed bug with executing the same code block multiple times.
-
v0.7.029 Oct 2021Release notes
Open source →Changelog
Search Functionality
To quickly jump to the right slide, you can use the search functionality.
Press /, enter your search term, and press Enter.
(The search term is interpreted as a regular expression. The/iflag causes case-insensitivity.).Press ctrl+n after a search to go to the next search result.
Thanks to @darmiel!
-
v0.6.223 Oct 2021Release notes
Open source →Changelog
4dd723d Remove some language tests to remove build dependencies on NixOS
-
v0.6.122 Oct 2021Release notes
Open source →Changelog
- Ability to run multiple code blocks in a single slide (thanks to @linw1995).
- Word wrapping support (thanks to @gsol10).
- Ability to use custom date format
YYYY-MM-DDfor date formatting in metadata (thanks to @cuducos). - Vim-like navigation (
5G: go to slide 5,gg: go to first slide,G: go to last slide) (thanks to @stoovon). - Added rust support to code execution (thanks to @darmiel)
-
v0.6.022 Oct 2021 -
v0.5.1-0.20211010211637-d561ab99fcf910 Oct 2021 pre-releaseNothing published for this version
-
v0.5.1-0.20210919031852-165c5aa5140519 Sep 2021 pre-releaseNothing published for this version
-
v0.5.022 Aug 2021Release notes
Open source →Changelog
Slides Customization
slidesallows you to customize your presentation's look and feel with metadata at the top of yourslides.md. (thanks to @cuducos)This section is entirely optional, slides will use sensible defaults if this section or any field in the section is omitted.
--- theme: ./path/to/theme.json author: Gopher date: January 2, 2006 paging: Slide %d / %d ---theme: Path to json file containing a glamour theme, can also be a link to a remote json file which slides will fetch before presenting.
author: A string to display on the bottom-left corner of the presentation view. Defaults to the OS current user's full name. Can be empty to hide the author.
date: A string that is used to format today's date in the form2006-01-02. If the date is not a valid form of2006-01-02the contents of the string will be displayed. Defaults to2006-01-02.
paging: A string that contains 0 or more %d directives. The first %d will be replaced with the current slide number and the second %d will be replaced with the total slides count. Defaults toSlide %d / %d.
Other changes
- Added:
luasupport to code blocks execution - Bug fix: Ordered lists now respect the first number as a starting point.
- Added:
-
v0.4.2-0.20210822093548-4e3be668eb9022 Aug 2021 pre-releaseNothing published for this version
-
v0.4.2-0.20210812080806-4008b02778c312 Aug 2021 pre-releaseNothing published for this version
-
v0.4.2-0.20210705170631-45a0c6d6ee5a05 Jul 2021 pre-releaseNothing published for this version
-
v0.4.105 Jul 2021Nothing published for this version
-
v0.4.028 Jun 2021Nothing published for this version
-
v0.3.1-0.20210621205911-2162d507b3a021 Jun 2021 pre-releaseNothing published for this version
-
v0.3.021 Jun 2021Nothing published for this version
-
v0.2.1-0.20210619201217-851b00616c4f19 Jun 2021 pre-releaseNothing published for this version
-
v0.2.1-0.20210613163940-822ce637bd3613 Jun 2021 pre-releaseNothing published for this version
-
v0.2.013 Jun 2021Nothing published for this version
-
v0.1.209 Jun 2021Nothing published for this version
-
v0.1.107 Jun 2021Nothing published for this version
-
v0.1.1-0.20210606144418-93ccd2525f6e06 Jun 2021 pre-releaseNothing published for this version
-
v0.1.006 Jun 2021Nothing published for this version
-
v0.0.0-20220413170706-93c0f899c4a413 Apr 2022 pre-releaseNothing published for this version
-
v0.0.0-20210606131813-95634ae2f14806 Jun 2021 pre-releaseNothing published for this version
-
v0.0.0-20210605215731-47d2a87d42e005 Jun 2021 pre-releaseNothing published for this version
-
v0.0.0-20210605215054-9b249b617f3d05 Jun 2021 pre-releaseNothing published for this version
-
v0.0.0-20210605214705-7af1081e7ea605 Jun 2021 pre-releaseNothing published for this version
-
v0.0.0-20210605194620-cb40fa9087b405 Jun 2021 pre-releaseNothing published for this version
-
v0.0.0-20210605194456-9480b07edee205 Jun 2021 pre-releaseNothing published for this version
-
v0.0.0-20210605133353-1c6b5dfe84a105 Jun 2021 pre-releaseNothing published for this version