[PR #3924] [CLOSED] toc scrolls smoothly and is collapsible #5422

Closed
opened 2025-10-01 16:42:51 -05:00 by giteasync · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TriliumNext/Trilium/pull/3924
Author: @SiriusXT
Created: 5/11/2023
Status: Closed

Base: masterHead: master


📝 Commits (10+)

📊 Changes

4 files changed (+69 additions, -127 deletions)

View changed files

src/public/app/components/root_command_executor.js (+0 -123)
📝 src/public/app/services/open.js (+33 -0)
📝 src/public/app/widgets/buttons/note_actions.js (+5 -1)
📝 src/public/app/widgets/toc.js (+31 -3)

📄 Description

  1. Notes (including read-only and edit mode) scroll smoothly when clicking toc
  2. After clicking to close the toc, display a button to allow the user to open the toc again

🔄 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/TriliumNext/Trilium/pull/3924 **Author:** [@SiriusXT](https://github.com/SiriusXT) **Created:** 5/11/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`0603a6b`](https://github.com/TriliumNext/Trilium/commit/0603a6b25e6158d0b5435195c14905a7c63e3ca8) toc scrolls smoothly and is collapsible - [`3b1ea47`](https://github.com/TriliumNext/Trilium/commit/3b1ea474ae54c13f656374fcdd900bfb60178b2a) toc scrolls smoothly and is collapsible - [`0ccdfb3`](https://github.com/TriliumNext/Trilium/commit/0ccdfb3d0e433567adfcc3bc606878c068421fd3) Create npm-publish.yml - [`d3bc76a`](https://github.com/TriliumNext/Trilium/commit/d3bc76a2aa353cf978273df9eb225b794fa0dd01) Delete npm-publish.yml - [`483daee`](https://github.com/TriliumNext/Trilium/commit/483daee8467dbaa601b0fa154a6ed4223286ee7c) toc scrolls smoothly - [`e04dc64`](https://github.com/TriliumNext/Trilium/commit/e04dc64ae1322fc22017e80c7c2502d0ec33e711) Merge branch 'master' of https://github.com/SiriusXT/trilium - [`9228aa2`](https://github.com/TriliumNext/Trilium/commit/9228aa20a5772ee58a2dc24f0054d63b3fac15f0) Add button: show toc - [`8e25563`](https://github.com/TriliumNext/Trilium/commit/8e25563b11e50c5f5520d67333373d7bddf36698) Add button: show toc - [`65befba`](https://github.com/TriliumNext/Trilium/commit/65befba1baef01b51553e7ddd8cfad139d6ddc0c) test - [`12fd097`](https://github.com/TriliumNext/Trilium/commit/12fd09720baa285801b25758297002198ebe9b27) Revert "toc scrolls smoothly and is collapsible" ### 📊 Changes **4 files changed** (+69 additions, -127 deletions) <details> <summary>View changed files</summary> ➖ `src/public/app/components/root_command_executor.js` (+0 -123) 📝 `src/public/app/services/open.js` (+33 -0) 📝 `src/public/app/widgets/buttons/note_actions.js` (+5 -1) 📝 `src/public/app/widgets/toc.js` (+31 -3) </details> ### 📄 Description 1. Notes (including read-only and edit mode) scroll smoothly when clicking toc 2. After clicking to close the toc, display a button to allow the user to open the toc again --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
giteasync added the
pull-request
label 2025-10-01 16:42:51 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: TriliumNext/Trilium#5422
No description provided.