Commit graph

75 commits

Author SHA1 Message Date
Myriad-Dreamin
ac0f8fbef7
fix: correct link to Automattic/haper (#1748)
Some checks failed
tinymist::ci / Duplicate Actions Detection (push) Has been cancelled
tinymist::ci / Check Clippy, Formatting, Completion, Documentation, and Tests (Linux) (push) Has been cancelled
tinymist::ci / Check Minimum Rust version and Tests (Windows) (push) Has been cancelled
tinymist::ci / prepare-build (push) Has been cancelled
tinymist::gh_pages / build-gh-pages (push) Has been cancelled
tinymist::ci / E2E Tests (darwin-arm64 on macos-latest) (push) Has been cancelled
tinymist::ci / E2E Tests (linux-x64 on ubuntu-22.04) (push) Has been cancelled
tinymist::ci / E2E Tests (linux-x64 on ubuntu-latest) (push) Has been cancelled
tinymist::ci / E2E Tests (win32-x64 on windows-2019) (push) Has been cancelled
tinymist::ci / E2E Tests (win32-x64 on windows-latest) (push) Has been cancelled
tinymist::ci / build-binary (push) Has been cancelled
tinymist::ci / build-vsc-assets (push) Has been cancelled
tinymist::ci / build-vscode (push) Has been cancelled
tinymist::ci / build-vscode-others (push) Has been cancelled
tinymist::ci / publish-vscode (push) Has been cancelled
* fix: correct link to Automattic/haper

* build: generate readme
2025-05-22 13:26:48 +08:00
Myriad-Dreamin
223a337736
fix: readme generation (#1754)
Some checks are pending
tinymist::ci / Duplicate Actions Detection (push) Waiting to run
tinymist::ci / Check Clippy, Formatting, Completion, Documentation, and Tests (Linux) (push) Waiting to run
tinymist::ci / Check Minimum Rust version and Tests (Windows) (push) Waiting to run
tinymist::ci / E2E Tests (darwin-arm64 on macos-latest) (push) Blocked by required conditions
tinymist::ci / E2E Tests (linux-x64 on ubuntu-22.04) (push) Blocked by required conditions
tinymist::ci / E2E Tests (linux-x64 on ubuntu-latest) (push) Blocked by required conditions
tinymist::ci / E2E Tests (win32-x64 on windows-2019) (push) Blocked by required conditions
tinymist::ci / E2E Tests (win32-x64 on windows-latest) (push) Blocked by required conditions
tinymist::ci / prepare-build (push) Waiting to run
tinymist::ci / build-binary (push) Blocked by required conditions
tinymist::ci / build-vsc-assets (push) Blocked by required conditions
tinymist::ci / build-vscode (push) Blocked by required conditions
tinymist::ci / build-vscode-others (push) Blocked by required conditions
tinymist::ci / publish-vscode (push) Blocked by required conditions
tinymist::gh_pages / build-gh-pages (push) Waiting to run
* fix: readme generation

* feat: markdown-aware export

* feat: add ieee example

* fix: fix wrong behavior of list parsing and <div> elem parsing

* test: update snapshot

Co-authored-by: Hong Jiarong <me@jrhim.com>

* fix: clippy warnings

* fix: handle br tag as hard break in HTML parsing (#1769)

* fix: handle br tag as hard break in HTML parsing

* Revert "svg gen"

This reverts commit 1ff4c0af33c209a9f653c879f2f7d504bad1ff32.

---------

Co-authored-by: Myriad-Dreamin <camiyoru@gmail.com>

* feat: some md-specific impl

* test: bad changes

---------

Co-authored-by: Hong Jiarong <me@jrhim.com>
2025-05-21 17:45:37 +08:00
Myriad-Dreamin
c869cde2c5
docs: update readme and docs about linting (#1714)
* docs: update readme about linting

* docs: update documentation
2025-04-30 14:40:36 +08:00
Patrick Dewey
5ee874d6b3
docs: change pinning to use non-deprecated function client:exec (#1678)
* docs: Update pinning commands to use non-deprecated function `client:exec`

* dev: update tinymist.lua

* docs: update comment

* docs: remove redundant config code block

* build: edit a bit and update readme

---------

Co-authored-by: Myriad-Dreamin <camiyoru@gmail.com>
2025-04-21 18:00:17 +08:00
Patrick Dewey
8dff9b953e
docs: fix syntax error in Neovim docs (#1672)
* docs: Fix syntax error in Neovim docs

* build: update readme

---------

Co-authored-by: Myriad-Dreamin <camiyoru@gmail.com>
2025-04-17 14:34:20 +08:00
Patrick Dewey
5c6d9a5dee
docs: Update Neovim config to use non-blocking system call (#1607)
* doc: Update Neovim config to use non-blocking system call

* docs: Update Neovim config to use non-blocking system call--mention issue in comment on older versions

* docs: turn comments out of code block

* fix: word

---------

Co-authored-by: Myriad-Dreamin <camiyoru@gmail.com>
2025-04-09 04:35:23 +08:00
Myriad-Dreamin
d3bcef5fd9
docs: update localization and maintainers section (#1629)
* docs: update localization and maintainers section

* build: generate docs
2025-04-06 22:18:50 +08:00
Myriad-Dreamin
d7424abed8
docs: add sponsoring section to readme (#1620)
* docs: add sponsoring section to readme

* build: generate readme

* docs: wording

* docs: wording also mention contributors

* docs: wording also mention contributors
2025-04-02 15:20:53 +08:00
Myriad-Dreamin
64044ea514
feat: use html export to render docs (#1610)
* feat: use html export to render docs

* feat: merge page
2025-03-31 22:32:04 +08:00
Myriad-Dreamin
6ea14bb180
build: bump version to 0.13.10 (#1572)
* feat: expose the test command

* docs: edit CLI and testing sections

* docs: edit changelog

* build: bump version to v0.13.10

* build: bump assets to v0.13.10
2025-03-23 16:46:30 +08:00
Myriad-Dreamin
4bb16b5b93
feat: watch tests and print test information (#1534)
* feat: test watch support

* feat: terminal printer

* feat: print coverage

* feat: update docs
2025-03-18 16:13:08 +08:00
Myriad-Dreamin
4e8959851a
fix: example output (#1533) 2025-03-18 14:01:23 +08:00
Myriad-Dreamin
157703ef67
docs: update description about testing (#1532) 2025-03-18 00:11:13 +08:00
Myriad-Dreamin
b4e5f4ff62
feat: add test framework with coverage support (#1518)
* feat: test framework with coverage support

* feat: clean up

* fix: dangling else block

* feat: implement show set

* feat: implement show replace content

* feat: compare framework

* feat: preserve extension

* feat: exit 1 if failed testing

* docs: update docs about it

* docs: wording

* docs: wording

* docs: wording
2025-03-17 22:41:33 +08:00
Myriad-Dreamin
c67b2020e5
refactor: clean up the config crate (#1528)
* feat: clean up config crates

* refactor: reorder config items

* refactor: a bit
2025-03-17 20:04:25 +08:00
Andrew Voynov
1e9fea0337
docs: fix Neovim name casing everywhere (#1520) 2025-03-17 10:12:06 +08:00
Myriad-Dreamin
4cbe35a286
feat: employ l10n to tinymist-cli and vscode extension (#1505)
* feat: runtime translation

* feat: poc of rust translation

* feat: clean up implementation

* feat: initialize correctly

* dev: remove dirty log

* dev: rename l10nMsg

* fix: desc

* feat: update assets building

* feat: update assets building

* build: update cargo.lock

* fix: warnings

* fix: warnings

* dev: expose api

* fix: compile error

* fix: compile errors in scripts
2025-03-15 10:38:07 +08:00
Myriad-Dreamin
bcb6cf559a
docs: update readme for locales folder (#1502)
* docs: update readme for locales folder

* docs: update readme for locales folder
2025-03-13 18:19:20 +08:00
Myriad-Dreamin
e81a071a00
docs: update roadmap (#1499) 2025-03-13 16:00:54 +08:00
Myriad-Dreamin
ce90489017 feat: generate documentation in PDF format 2025-03-11 10:56:02 +08:00
Myriad-Dreamin
d4ca9870d4 docs: add since hints 2025-03-11 09:13:35 +08:00
Myriad-Dreamin
156896c4b3
feat: add tinymist.startDefaultPreview and revise documentation about preview (#1448)
* feat: add `tinymist.startDefaultPreview` and revise documentation about preview

* test: update snapshot
2025-03-06 15:49:53 +08:00
Myriad-Dreamin
5fefec6e5e docs: mention script to download nightly prebuilts 2025-02-23 17:34:08 +08:00
Y.D.X.
2c335b25d1
docs: fix typo (#1276)
* docs: fix typo

The typo was introduced in #1090.

* dev: generate docs

---------

Co-authored-by: Myriad-Dreamin <camiyoru@gmail.com>
2025-02-08 23:09:39 +08:00
Myriad-Dreamin
a82d96bc2c
docs: documenting Myriad-Dreamin's workspace setting (#1264)
* docs: documenting Myriad-Dreamin's workspace setting

* chore: add eof new line
2025-02-08 13:41:18 +08:00
Myriad-Dreamin
5ee0e4e21d
docs: add documentation about publish tokens (#1212)
* docs: add documentation about publish tokens

* docs: wording
2025-01-27 01:41:01 +08:00
ParaN3xus
7d6311e8fb
docs: clarify typst version in nightly releases (#1173)
* docs: clarify typst version in nightly releases

* docs: add more detailed clarification

* fix: typst markup copied to markdown files

---------

Co-authored-by: Myriad-Dreamin <camiyoru@gmail.com>
2025-01-15 12:50:03 +08:00
Myriad-Dreamin
2168b22b16
build: add notes before release instructions (#1169) 2025-01-14 19:08:44 +08:00
Myriad-Dreamin
a33f12ea7b
docs: update release instruction (#1163) 2025-01-14 16:10:59 +08:00
Sylvan Franklin
e3581e452d
docs: revise neovim's install section (#1090)
* docs: revise install section

* fix: typos

* docs: reformat

* docs: fix words and markers

* docs: fix install section

* docs: revise preview section

* Add the section "Working with Multiple-Files Projects" back

* Edit a bit

* build: generate the neovim readme

---------

Co-authored-by: Myriad-Dreamin <camiyoru@gmail.com>
2025-01-13 13:24:26 +08:00
Sylvan Franklin
b686b11018
docs: state shiroa as a requirement (#1086)
* docs: state `shiroa` as a requirment

Building the docs via `yarn docs` wraps `shiroa`, I could not build them without first installing `shiroa` which should be stated clearly in the development guide.

* dev: be more polite

---------

Co-authored-by: Myriad-Dreamin <camiyoru@gmail.com>
2024-12-29 20:32:35 +08:00
Myriad-Dreamin
c66615934c
docs: add dev guide of tinymist-query (#1064) 2024-12-25 12:20:09 +08:00
Yifan Song
7fdfca9201
docs: doc preview dev (#1058)
* doc: doc preview

* fix to uncomment

* docs: improve a bit

* docs: improve a little bit

* chore: add link to root cargo.toml

---------

Co-authored-by: Myriad-Dreamin <camiyoru@gmail.com>
2024-12-23 19:08:43 +08:00
Myriad-Dreamin
0d4cd77d2c
docs: improve contributing and development guide (#976)
* docs: improve contributing and development guide

* wording
2024-12-10 22:30:25 +08:00
Myriad-Dreamin
c6fcfb4d96
docs: maintain editor docs (#937)
* docs: maintain editor docs

* docs: maintain editor docs (cont.)
2024-12-03 17:16:27 +08:00
Caleb Maclennan
146d33e0a3 chore: Fix typos throughout code base (manual)
These are ones `typos` was not confident on how to fix but these seem
like reasonable resolutions to me.
2024-11-25 09:26:53 +08:00
Caleb Maclennan
6f4aba4aa8 chore: Fix typos throughout code base (automatic)
This is all the typos that `typos` is confident can just be fixed
automatically, minus the overrides added to the manifest for the false
positives I found.
2024-11-25 09:26:53 +08:00
Caleb Maclennan
709946ce54
chore: copy-edit Neovim readme (#888)
Co-authored-by: Myriad-Dreamin <camiyoru@gmail.com>
2024-11-25 09:25:46 +08:00
Myriad-Dreamin
a2cf51a790
docs: update roadmap (typst v0.13.0+) (#876)
* docs: update roadmap (typst v0.13.0+)

* fix: wording
2024-11-21 14:27:12 +08:00
Myriad-Dreamin
263458a80b
feat: take configuration items from tinymist section (#835)
* feat: take configuration items from `tinymist` section

* docs: update configuration guide in emacs
2024-11-16 17:32:11 +08:00
Myriad-Dreamin
9f36fea62b
docs: maintain docs for tinymist 0.12.2 (#825) 2024-11-15 14:17:43 +08:00
Myriad-Dreamin
a402d6d4ae
docs: add documentation about docstring (#771)
* docs: add documentation about docstring

* docs: minor revision
2024-11-07 16:18:56 +08:00
Myriad-Dreamin
b97907cde6
docs: update neovim's setup section (#749) 2024-10-29 22:56:05 +08:00
Myriad-Dreamin
2c38695b6f
docs: maintain readme and command docs (#733)
* docs: maintain readme and command docs

* docs: update inline images

* test: update snapshot

* test: update baseline

* test: update baseline
2024-10-26 22:47:12 +08:00
Tan, Long
5d89acfd3a
docs: add coc.nvim config example (#727)
* docs: add coc.nvim config example

* docs: update readme

---------

Co-authored-by: Myriad-Dreamin <camiyoru@gmail.com>
2024-10-22 23:13:57 +08:00
Mads Hougesen
c8e11e92f1
docs: fix typos in readme (#662)
* docs: fix typos in readme

* dev: update introduction.typ

---------

Co-authored-by: Myriad-Dreamin <camiyoru@gmail.com>
2024-10-14 23:03:01 +08:00
Myriad-Dreamin
406b6bcb34
feat: identify static path references in documents (#658)
* feat: identify static path references in documents

* test: update snapshot

* test: update snapshot
2024-10-11 12:16:37 +08:00
Myriad-Dreamin
a7951b3832
build: bump shiroa to 0.2.0-nightly4 (#574) 2024-08-27 19:31:41 +08:00
Myriad-Dreamin
a53b9d92d7
docs: add notes to stateful pin commands (#562) 2024-08-26 21:41:09 +08:00
Myriad-Dreamin
b2b9715218
docs: add root path hints for neovim users (#561)
* docs: add root path hints for neovim users

* fix: configuration generation
2024-08-26 21:28:42 +08:00