Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.0! #156

Draft
wants to merge 57 commits into
base: main
Choose a base branch
from
Draft

3.0! #156

wants to merge 57 commits into from

Conversation

d0c-s4vage
Copy link
Owner

This PR merges the 3.0-dev branch into main.

We'll merge this once all of the issues in the 3.0 milestone

Other cool features:
* Will have support for footnotes/footnote references
* Strikethrogh support
* Code block info strings - enable/disable line numbers, highlight
  specific lines, etc. Will base off of GitHub flavored markdown
Note: Need to fixup the tests to be comprehensive with each markdown
feature
* Links are working again
* Fixed a bug with LinkAttrSpecs not keeping the bg with overwrite_spec
* strikethrough is working
@d0c-s4vage
Copy link
Owner Author

image

… style (#166)

* styles.slides settings now control default slide bg/fg, added slide_number
* `styles.slide_number` now controls the style of the slide number in the
  bottom-left corner
* Created one main context that the MarkdownTui uses for everything
* Updated the creation date/author/slide number creation code to cascade the
  context's spec styles
* Adds tests for slide styling
* Fixes a few issues in how styles were applied with author/date
* Let CI run when making a PR to *.*-dev
* Formatting fixes
Adds/fixes unit tests to be compatible with v3.0

Fixes #163
Progressive slides can be used *anywhere* now!
see #167
Correctly treats softbreaks as spaces.

Also:

* Made the use of `ctx.ensure_new_block()` more consistent
* Updated the tutorials for emphasis, strong_emphasis, and strikethrough

See #178
* Lots of table fixes, still have some bugs too

* Fixed bugs in table rendering, almost done adding tutors for inline html tags

* Formatting, pyright

* adds ctx validation in test utils

* formatting
* Fixes tutor tag replacement/extraction
* This PR adds a scrollbar to the slide contents when needed.
Todos in future iterations:
* Make it look good on mobile, and add way to control slides on mobile
* Copy code to clipboard when clicked
…me_as_html

Can now export lookatme slides with `--to-html OUTPUT_DIR`!!!
Need to standardize cols/rows vs width height in the options
* Added tutorial for outputs
* Added more tests
* Added lookatme[gif] extra to capture optional selenium dependency
* Moved all non-root requirements.txt to a requirements folder
Output system refactor, adds html, html_raw, and gif outputs
Adds a workflow (preview.yml) that generates gifs of user-provided markdown

* Works on issues and PRs
* Will use the PRs changes for the screenshots if it is merging into 3.0-dev
* Only runs on issues and PRs in the 3.0-dev milestones
Adds new workflow to generate documentation using the html output of `--tutorial`

Fixes #196
@d0c-s4vage d0c-s4vage temporarily deployed to github-pages January 26, 2023 14:17 — with GitHub Actions Inactive
@d0c-s4vage d0c-s4vage temporarily deployed to github-pages January 26, 2023 14:23 — with GitHub Actions Inactive
* Code snippets are now copy-pasteable
* This does not change the html output to "flow" the content - that will
  take more work.

Fixes #212
@d0c-s4vage d0c-s4vage temporarily deployed to github-pages February 1, 2023 14:36 — with GitHub Actions Inactive
Add support for setext headings, indented code blocks, and changes placeholder version str

closes #201
Fixes errors that occur when lookatme attempts to render empty markdown content.

Closes #200
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant