Skip to content

Use GtkTextView for notes

Webkit is a bit heavy for Notes. We do only use a handful of html tags. So simply use GtkTextView, which uses less memory and loads much faster.

Even if we want to bring back Webkit in the future, we shall still keep using GtkTextView for plain notes (memo notes, etc.)

Merge request reports