Commit graph

28 commits

Author SHA1 Message Date
cverorg
493d7c0c97 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.
2026-07-14 16:16:13 +09:00
CVER Inc.
ecf06b3155
docs: make language-nav anchors absolute for the Obsidian listing (#5)
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>
2026-07-14 14:20:20 +09:00
CVER Inc.
e78c1c8660
chore: add tracked pre-push hook that runs scripts/test.sh (#4)
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>
2026-07-14 14:20:12 +09:00
CVER Inc.
51e2394da1
chore: add release-integrity CI for the thin publish repo (#3)
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>
2026-07-14 11:48:37 +09:00
CVER Inc.
a639408bfe
docs: absolute README links so they survive the Obsidian listing (#2)
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>
2026-07-14 11:48:33 +09:00
chodaict
fe68286014 docs: README undersold the editor — it's 3 modes, not 2 (Seasoned/Rendered/Plain)
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.
2026-07-05 20:43:27 +09:00
mixflavor
cf7fabe638 release 0.1.3 — !important-free stylesheet
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>
2026-06-22 12:25:41 +09:00
mixflavor
f6a4285049 release 0.1.2 — Obsidian review hygiene
Cut the automated review-bot CSS lint without touching theme/iOS-defensive
overrides: dedupe height/max-height (100dvh only), replace
.modal-container:has(...) with an onOpen container class, and style toolbar
scrollbars via ::-webkit-scrollbar. Adds CONTRIBUTING.

Co-Authored-By: chodaict <5516582+chodaict@users.noreply.github.com>
2026-06-20 17:57:10 +09:00
mixflavor
b9c6f17341 release 0.1.1 — cleaner CJK punctuation in shared strings
Co-Authored-By: chodaict <x@cver.net>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-14 21:21:47 +09:00
mixflavor
a08727bdc3 release 0.1.0 — tile family milestone (+ companion discovery in settings)
Co-Authored-By: chodaict <x@cver.net>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-14 18:58:50 +09:00
mixflavor
0320b409ba release 0.0.67 — 'jump to tugtile' icon follows tugtile's new board icon
Co-Authored-By: chodaict <x@cver.net>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-14 11:31:09 +09:00
mixflavor
a182541af2 release 0.0.66 — heading indent-guide reconnects (thin, continuous)
Co-Authored-By: chodaict <x@cver.net>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-13 22:10:35 +09:00
mixflavor
2e243a8cca release 0.0.65 — Seasoned colour palette refresh + heading indent-guide fix
Co-Authored-By: chodaict <x@cver.net>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-13 21:55:53 +09:00
mixflavor
7f7b52367d release 0.0.64 — headings render inside list items / after indent
Co-Authored-By: chodaict <x@cver.net>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-13 21:30:49 +09:00
mixflavor
cea5f4e9b3 release 0.0.63 — Seasoned colour palette + image/video toolbar tools
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>
2026-06-13 21:10:12 +09:00
mixflavor
4603525f05 marktile 0.0.61 — sync latest editor build from the monorepo (incl. squircle corners)
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>
2026-06-13 15:33:30 +09:00
chodaict
46c2c028d2 chore: add .gitignore (ignore .DS_Store / *.bak / node_modules)
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>
2026-06-13 15:33:30 +09:00
mixflavor
0074a63b03 marktile 0.0.57 — add Stripe donate funding link + latest editor build
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>
2026-06-12 16:23:09 +09:00
mixflavor
5bcacb1811 docs(README): install via Community plugins (now listed); BRAT → beta-only
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>
2026-06-11 23:10:09 +09:00
mixflavor
5ace954ffc marktile 0.0.50 — onunload guideline fix (don't detachLeavesOfType)
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>
2026-06-11 22:39:58 +09:00
mixflavor
cec3f9024a chore: add FUNDING.yml (donate via cver.net + GitHub Sponsors)
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>
2026-06-11 22:28:21 +09:00
mixflavor
41ef0dbd3b docs: consolidate four-locale READMEs into one stacked README
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>
2026-06-11 21:34:50 +09:00
mixflavor
2bab893e80 marktile 0.0.49 — fix Cmd+Z undo in the editor
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>
2026-06-11 14:20:09 +09:00
mixflavor
fbd3407509 release: 0.0.48 — markers-never-hide store description
Co-authored-by: chodaict <x@cver.net>
2026-06-11 11:21:57 +09:00
mixflavor
9b0dae6ce6 docs(README): marktile stands on its own — markers never hide
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>
2026-06-11 09:09:14 +09:00
mixflavor
5209137af5 docs: full-width punctuation in CJK READMEs (ja-JP / zh-TW)
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>
2026-06-10 23:03:18 +09:00
mixflavor
6901159afc docs: localized README (en-US / ja-JP / ko-KR / zh-TW)
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>
2026-06-10 18:31:43 +09:00
mixflavor
91d1a81bbc marktile 0.0.47 — initial public release
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>
2026-06-10 18:15:42 +09:00