Skip to content
This repository has been archived by the owner on Nov 23, 2022. It is now read-only.

update markdown-it-anchor #892

Merged
merged 3 commits into from
Dec 26, 2020
Merged

update markdown-it-anchor #892

merged 3 commits into from
Dec 26, 2020

Conversation

mrdrogdrog
Copy link
Member

@mrdrogdrog mrdrogdrog commented Dec 26, 2020

Component/Part

Markdown-it-anchor

Description

This PR replaces markdown-it-anchor with a fork until the PR was merged.

Steps

Related Issue(s)

@mrdrogdrog mrdrogdrog added the type: maintenance Regular maintenance, like updating dependencies label Dec 26, 2020
@mrdrogdrog mrdrogdrog self-assigned this Dec 26, 2020
@mrdrogdrog mrdrogdrog force-pushed the update/markdown-it-anchor branch 2 times, most recently from f200128 to e9f5fa3 Compare December 26, 2020 09:15
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
@mrdrogdrog mrdrogdrog requested review from DerMolly and ErikMichelson and removed request for DerMolly December 26, 2020 09:29
@mrdrogdrog mrdrogdrog merged commit 5305381 into main Dec 26, 2020
@mrdrogdrog mrdrogdrog deleted the update/markdown-it-anchor branch December 26, 2020 15:56
mrdrogdrog added a commit that referenced this pull request Dec 26, 2020
* update markdown-it-anchor
* Update markdown-it-types
* Regenerate yarn.lock

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Update dependency vega-embed to v6.15.0

Signed-off-by: Renovate Bot <bot@renovateapp.com>

started work on iframe for document-render-pane

Signed-off-by: Philip Molares <philip.molares@udo.edu>

Fix iframe condition

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Add license header

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Add render-page and adjust code for it

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Add scrolling to toc

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Add space to the top of document rendering

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Forward css extra classes in scrolling-document-render-pane.tsx

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

dont use portals to render

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Communicate with iframe

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Hide column if viewport is too small

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Fix rebase issue

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Add ready event for child frame

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Simplify method

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Add dark mode hook

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Send dark mode messages

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Rename file

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Remove import

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Extract code into hook

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Correct types

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Add iswide and dummy log functions

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Add more events

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Open links always in new tabs and correct internal links

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Change iframe to sandbox which can only open one url

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Only open external links in new tab

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Rename component

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Improve path protection

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Lazy load router pages

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Regenerate yarn lock

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Fix callback dependency

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
mrdrogdrog added a commit that referenced this pull request Dec 26, 2020
* update markdown-it-anchor
* Update markdown-it-types
* Regenerate yarn.lock

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Update dependency vega-embed to v6.15.0

Signed-off-by: Renovate Bot <bot@renovateapp.com>

started work on iframe for document-render-pane

Signed-off-by: Philip Molares <philip.molares@udo.edu>

Fix iframe condition

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Add license header

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Add render-page and adjust code for it

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Add scrolling to toc

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Add space to the top of document rendering

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Forward css extra classes in scrolling-document-render-pane.tsx

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

dont use portals to render

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Communicate with iframe

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Hide column if viewport is too small

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Fix rebase issue

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Add ready event for child frame

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Simplify method

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Add dark mode hook

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Send dark mode messages

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Rename file

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Remove import

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Extract code into hook

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Correct types

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Add iswide and dummy log functions

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Add more events

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Open links always in new tabs and correct internal links

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Change iframe to sandbox which can only open one url

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Only open external links in new tab

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Rename component

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Improve path protection

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Lazy load router pages

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Regenerate yarn lock

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Fix callback dependency

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
mrdrogdrog added a commit that referenced this pull request Dec 26, 2020
* update markdown-it-anchor
* Update markdown-it-types
* Regenerate yarn.lock

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Update dependency vega-embed to v6.15.0

Signed-off-by: Renovate Bot <bot@renovateapp.com>

started work on iframe for document-render-pane

Signed-off-by: Philip Molares <philip.molares@udo.edu>

Fix iframe condition

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Add license header

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Add render-page and adjust code for it

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Add scrolling to toc

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Add space to the top of document rendering

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Forward css extra classes in scrolling-document-render-pane.tsx

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

dont use portals to render

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Communicate with iframe

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Hide column if viewport is too small

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Fix rebase issue

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Add ready event for child frame

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Simplify method

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Add dark mode hook

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Send dark mode messages

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Rename file

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Remove import

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Extract code into hook

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Correct types

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Add iswide and dummy log functions

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Add more events

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Open links always in new tabs and correct internal links

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Change iframe to sandbox which can only open one url

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Only open external links in new tab

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Rename component

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Improve path protection

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Lazy load router pages

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Regenerate yarn lock

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Fix callback dependency

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
mrdrogdrog added a commit that referenced this pull request Dec 27, 2020
* update markdown-it-anchor
* Update markdown-it-types
* Regenerate yarn.lock

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Update dependency vega-embed to v6.15.0

Signed-off-by: Renovate Bot <bot@renovateapp.com>

started work on iframe for document-render-pane

Signed-off-by: Philip Molares <philip.molares@udo.edu>

Fix iframe condition

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Add license header

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Add render-page and adjust code for it

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Add scrolling to toc

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Add space to the top of document rendering

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Forward css extra classes in scrolling-document-render-pane.tsx

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

dont use portals to render

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Communicate with iframe

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Hide column if viewport is too small

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Fix rebase issue

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Add ready event for child frame

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Simplify method

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Add dark mode hook

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Send dark mode messages

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Rename file

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Remove import

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Extract code into hook

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Correct types

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Add iswide and dummy log functions

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Add more events

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Open links always in new tabs and correct internal links

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Change iframe to sandbox which can only open one url

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Only open external links in new tab

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Rename component

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Improve path protection

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Lazy load router pages

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Regenerate yarn lock

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>

Fix callback dependency

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: maintenance Regular maintenance, like updating dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants