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

create ipython extension #79

Merged
merged 4 commits into from
Sep 29, 2022
Merged

create ipython extension #79

merged 4 commits into from
Sep 29, 2022

Conversation

WaylonWalker
Copy link
Owner

No description provided.

@cloudflare-pages
Copy link

cloudflare-pages bot commented Sep 17, 2022

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 464d00a
Status: ✅  Deploy successful!
Preview URL: https://7bfc72d8.markata.pages.dev
Branch Preview URL: https://feat-ipython-extension.markata.pages.dev

View logs

@WaylonWalker
Copy link
Owner Author

This seems fine, still deciding if this is something I want to support.

@WaylonWalker WaylonWalker merged commit 5cd68dd into develop Sep 29, 2022
@WaylonWalker WaylonWalker mentioned this pull request Sep 29, 2022
WaylonWalker added a commit that referenced this pull request Oct 4, 2022
* Bump version: 0.4.0 → 0.4.0.01

* reduce prekinds

* Bump version: 0.4.0.01 → 0.4.0.b0

* Bump version: 0.4.0.b0 → 0.4.0.b1

* remove bump2version automatic bumping on main

* PEP 517 build (#59)

switched to pip 517 build

* fix static-version issue (#61)

* fix static-version issue
* match version on pypi

* fix dynamic versioning (#62)

* bump __about__

* fix static-version issue

* fix undefined version (#63)

* Bump version: 0.4.0.b1 → 0.5.0.dev0

* explicitly define hatch index user

* Bump version: 0.5.0.dev0 → 0.5.0.dev1

* enable jinja-extensions (#60)

* enable jinja-extensions

* add docs

* fix/test lint (#65)

* update isort config

* update changelog

* Bump version: 0.5.0.dev1 → 0.5.0.dev2

* fix post img overflow (#66)

* Bump version: 0.5.0.dev2 → 0.5.0.dev3

* update changelog

* Bump version: 0.5.0.dev3 → 0.5.0.dev4

* configurable template (#70)

* configurable template

* changelog

* Bump version: 0.5.0.dev4 → 0.5.0.dev5

* fix: add python slugify for slugs (#69)

closes #33

* update isort config (#74)

* update isort config

* alias test-lint

* fix/isort config (#75)

* update isort config

* alias test-lint

* allow sluggify to be configurable

* fix tests

* update changelog

* Bump version: 0.5.0.dev5 → 0.5.0.dev6

* init redirect template (#76)

* init redirect template

* working example

* instant redirect when supported

* wip docs

* update docs

* fix syntax error

* correctly create admonition

* docstring

* create redirects test

* add pytest-tmp-files dependency

* test coverage config

* fully test redirects

* run on all branches

* remove trailing whitespace

* add docstrings

* include features section

* Rebase and cleanup from FutureWarning

* update changelog

* revert to v0.5.0dev5

* update isort config

* add hatch run test:cov script

* fix flake8 invalid escape sequence

* Bump version: 0.5.0.dev6 → 0.5.0.dev7

* remove unused entrypoint clif (#81)

* Bump version: 0.5.0.dev7 → 0.5.0.dev8

* fix: /slugs can cause output to point to the root filesystem (#84)

* Bump version: 0.5.0.dev8 → 0.5.0.dev9

* feature create slugify-migration script (#82)

* feature create slugify-migration script

* update changelog

* fix redirect from root

* redirects should be part of the default set of hooks

* implement routed slugify

* test redirects

* update isort config

* update changelog

* Bump version: 0.5.0.dev9 → 0.5.0.dev10

* Configurable post head (#85)

* wip

* take care of string list types

* wip tests

* docs

* add toml to known_third_party

* docs

* Bump version: 0.5.0.dev10 → 0.5.0.dev11

* only release when markata is changed

* update changelog

* migrate redirects

* allow template variable in head config (#88)

* allow template variable in head config

* this is toml

* show example of template variable in head

* format

* format

* Bump version: 0.5.0.dev11 → 0.5.0.dev12

* expose __version__ to templates (#89)

* expose __version__ to templates

* changelog

* handle default missing head

* jinja_md ignore post_template

* remove commented config

* update changelog

* update changelog

* ignore posts missing an html attribute (#92)

* ignore posts missing an html attribute

* update changelog

* merge config_overrides from articles into render methods of plugins - HOLD (#91)

* merge config_overrides from articles into render methods of plugins

* fix syntax error

* make it work

* reset logging config

* remove print statements

* remove commented code

* fix up config_overrides example

* format with black

* Bump version: 0.5.0.dev12 → 0.5.0.dev13

* fix only look at post, not post.metadata, not everything implements metadata

* Bump version: 0.5.0.dev13 → 0.5.0.dev14

* create ipython extension (#79)

* create ipython extension

* update changelog

* also map markata to the instance

* update changelog

* Bump version: 0.5.0.dev14 → 0.5.0.dev15

* create new cli (#93)

* create new cli

* link the plugins

* changelog update

* format with black

* fix: images wrapped in a link overflow outside the body (#96)

* fix: images wrapped in a link overflow outside the body

* update changelog

* create project-gallery (#95)

* feat:service-worker plugin (#94)

* feat:service-worker plugin

* docs

* need to allow precache to be applied to feed

* format with black

* use latest version of hatch-actio

* update docs

* update changelog

* remove broken script

* Bump version: 0.5.0.dev15 → 0.5.0.dev16

* fix/relative icon should be absolute (#97)

* feat:service-worker plugin

* docs

* need to allow precache to be applied to feed

* format with black

* use latest version of hatch-actio

* update docs

* update changelog

* remove broken script

* fix: icon link should be absolute not relative

* update changelog

* add pr link

* add version

* Bump version: 0.5.0.dev16 → 0.5.0.dev17

* fix: auto_descriptions were not created before running jinja_md (#100)

* fix: auto_descriptions were not created before running jinja_md

* changelog

* Bump version: 0.5.0.dev17 → 0.5.0.dev18

* give unique title and description to redirect pages (#101)

* give unique title and description to redirect pages

* update changelog

* Bump version: 0.5.0.dev18 → 0.5.0.dev19

* update readme (#102)

Co-authored-by: autobump <autobump@markata.dev>
Co-authored-by: autobump <autobump@users.noreply.github.com>
Co-authored-by: Meet Rajesh Gor <40317114+Mr-Destructive@users.noreply.github.com>
@WaylonWalker WaylonWalker deleted the feat/ipython-extension branch October 4, 2022 13:10
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