issues
search
dalyIsaac
/
onenote-markdown
https://onenote-markdown.azurewebsites.net/
MIT License
43
stars
2
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Bump lodash from 4.17.15 to 4.17.21
#77
dependabot[bot]
opened
2 years ago
0
Bump url-parse from 1.4.7 to 1.5.10
#76
dependabot[bot]
opened
2 years ago
0
Bump markdown-it from 8.4.2 to 12.3.2
#75
dependabot[bot]
opened
2 years ago
0
Error when I try to run dev build
#74
yeeislazy
opened
2 years ago
0
Bump immer from 8.0.1 to 9.0.6
#73
dependabot[bot]
opened
3 years ago
0
Bump immer from 3.3.0 to 8.0.1
#72
dependabot[bot]
closed
3 years ago
0
Pull changes from master
#71
dalyIsaac
closed
4 years ago
0
Investigate moving deletion to use SelectionBoundary
#70
dalyIsaac
opened
4 years ago
0
Switch replacement to the new insertion model
#69
dalyIsaac
opened
4 years ago
1
Features/#65
#68
dalyIsaac
closed
4 years ago
0
Remove `nodeStartOffset`
#67
dalyIsaac
opened
5 years ago
0
Switched editors to web components from react
#66
dalyIsaac
closed
5 years ago
0
Updated insertion model
#65
dalyIsaac
closed
4 years ago
1
Reduce the amount of re-rendering done by React
#64
dalyIsaac
opened
5 years ago
3
Deletion which creates an empty `StructureNode` should convert it to a `<br />`
#63
dalyIsaac
opened
5 years ago
0
Selecting multiple text segments, and inputting new text
#62
dalyIsaac
opened
5 years ago
0
Selecting multiple text segments, and deleting
#61
dalyIsaac
opened
5 years ago
0
Deleting single characters using the Delete key
#60
dalyIsaac
opened
5 years ago
0
Deleting single characters using the Backspace key
#59
dalyIsaac
opened
5 years ago
0
Missing unit tests for editor inserting content.
#58
dalyIsaac
opened
5 years ago
0
Cannot insert a newline at the start of a line/`StructureNode`.
#57
dalyIsaac
opened
5 years ago
0
Cannot insert a new line at the end of a `StructureNode`.
#56
dalyIsaac
opened
5 years ago
0
Features/#50
#55
dalyIsaac
closed
5 years ago
1
Switched to immer
#54
dalyIsaac
closed
5 years ago
0
Fixes #52
#53
dalyIsaac
closed
5 years ago
0
The cursor stays in the same location while inserting multiple newlines
#52
dalyIsaac
closed
5 years ago
0
Features/#47
#51
dalyIsaac
closed
5 years ago
0
Add the ability to change the type of the `StructureNode`.
#50
dalyIsaac
closed
5 years ago
0
Add the ability to delete `StructureNode`s
#49
dalyIsaac
opened
5 years ago
0
Add the ability to delete text in the markdown.
#48
dalyIsaac
opened
5 years ago
1
Add the ability to insert new `StructureNode`s
#47
dalyIsaac
closed
5 years ago
2
Resolves #44
#46
dalyIsaac
closed
5 years ago
0
Bugs/#43
#45
dalyIsaac
closed
5 years ago
0
The markdown compiler does not handle new inline `StructureNode` syntax as expected.
#44
dalyIsaac
closed
5 years ago
0
The markdown compiler does not match inline styling as expected.
#43
dalyIsaac
closed
5 years ago
0
Features/#30
#42
dalyIsaac
closed
5 years ago
0
Multiple spaces are rendered as a single space.
#41
dalyIsaac
closed
5 years ago
1
Unterminated tags written inside the markdown editor cause the application to break.
#40
dalyIsaac
closed
5 years ago
1
Added tests for #27
#39
dalyIsaac
closed
5 years ago
0
Resolves #36
#38
dalyIsaac
closed
5 years ago
0
Resolves #35.
#37
dalyIsaac
closed
5 years ago
0
Inline HTML tags aren't rendered by React.
#36
dalyIsaac
closed
5 years ago
1
Inline styling isn't preserved for all `StructureNode` elements.
#35
dalyIsaac
closed
5 years ago
1
Resolves #27
#34
dalyIsaac
closed
5 years ago
0
Features/#28
#33
dalyIsaac
closed
5 years ago
0
Parse HTML for basic text content.
#32
dalyIsaac
closed
5 years ago
0
Added the ability to update `StructureNode`s.
#31
dalyIsaac
closed
5 years ago
0
Add the ability to insert text in the markdown.
#30
dalyIsaac
closed
5 years ago
1
Features/basic text
#29
dalyIsaac
closed
5 years ago
0
Render the associated markdown from the piece table.
#28
dalyIsaac
closed
5 years ago
0
Next