Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  bundle_entry.mjs   Sprache: unbekannt

 
Spracherkennung für: .mjs vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */

// This file exports only the ProseMirror APIs that are being used.
// When adding new functionality the required exports can be added here before
// rebuilding the bundle with.

// Core
export { baseKeymap } from "prosemirror-commands";
export { history, undo, redo } from "prosemirror-history";
export { keymap } from "prosemirror-keymap";
export { Schema, DOMSerializer, DOMParser } from "prosemirror-model";
export { schema as basicSchema } from "prosemirror-schema-basic";
export { EditorState, Plugin, PluginKey, TextSelection } from "prosemirror-state";
export { EditorView, Decoration, DecorationSet } from "prosemirror-view";

// Non-core
export {
  defaultMarkdownParser,
  defaultMarkdownSerializer,
  MarkdownParser,
  MarkdownSerializer,
} from "prosemirror-markdown";

// TODO (Bug 2030750) - Apply this with a patch in the vendoring process rather than
// editing the file directly.
export { default as MarkdownIt } from "markdown-it";

// Third-party
export {
  markdownParser,
  markdownSerializer,
  mentionNodeSpec,
  suggestionsPlugin,
  triggerCharacter,
} from "./prosemirror-suggestions/src/index.js";

[Dauer der Verarbeitung: 0.22 Sekunden, vorverarbeitet 2026-08-28]

                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik

Statistik
#Sources=476070
#Domains=661743