[PR #623] [MERGED] feat: internal heading links #821

Closed
opened 2026-03-03 00:23:21 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/623
Author: @laudep
Created: 9/12/2020
Status: Merged
Merged: 11/3/2020
Merged by: @Rokt33r

Base: masterHead: feat/internal_heading_links


📝 Commits (4)

  • 15f21e6 chore: Add remark-slug dependency
  • d79920a chore: Module declaration for remark-slug
  • c6dfe96 feat: Implement remark-slug in markdown previewer
  • 7ebebd2 feat: Handle internal links to headings within notes

📊 Changes

5 files changed (+50 additions, -0 deletions)

View changed files

📝 package-lock.json (+30 -0)
📝 package.json (+1 -0)
📝 src/components/atoms/MarkdownPreviewer.tsx (+2 -0)
📝 src/lib/platform.ts (+16 -0)
📝 typings/unified.d.ts (+1 -0)

📄 Description

Add support for internal header links in notes preview.

Solves #622


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BoostIO/BoostNote-App/pull/623 **Author:** [@laudep](https://github.com/laudep) **Created:** 9/12/2020 **Status:** ✅ Merged **Merged:** 11/3/2020 **Merged by:** [@Rokt33r](https://github.com/Rokt33r) **Base:** `master` ← **Head:** `feat/internal_heading_links` --- ### 📝 Commits (4) - [`15f21e6`](https://github.com/BoostIO/BoostNote-App/commit/15f21e668e79dd11361830254c358ec0afefb9d4) chore: Add remark-slug dependency - [`d79920a`](https://github.com/BoostIO/BoostNote-App/commit/d79920af1f39b41c003521fae92316e272cc9ded) chore: Module declaration for remark-slug - [`c6dfe96`](https://github.com/BoostIO/BoostNote-App/commit/c6dfe9631bc3c58baa53d259130c6155f1813aa4) feat: Implement remark-slug in markdown previewer - [`7ebebd2`](https://github.com/BoostIO/BoostNote-App/commit/7ebebd2efcde94ea74164bce0fff7860075569e2) feat: Handle internal links to headings within notes ### 📊 Changes **5 files changed** (+50 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+30 -0) 📝 `package.json` (+1 -0) 📝 `src/components/atoms/MarkdownPreviewer.tsx` (+2 -0) 📝 `src/lib/platform.ts` (+16 -0) 📝 `typings/unified.d.ts` (+1 -0) </details> ### 📄 Description Add support for internal header links in notes preview. Solves #622 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:23:21 +03:00
Sign in to join this conversation.
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
starred/BoostNote-App#821
No description provided.