[PR #5977] [CLOSED] bookstack-migrate tool #6616

Closed
opened 2026-02-05 10:36:55 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/5977
Author: @alvonellos
Created: 1/7/2026
Status: Closed

Base: developmentHead: feature/standalone


📝 Commits (10+)

  • df70a24 MD Editor: Starting conversion to typescript
  • d39e957 MD Editor: Finished conversion to Typescript
  • 2018417 MD Editor: Started work on input interface
  • 20ab227 MD Editor: Updated actions to use input interface
  • 4b91a8e MD Editor: Added plaintext input implementation
  • 556d0d1 MD Editor: Added plaintext/cm switching
  • 491d7b6 MD Editor: Worked to improve/fix positioning code
  • 32213cf MD Editor: Added custom textarea undo/redo, updated positioning methods
  • b6c68be MD Editor: Last tests/check over plaintext use/switching
  • 2467af7 MD Editor: Fixed plaintext dark styles, updated npm packages

📊 Changes

459 files changed (+4291 additions, -29852 deletions)

View changed files

.env.example (+0 -65)
.github/CODE_OF_CONDUCT.md (+84 -0)
.github/FUNDING.yml (+4 -0)
.github/ISSUE_TEMPLATE/api_request.yml (+25 -0)
.github/ISSUE_TEMPLATE/bug_report.yml (+61 -0)
.github/ISSUE_TEMPLATE/config.yml (+13 -0)
.github/ISSUE_TEMPLATE/feature_request.yml (+58 -0)
.github/ISSUE_TEMPLATE/language_request.yml (+31 -0)
.github/ISSUE_TEMPLATE/support_request.yml (+55 -0)
.github/ISSUE_TEMPLATE/z_blank_request.yml (+9 -0)
.github/SECURITY.md (+27 -0)
.github/copilot-instructions.md (+126 -0)
.github/translators.txt (+523 -0)
.github/workflows/build.yml (+224 -0)
.github/workflows/release.yml (+89 -0)
📝 .gitignore (+54 -2)
.travis.yml (+0 -35)
📝 LICENSE (+1 -1)
README.md (+401 -0)
SUMMARY.txt (+421 -0)

...and 80 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BookStackApp/BookStack/pull/5977 **Author:** [@alvonellos](https://github.com/alvonellos) **Created:** 1/7/2026 **Status:** ❌ Closed **Base:** `development` ← **Head:** `feature/standalone` --- ### 📝 Commits (10+) - [`df70a24`](https://github.com/BookStackApp/BookStack/commit/df70a243f88aabacc843fac5449745bddafe7581) MD Editor: Starting conversion to typescript - [`d39e957`](https://github.com/BookStackApp/BookStack/commit/d39e957d86346782cd2284b6133934ad40af4704) MD Editor: Finished conversion to Typescript - [`2018417`](https://github.com/BookStackApp/BookStack/commit/201841734a69fcc0eb63ff124d98b469b1267b33) MD Editor: Started work on input interface - [`20ab227`](https://github.com/BookStackApp/BookStack/commit/20ab2271f87325e25ed39ee0421d47e88c06df2c) MD Editor: Updated actions to use input interface - [`4b91a8e`](https://github.com/BookStackApp/BookStack/commit/4b91a8e76e3c6cc052aee8108a9fb09b6ed7608a) MD Editor: Added plaintext input implementation - [`556d0d1`](https://github.com/BookStackApp/BookStack/commit/556d0d13110780e22354ff0c0428cbe2e80776f3) MD Editor: Added plaintext/cm switching - [`491d7b6`](https://github.com/BookStackApp/BookStack/commit/491d7b687bf1362eb4432d9522ca7a7ea1dce289) MD Editor: Worked to improve/fix positioning code - [`32213cf`](https://github.com/BookStackApp/BookStack/commit/32213cf1e8035b70a81d84c4ba4d89d8c9731fb8) MD Editor: Added custom textarea undo/redo, updated positioning methods - [`b6c68be`](https://github.com/BookStackApp/BookStack/commit/b6c68be3ec6a76f8d0f42abc63b1bbd751269c19) MD Editor: Last tests/check over plaintext use/switching - [`2467af7`](https://github.com/BookStackApp/BookStack/commit/2467af771c9c034d3706441ab43ca8f1d78247a8) MD Editor: Fixed plaintext dark styles, updated npm packages ### 📊 Changes **459 files changed** (+4291 additions, -29852 deletions) <details> <summary>View changed files</summary> ➖ `.env.example` (+0 -65) ➕ `.github/CODE_OF_CONDUCT.md` (+84 -0) ➕ `.github/FUNDING.yml` (+4 -0) ➕ `.github/ISSUE_TEMPLATE/api_request.yml` (+25 -0) ➕ `.github/ISSUE_TEMPLATE/bug_report.yml` (+61 -0) ➕ `.github/ISSUE_TEMPLATE/config.yml` (+13 -0) ➕ `.github/ISSUE_TEMPLATE/feature_request.yml` (+58 -0) ➕ `.github/ISSUE_TEMPLATE/language_request.yml` (+31 -0) ➕ `.github/ISSUE_TEMPLATE/support_request.yml` (+55 -0) ➕ `.github/ISSUE_TEMPLATE/z_blank_request.yml` (+9 -0) ➕ `.github/SECURITY.md` (+27 -0) ➕ `.github/copilot-instructions.md` (+126 -0) ➕ `.github/translators.txt` (+523 -0) ➕ `.github/workflows/build.yml` (+224 -0) ➕ `.github/workflows/release.yml` (+89 -0) 📝 `.gitignore` (+54 -2) ➖ `.travis.yml` (+0 -35) 📝 `LICENSE` (+1 -1) ➕ `README.md` (+401 -0) ➕ `SUMMARY.txt` (+421 -0) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 10:36:55 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#6616