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.
In the Obsidian community plugin browser the README renders standalone, so
in-document #anchors don't scroll. Absolute repo anchors instead open the
GitHub README at that section (a real response beats none); on GitHub they
still behave as same-page jumps. Completes the link fix — no relative links or
bare anchors remain.
Co-authored-by: cverorg <292680828+cverorg@users.noreply.github.com>
Completes the clikae-style local guard: a tracked hooks/pre-push (activate with
`git config core.hooksPath hooks`) runs the same scripts/test.sh that CI runs,
so failures surface locally before a push. Bypassable with --no-verify.
Co-authored-by: cverorg <292680828+cverorg@users.noreply.github.com>
No source lives here (the plugin is built in the private tile monorepo), so
the meaningful check is release integrity, not a build: manifest required
fields, manifest version present in versions.json with a matching
minAppVersion, and that the bundled main.js parses. Adds scripts/test.sh (the
single local entrypoint) and a CI workflow that runs it — matching the CVER
per-repo standard, scoped to what a publish repo can actually verify.
Co-authored-by: cverorg <292680828+cverorg@users.noreply.github.com>
The Obsidian community plugin browser renders README.md standalone with no
base URL, so the relative ../../releases/latest links 404 there even though
they work on GitHub. Point them at the full github.com URL so they resolve in
both contexts.
Co-authored-by: cverorg <292680828+cverorg@users.noreply.github.com>
The old tagline ("never hides your markers") only described Seasoned; Rendered
mode has hidden markers (full WYSIWYG) since it shipped. Caught while drafting
an HN comment that repeated the stale claim — fixed across all 4 languages.
Styles-only release: the stylesheet now relies entirely on selector specificity instead of !important (matching tugtile's cleanup), including the Plain-mode neutralizer. No behaviour or visual change; clears the community-review 'Avoid !important' lint.
Co-Authored-By: chodaict <5516582+chodaict@users.noreply.github.com>
Seasoned highlighting can switch to a per-token colour palette (Settings →
colourful syntax); image/video are now first-class toolbar tools from the
shared editor core.
Co-Authored-By: chodaict <x@cver.net>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
squircle continuous-curvature corners are a progressive enhancement:
Chromium supports them, while Safari/WebKit and Firefox gracefully degrade
to border-radius, with zero visual regression.
Co-Authored-By: chodaict <x@cver.net>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The publish repo previously had no .gitignore, so .DS_Store showed up as
untracked. Add one to keep the working tree clean.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
manifest fundingUrl → https://cver.net/donate (shows the in-app Support/heart
button). Built from the tile monorepo at 0.0.57.
Co-Authored-By: chodaict <x@cver.net>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
marktile is in the official community directory, so the primary install is
Settings → Community plugins → Browse → search marktile. Updated all four locales
(EN/JA/KO/ZH-TW); BRAT demoted to optional beta-build channel.
Co-Authored-By: chodaict <x@cver.net>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Carries the onunload detachLeavesOfType removal (Obsidian plugin-guideline
compliance; common community-directory rejection reason). Built from tile monorepo.
Co-Authored-By: chodaict <x@cver.net>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
custom: https://cver.net/donate is live now; github: CVERInc activates
once org-level GitHub Sponsors enrollment completes.
Co-Authored-By: chodaict <x@cver.net>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Merge README.{ja,ko,zh-TW}.md into README.md with in-page anchor nav
(the plugin page is meant for Obsidian; jumping to separate files loses
the point). Each locale section links out to its matching cver.net page.
Co-Authored-By: chodaict <x@cver.net>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The editor's Cmd+Z relied on the contenteditable's native undo (wiped by the
re-highlight); now wired to the same snapshot stack the toolbar undo uses.
Synced from the tile monorepo.
Co-Authored-By: chodaict <x@cver.net>
The tagline no longer leads with tugtile's name; the differentiator
(headings grow while `## ` stays put, no rendering layer) is the
identity, family is the second beat. UI vocabulary aligned with shipped
strings (Seasoned/Plain, 調味/原味, アジツケ/プレーン, 양념/담백;
zh 牌桌 not 看板). Adds the verified Highlights layer (IME-safe, phone
toolbar, no network).
Co-authored-by: chodaict <x@cver.net>
CJK punctuation (,。:;()) to full-width per house style; code/URLs/English
stay half-width; Korean unchanged (Korean uses half-width).
Co-Authored-By: chodaict <x@cver.net>
README.md (English) + README.ja.md / README.ko.md / README.zh-TW.md with a language
nav. Obsidian's plugin detail page pulls README.md from this repo.
Co-Authored-By: chodaict <x@cver.net>
Standalone Markdown editor pane for Obsidian, from the tugtile family (MIT, CJK-friendly).
Distribution mirror; built from the tile monorepo.
Co-Authored-By: chodaict <x@cver.net>