Issue #361: Fix bare autolink URL visibility in live-preview list items #362

Open
steve wants to merge 0 commits from issue/361-fix-bare-autolink-url-visibility-in-live-preview into main
Owner

Fixes #361

Summary

  • Fix bare autolink URL visibility in live-preview list items

Validation

  • pnpm check:all
  • pnpm test
  • pnpm --filter @lapis-notes/markdown exec vitest run src/lib/path-links.test.ts

Regression guard

Command or test that should catch this class of bug in the future:

pnpm check:all

Backlog metadata

  • Issue: #361
  • Branch: issue/361-fix-bare-autolink-url-visibility-in-live-preview
  • Base: main at 8eb16bf063
Fixes #361 ## Summary - Fix bare autolink URL visibility in live-preview list items ## Validation - [ ] pnpm check:all - [ ] pnpm test - [ ] pnpm --filter @lapis-notes/markdown exec vitest run src/lib/path-links.test.ts ## Regression guard Command or test that should catch this class of bug in the future: ```bash pnpm check:all ``` ## Backlog metadata - Issue: #361 - Branch: issue/361-fix-bare-autolink-url-visibility-in-live-preview - Base: main at 8eb16bf06311
Skip cm-formatting-hidden for standalone external URL tokens so list items
like `* http://www.g.com` stay visible, while destination URLs inside
`[label](url)` links remain hidden.

Refs #361
Refs #361
Fix issue #361 validation command parsing for backlog submit.
Some checks failed
Checks / build-cache (push) Successful in 1m49s
Checks / build-cache (pull_request) Successful in 1m56s
Checks / unit-tests (push) Successful in 1m35s
Checks / app-smoke (push) Successful in 1m57s
Checks / repo-checks (push) Successful in 2m4s
Checks / unit-tests (pull_request) Successful in 1m57s
Checks / repo-checks (pull_request) Successful in 2m16s
Checks / daily-use-e2e (push) Failing after 3m9s
Checks / app-smoke (pull_request) Successful in 3m20s
Checks / official-plugin-e2e (push) Successful in 3m57s
Checks / checks (push) Failing after 2s
Checks / daily-use-e2e (pull_request) Failing after 7m34s
Checks / official-plugin-e2e (pull_request) Failing after 9m16s
Checks / checks (pull_request) Failing after 1s
1709519aad
Refs #361
Some checks failed
Checks / build-cache (push) Successful in 1m49s
Checks / build-cache (pull_request) Successful in 1m56s
Checks / unit-tests (push) Successful in 1m35s
Checks / app-smoke (push) Successful in 1m57s
Checks / repo-checks (push) Successful in 2m4s
Checks / unit-tests (pull_request) Successful in 1m57s
Checks / repo-checks (pull_request) Successful in 2m16s
Checks / daily-use-e2e (push) Failing after 3m9s
Checks / app-smoke (pull_request) Successful in 3m20s
Checks / official-plugin-e2e (push) Successful in 3m57s
Checks / checks (push) Failing after 2s
Checks / daily-use-e2e (pull_request) Failing after 7m34s
Checks / official-plugin-e2e (pull_request) Failing after 9m16s
Checks / checks (pull_request) Failing after 1s
This branch is already included in the target branch. There is nothing to merge.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin issue/361-fix-bare-autolink-url-visibility-in-live-preview:issue/361-fix-bare-autolink-url-visibility-in-live-preview
git switch issue/361-fix-bare-autolink-url-visibility-in-live-preview

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff issue/361-fix-bare-autolink-url-visibility-in-live-preview
git switch issue/361-fix-bare-autolink-url-visibility-in-live-preview
git rebase main
git switch main
git merge --ff-only issue/361-fix-bare-autolink-url-visibility-in-live-preview
git switch issue/361-fix-bare-autolink-url-visibility-in-live-preview
git rebase main
git switch main
git merge --no-ff issue/361-fix-bare-autolink-url-visibility-in-live-preview
git switch main
git merge --squash issue/361-fix-bare-autolink-url-visibility-in-live-preview
git switch main
git merge --ff-only issue/361-fix-bare-autolink-url-visibility-in-live-preview
git switch main
git merge issue/361-fix-bare-autolink-url-visibility-in-live-preview
git push origin main
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lapis-notes/lapis!362
No description provided.