-
Notifications
You must be signed in to change notification settings - Fork 63
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
d0c-s4vage
wants to merge
57
commits into
main
Choose a base branch
from
3.0-dev
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
3.0! #156
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
…s/tests/etc before publishing it
* Links are working again * Fixed a bug with LinkAttrSpecs not keeping the bg with overwrite_spec * strikethrough is working
Sync with main
… 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
temporarily deployed
to
github-pages
January 26, 2023 14:17
— with
GitHub Actions
Inactive
d0c-s4vage
had a problem deploying
to
github-pages
January 26, 2023 14:19
— with
GitHub Actions
Failure
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
temporarily deployed
to
github-pages
February 1, 2023 14:36
— with
GitHub Actions
Inactive
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR merges the 3.0-dev branch into main.
We'll merge this once all of the issues in the 3.0 milestone