Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
wax-prosemirror
Manage
Activity
Members
Labels
Plan
Issues
34
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wax
wax-prosemirror
Merge requests
!109
Track changes ids
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Track changes ids
track-changes-ids
into
master
Overview
0
Commits
18
Pipelines
0
Changes
21
Merged
Christos
requested to merge
track-changes-ids
into
master
4 years ago
Overview
0
Commits
18
Pipelines
0
Changes
21
Expand
0
0
Merge request reports
Compare
master
version 11
948f110d
4 years ago
version 10
6315e975
4 years ago
version 9
c6c97199
4 years ago
version 8
32d72aab
4 years ago
version 7
f8da217d
4 years ago
version 6
10926d2a
4 years ago
version 5
b6bb326b
4 years ago
version 4
f77a2320
4 years ago
version 3
ef109a3b
4 years ago
version 2
946a5394
4 years ago
version 1
2ad4c449
4 years ago
master (base)
and
latest version
latest version
1467d3df
18 commits,
4 years ago
version 11
948f110d
17 commits,
4 years ago
version 10
6315e975
16 commits,
4 years ago
version 9
c6c97199
15 commits,
4 years ago
version 8
32d72aab
14 commits,
4 years ago
version 7
f8da217d
13 commits,
4 years ago
version 6
10926d2a
12 commits,
4 years ago
version 5
b6bb326b
11 commits,
4 years ago
version 4
f77a2320
10 commits,
4 years ago
version 3
ef109a3b
9 commits,
4 years ago
version 2
946a5394
8 commits,
4 years ago
version 1
2ad4c449
7 commits,
4 years ago
21 files
+
321
−
122
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
21
Search (e.g. *.vue) (Ctrl+P)
editors/editoria/src/config/config.js
+
6
−
6
Options
@@ -56,26 +56,26 @@ export default {
PmPlugins
:
[
columnResizing
(),
tableEditing
(),
invisibles
([
hardBreak
()])],
// Always load first
TrackChange
Service,
// Always load first
CommentsService and Link
Service,
//as it matters on how PM treats nodes and marks
services
:
[
new
DisplayBlockLevelService
(),
new
DisplayToolGroupService
(),
new
TextBlockLevelService
(),
new
TextToolGroupService
(),
new
ListsService
(),
new
TrackChangeService
(),
new
CommentsService
(),
new
LinkService
(),
new
PlaceholderService
(),
new
ImageService
(),
new
ListsService
(),
new
InlineAnnotationsService
(),
new
TablesService
(),
new
TextBlockLevelService
(),
new
BaseService
(),
new
BaseToolGroupService
(),
new
DisplayBlockLevelService
(),
new
NoteService
(),
new
TableToolGroupService
(),
new
DisplayToolGroupService
(),
new
ImageToolGroupService
(),
new
TextToolGroupService
(),
new
AnnotationToolGroupService
(),
new
NoteToolGroupService
(),
new
ListToolGroupService
()