mozilla / notes

DEPRECATED - A notepad for Firefox
https://testpilot.firefox.com/experiments/notes
Mozilla Public License 2.0
495 stars 132 forks source link

Support Link/Images/Syntax highlighting/Tasks lists #1508

Closed boulaffasae closed 1 year ago

boulaffasae commented 4 years ago

Add Support:

  1. Link:

Firefox Notes

  1. Images:

Firefox Notes Logo

  1. Syntax highlighting
import ClassicEditorBase from '@ckeditor/ckeditor5-editor-classic/src/classiceditor';
import TodoList from '@ckeditor/ckeditor5-list/src/todolist';

ClassicEditor.build = {
  plugins: [
    TodoList,
  ],
  config: {
    toolbar: {
      items: [
        'todoList'
      ]
    }
  }
};
  1. Tasks lists
  1. emoji

:heart: