docs: point code contributions to the now-public source at CVERInc/tile

The plugin source is open-sourced at github.com/CVERInc/tile (MIT). This repo stays the
release mirror; code PRs now go to the source repo instead of the old issue-only flow.
This commit is contained in:
cverorg 2026-07-14 16:16:13 +09:00
parent ecf06b3155
commit 493d7c0c97

View file

@ -12,10 +12,11 @@ Please open a [GitHub issue](https://github.com/CVERInc/marktile/issues). Helpfu
## Pull requests
This repository is the public **distribution mirror** — the release build (`main.js`,
`styles.css`, `manifest.json`) is generated from a private development monorepo, so code
PRs against these built files can't be merged directly. For a fix or an idea, please open
an issue first and we'll land it at the source.
The built files here (`main.js`, `styles.css`, `manifest.json`) are generated from
source, so this repo is the release home — not where code changes are made. **The source
is open at [CVERInc/tile](https://github.com/CVERInc/tile)** (MIT): the shared editor
engine and both Obsidian plugins live there, and that is where code pull requests go.
Clone it, run `bash scripts/test.sh`, then PR against it.
Documentation wording and translation suggestions are very welcome.