substance / texture

A visual editor for research.
MIT License
1k stars 83 forks source link

Rich text keyword #1161

Closed Integral closed 5 years ago

Integral commented 5 years ago

Why

As there was requested in #990 keywords should allow italics. However for the sake of consistency we decided to allow full set of annotations: bold, italic, superscript, subscript.

What

This PR contains necessary changes to schema and importers/exporters.

codecov[bot] commented 5 years ago

Codecov Report

Merging #1161 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1161      +/-   ##
==========================================
+ Coverage   84.09%   84.09%   +<.01%     
==========================================
  Files         394      394              
  Lines        8947     8949       +2     
==========================================
+ Hits         7524     7526       +2     
  Misses       1423     1423
Impacted Files Coverage Δ
src/article/models/Keyword.js 100% <ø> (ø) :arrow_up:
src/article/converter/r2t/internal2jats.js 95.04% <100%> (ø) :arrow_up:
src/article/converter/r2t/jats2internal.js 98.64% <100%> (+0.01%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 71cc46f...f9577ac. Read the comment docs.