並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 5 件 / 5件

新着順 人気順

codemirrorの検索結果1 - 5 件 / 5件

  • CodeMirror v6によるZennのMarkdownエディタの作り方

    Zennでは、「記事」や「本のチャプター」のMarkdownエディタのベースにCodeMirrorというライブラリを使っています。これまではCodeMirrorのv5を使っていた(正確にはv5に依存するラッパーライブラリを使っていた)のですが、古いバージョンを使い続けるリスク解消と更なるエディタの拡張性を得るため、CodeMirrorのv6にアップグレードすることにしました。 本記事では、CodeMirror v6の基本的な知識部分から、ZennのMarkdownエディタを実装するまでのカスタマイズ方法を紹介します。 CodeMirrorの基礎知識 はじめに CodeMirrorはWeb上にコードエディタを実装するためのライブラリです。標準で多くのプログラミング言語に対応したシンタックスハイライトや入力補完、折りたたみ、キーマップ、マルチカーソルなど、モダンなコードエディタに必要な機能を備

      CodeMirror v6によるZennのMarkdownエディタの作り方
    • Replit — Ace, CodeMirror, and Monaco: A Comparison of the Code Editors You Use in the Browser

      EngInfraAce, CodeMirror, and Monaco: A Comparison of the Code Editors You Use in the Browser I’ve been working on Replit for roughly six years now, and as the team has grown, I’ve focused on the IDE (what we call the workspace) portion of the product. Naturally, I was increasingly preoccupied with the code editor. While we’ve considered creating a code editor that meets our needs, the complexity i

        Replit — Ace, CodeMirror, and Monaco: A Comparison of the Code Editors You Use in the Browser
      • 2022-06-28のJS: ECMAScript 2022、TypeScript 4.8 Beta、CodeMirror 6


        JSer.info #598 - ECMAScript 20222022-06Ecma International GA() Ecma International approves new standards - Ecma International ES2022Public/PrivateTop-Level awaitStringArrayat()Error Cause Ecma International approves ECMAScript 2022: Whats new?  JavaScriptES2022 JavaScriptjspri
          2022-06-28のJS: ECMAScript 2022、TypeScript 4.8 Beta、CodeMirror 6
        • Draft.js と Slate.js と CodeMirror の感想


           Web  Electron Draft.jsSlate.jsCodeMirror   Server-Side Rendering  React  ComponentDidMount  Draft.js Decorator  DOM 
            Draft.js と Slate.js と CodeMirror の感想
          • CodeMirror 6.0

            CodeMirror 6 is a new code editor library for the web, a from-scratch implementation based on the experience of building and maintaining versions 1 to 5 for the past 13 years. It aims to be more extensible and accessible than previous versions. As of today, version 6.0 is stable. Going forward, probably at least several years, all new releases will be under the 6 major version, and be backwards co

            1