From ecf43ad4addb0580507572cc8760a34d5801333c Mon Sep 17 00:00:00 2001 From: Jocs Date: Fri, 29 May 2026 16:04:14 +0800 Subject: [PATCH] docs: mark repository as archived in README Add a notice at the top of the README pointing users to the marktext/marktext repository, where the official website now lives. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4ce9711..255c6bc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # MarkText Website +> [!IMPORTANT] +> **This repository has been archived.** The official MarkText website has been migrated into the main [marktext/marktext](https://github.com/marktext/marktext) repository. Please file issues and contribute there going forward. This repo is kept for historical reference only and will no longer receive updates. + [![Built with React](https://img.shields.io/badge/React-brightgreen?logo=react&logoColor=white)](https://reactjs.org/) [![TypeScript](https://img.shields.io/badge/TypeScript-blue?logo=typescript&logoColor=white)](https://www.typescriptlang.org/) [![Vite](https://img.shields.io/badge/Vite-purple?logo=vite&logoColor=white)](https://vitejs.dev/)