rivernews / appl-tracky-spa

An Application Tracking System to help job finders ease their out-of-control spreadsheet use tracking every job application record.
https://appl-tracky.shaungc.com
1 stars 0 forks source link

Add AutoLink feature #111

Closed rivernews closed 2 years ago

rivernews commented 2 years ago

The auto link feature - described in doc.

We don't need to install new package as the autolink package is included in the package import Link from '@ckeditor/ckeditor5-link/src/link';.

However, we do need a recent @ckeditor/ckeditor5-link version. Older version like what we have v15 does not have autolink feature, and you'll get error when npm run build:

ERROR in ./src/ckeditor.js
Module not found: Error: Can't resolve '@ckeditor/ckeditor5-link/src/autolink' in '/Users/shaungc/Documents/repos/ckeditor5-build-balloon/src'

Since the even newer version v18 of @ckeditor/ckeditor5-link (which is the deprecated ckeditor balloon repo latest version) doesn't work - no autolink feature, we will need #106. Only updating @ckeditor/ckeditor5-link to its latest version v31.1 will cause compatibility issue - ckeditor.js will throw "module duplicated` error.