Commit Graph

51 Commits

Author SHA1 Message Date
Maas Lalani
5d87d2a28a Update example/slides.md 2021-06-12 16:18:53 -04:00
Maas Lalani
d9fef570d8 Don't word wrap 2021-06-12 16:17:46 -04:00
Maas Lalani
6d6a55c345 package managers 2021-06-12 15:37:29 -04:00
Maas Lalani
1f51432ccf Demonstrate graphs 2021-06-12 15:19:09 -04:00
Maas Lalani
8b05591e3b README.md updates 2021-06-12 14:57:25 -04:00
Maas Lalani
346bd7668a Merge pull request #21 from brittonhayes/bhayes/github-action-test 2021-06-10 23:44:53 -04:00
Britton Hayes
c2c830114a Added linter action and test action 2021-06-10 20:39:49 -07:00
Maas Lalani
42c7a73360 Merge pull request #17 from maaslalani/stdin
Read slides from stdin
v0.1.2
2021-06-09 09:56:57 -04:00
Maas Lalani
3da723872f Documentation: stdin and curling remote slides 2021-06-09 09:46:58 -04:00
Maas Lalani
58d4b020cc Read slides from stdin
Fixes #15

This change allows users to pipe in slides from `stdin` which allows for
`curl`ing remote slides and presenting them as well as piping multiple files
into one (with `cat`) and much more.

```
curl http://example.com/slides.md | slides
```

This change also maintains backwards compatibility with the current API which
allows for users to simply specify a file name. In the future, it would be nice
to remove that in favour of simply reading the file from stdin.

Like so:
```
slides < examples/slides.md
```
2021-06-09 09:46:29 -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
Maas Lalani
5d89bf2551 Fix #14: go vet ./... Redefinition
JoinVertical was being redefined due to `lipgloss` being dot-imported.
Changes to explicitly import `lipgloss` and keep all functions scoped
correctly.
2021-06-08 22:27:37 -04:00
Maas Lalani
906add18b0 Merge pull request #12 from sibprogrammer/bugfix-modification-date-format 2021-06-08 17:10:50 -04:00
Alexei Yuzhakov
3126301d92 Fix #11 Correct date format 2021-06-08 22:25:17 +07:00
Maas Lalani
0e97b0ac0d Merge pull request #10 from meowgorithm/bump-libs
Bump Charm libraries and update deprecated method
v0.1.1
2021-06-07 18:10:32 -04:00
Christian Rocha
5e39ade142 Update deprecated method of entering the altscreen 2021-06-07 17:48:56 -04:00
Christian Rocha
e90da58b20 Update bubbletea/bubbles/glamour/lipgloss dependencies 2021-06-07 17:46:48 -04:00
Maas Lalani
6672f28091 Update README.md 2021-06-06 10:56:21 -04:00
Maas Lalani
93ccd2525f Internal API 2021-06-06 10:44:18 -04:00
Maas Lalani
22b6fa2935 go 1.16 v0.1.0 2021-06-06 10:32:03 -04:00
Maas Lalani
6699e8a652 Create goreleaser.yml 2021-06-06 10:30:48 -04:00
Maas Lalani
95634ae2f1 Merge pull request #6 from sibprogrammer/bugfix-slide-separator 2021-06-06 09:18:13 -04:00
Maas Lalani
2489fac218 Merge pull request #8 from sibprogrammer/bugfix-slide-numbers 2021-06-06 09:13:35 -04:00
Maas Lalani
4e94e57ced Merge pull request #4 from sibprogrammer/bugfix-makefile-errors 2021-06-06 09:10:37 -04:00
Alexei Yuzhakov
a108f30054 Fix #7 Display the correct number of slides and current one 2021-06-06 15:13:35 +07:00
Alexei Yuzhakov
0a15388517 Fix #5 Allow to use triple dashes as a slide separator 2021-06-06 14:58:18 +07:00
Alexei Yuzhakov
adb8dba925 Fix Makefile errors 2021-06-06 14:01:55 +07:00
Maas Lalani
47d2a87d42 embed styles 2021-06-05 17:57:31 -04:00
Maas Lalani
9b249b617f Revert "no need for user to specify theme.json"
This reverts commit 7af1081e7e.
2021-06-05 17:50:54 -04:00
Maas Lalani
7af1081e7e no need for user to specify theme.json 2021-06-05 17:47:05 -04:00
Maas Lalani
e90002f9e6 Merge pull request #3 from angristan/render-error
Show markdown rendering error to user
2021-06-05 17:29:31 -04:00
Stanislas Lange
17a5ed7722 Show markdown rendering error to user 2021-06-05 23:04:15 +02:00
Maas Lalani
cb40fa9087 pr template 2021-06-05 15:46:20 -04:00
Maas Lalani
9480b07ede Create CONTRIBUTING.md 2021-06-05 15:44:56 -04:00
Maas Lalani
9be3b16a5d Update issue templates 2021-06-05 15:44:33 -04:00
Maas Lalani
59326ce1f5 add space as next slides, swap down & up keys 2021-06-05 15:43:20 -04:00
Maas Lalani
1c6b5dfe84 Add credits 2021-06-05 09:33:53 -04:00
Maas Lalani
0f1ebff87f remove double import 2021-05-24 12:23:20 -04:00
Maas Lalani
ffca7026ee moar 2021-05-05 21:27:31 -04:00
Maas Lalani
eceb2c4914 lil more error handling 2021-05-05 21:26:48 -04:00
Maas Lalani
44cfcf6ed3 Remove hardcoded values 2021-05-05 21:19:01 -04:00
Maas Lalani
babdab123c Move demo to top 2021-05-05 19:26:32 -04:00
Maas Lalani
6ed3fe688c Add readme.md 2021-05-05 19:23:50 -04:00
Maas Lalani
0c87800b16 Create makefile 2021-05-05 19:23:36 -04:00
Maas Lalani
1cf7d3fd57 Create license 2021-05-05 19:23:23 -04:00
Maas Lalani
debbcccad8 theme.json 2021-04-05 12:56:15 -04:00
Maas Lalani
20c68adf52 JoinVertical 2021-04-05 12:16:41 -04:00
Maas Lalani
5bcb013fba progress 2021-04-05 12:10:39 -04:00
Maas Lalani
d27e870746 WIP 2021-04-05 00:13:53 -04:00
Maas Lalani
39df02c1a2 Markdown 2021-04-04 23:06:58 -04:00