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

SEAB-5117: Display formatted notebook #1747

Closed
Closed
Changes from 1 commit
Commits
Show all changes
66 commits
Select commit Hold shift + click to select a range
0be8a50
scaffold
svonworl Mar 22, 2023
0527038
refactor into MarkdownWrapperService, add proof of concept code
svonworl Mar 22, 2023
faa38c5
develop further
svonworl Mar 23, 2023
456ab9e
develop
svonworl Mar 23, 2023
3f9f4dc
refactor lightly
svonworl Mar 23, 2023
b01d978
generalize formatting by type
svonworl Mar 23, 2023
dcf22f6
insert TODOs for further work, clean up
svonworl Mar 23, 2023
3298777
add mime bundle, baseUrl input
svonworl Mar 23, 2023
d2a9289
remove unused file
svonworl Mar 23, 2023
9530cb0
remove unused file #2
svonworl Mar 23, 2023
758eb83
add baseUrl input setting, adjust test
svonworl Mar 23, 2023
fdde446
style notebook divs, add exception handling on failure
svonworl Mar 24, 2023
121549f
make notebook css more scss-ey
svonworl Mar 24, 2023
fd6e4f2
correct execution count, lighten count label
svonworl Mar 24, 2023
d9bf2dd
add support for img alt and title attrs
svonworl Mar 24, 2023
2c5001b
refactor mime bundle processor
svonworl Mar 24, 2023
ce2c56b
rename method
svonworl Mar 24, 2023
9e94ed5
add math support
svonworl Mar 25, 2023
e5617bc
add syntax highlighting
svonworl Mar 25, 2023
c96564f
set language type of code cells, misc improvements
svonworl Mar 27, 2023
7f3c173
refactor escaping code
svonworl Mar 27, 2023
eb5113f
refactor
svonworl Mar 27, 2023
9f57869
honor source/outputs_hidden, add syntax highlighting styles, refactor
svonworl Mar 27, 2023
fdce41c
simplify, fix css problem
svonworl Mar 27, 2023
227980b
add test skeleton
svonworl Mar 28, 2023
4e9ea22
improve template html
svonworl Mar 28, 2023
133cc4c
restructure loop
svonworl Mar 28, 2023
0188552
complete basic unit tests, fix bugs
svonworl Mar 28, 2023
e7c8bc2
fix intermittent syntax highlighting
svonworl Mar 28, 2023
a389da8
fix misc bugs
svonworl Mar 29, 2023
a7bdc2a
improve escape
svonworl Mar 29, 2023
78e063b
refactor
svonworl Mar 29, 2023
d669962
add return type
svonworl Mar 29, 2023
e082dc3
refactor lightly
svonworl Mar 29, 2023
c034925
generate formatted notebook in detached element, add light sanitize
svonworl Mar 29, 2023
559ed62
fix license file, comment, tweak syntax highlighting
svonworl Mar 29, 2023
f169ee7
tweak license file
svonworl Mar 29, 2023
46c23d3
fix license file
svonworl Mar 29, 2023
5d8835e
fix bugs, make first grid column collapse to fit content
svonworl Mar 30, 2023
3f5f638
fix missing error
svonworl Mar 30, 2023
6e1c4cb
cancel old request subscription before launching new request
svonworl Mar 30, 2023
f8f4fda
rejigger attached image support
svonworl Mar 30, 2023
bb3f2dd
tweak styles, do not encode html output
svonworl Mar 30, 2023
2610a19
basic mathjax configurations
svonworl Mar 30, 2023
aef9135
escape trailing double backslashes in equations
svonworl Mar 31, 2023
90b6e3c
add mathjax font files, remove light sanitize
svonworl Mar 31, 2023
283b04d
add mathjax config file, configure ui/safe module, remove katex load
svonworl Apr 3, 2023
c5f6805
remove katex from package json
svonworl Apr 3, 2023
36b22a2
add spam removal
svonworl Apr 3, 2023
38eedba
disable mathjax automatic formatting
svonworl Apr 3, 2023
b43e9ac
use WorkflowService, comment, remove cruft
svonworl Apr 3, 2023
7fe9b3f
update license file
svonworl Apr 3, 2023
ca95810
add mathjax license, correctly this time
svonworl Apr 3, 2023
d951a0b
fix unit tests, address code robot suggestions
svonworl Apr 3, 2023
76b3f95
Merge branch 'develop' into feature/seab-5117/display-formatted-notebook
svonworl Apr 3, 2023
0d69931
remove commented code
svonworl Apr 3, 2023
d4d5577
remove unused stuff
svonworl Apr 4, 2023
c27419e
improve backslashed dollar handling
svonworl Apr 4, 2023
66e292d
improve regexps
svonworl Apr 4, 2023
96afbcb
improve regexps, add light sanitize of prism outputs
svonworl Apr 4, 2023
67e967d
refactor unit test
svonworl Apr 4, 2023
0212b63
clean up unit test
svonworl Apr 4, 2023
4ce9395
add comments, refactor lightly, fix regexp bug
svonworl Apr 4, 2023
d042404
fix spelling error
svonworl Apr 4, 2023
44389b3
change notebook Code tab to Preview tab
svonworl Apr 4, 2023
05a5cde
fix test oopsie
svonworl Apr 5, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove unused file
  • Loading branch information
svonworl committed Mar 23, 2023
commit d2a9289f0ee994c5e9db87a04b408fadae75d62a
36 changes: 0 additions & 36 deletions src/app/notebook/formatter.ts

This file was deleted.