Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
leafwriter-x
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LEAF-Writer-X
leafwriter-x
Commits
587002c7
Commit
587002c7
authored
8 months ago
by
Jacob Benz
Browse files
Options
Downloads
Patches
Plain Diff
enable users to choose via css to display teiHeader if they wish to do so
parent
4f60359a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/cwrc-leafwriter/src/js/schema/schemaManager.ts
+1
-1
1 addition, 1 deletion
packages/cwrc-leafwriter/src/js/schema/schemaManager.ts
with
1 addition
and
1 deletion
packages/cwrc-leafwriter/src/js/schema/schemaManager.ts
+
1
−
1
View file @
587002c7
...
...
@@ -781,7 +781,7 @@ class SchemaManager {
// hide the header
const
tagName
=
this
.
getTagForEditor
(
this
.
header
);
schemaTags
+=
`
${
tagName
}
[_tag=
${
this
.
header
}
] { display: none
!important
; }`
;
schemaTags
+=
`
${
tagName
}
[_tag=
${
this
.
header
}
] { display: none; }`
;
$
(
'
#schemaTags
'
,
this
.
writer
.
editor
?.
getDoc
()).
text
(
schemaTags
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment