Gesture-Based Sequential Navigation Between Notes #497
cmjmmrp-byte
started this conversation in
Feature Requests
Replies: 3 comments
|
To avoid swiping conflicts with the Right Panel ("Show Drawer") function, it would be more promising to implement pagination through list notes using the bottom navigation bar. Examples: For ease of navigation in large lists, it would be interesting to implement a highlighting feature for the current value, allowing for instant entry of the target note's numeric value using the keyboard and navigating to it by pressing the Enter key. |
0 replies
|
Me encanta
El sáb, 31 ene 2026, 15:24, irmod ***@***.***> escribió:
… To avoid swiping conflicts with the Right Panel ("Show Drawer") function,
it would be more promising to implement pagination through list notes using
the bottom navigation bar.
Examples:
pagination_01.jpg (view on web)
<https://github.com/user-attachments/assets/a7e522dd-8d1c-43c8-8241-5b657aafea45>
pagination_02.jpg (view on web)
<https://github.com/user-attachments/assets/7d4fdb75-e93d-4df8-bed7-8c14ae5d1829>
For ease of navigation in large lists, it would be interesting to
implement a highlighting feature for the current value, allowing for
instant entry of the target note's numeric value using the keyboard and
navigating to it by pressing the Enter key.
pagination_03.jpg (view on web)
<https://github.com/user-attachments/assets/b1eb87f5-c475-4e75-a477-3b0a0fc04ede>
—
Reply to this email directly, view it on GitHub
<#497 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/B5SPIJB5EEWDSYM6ZQ2OS734JS3K3AVCNFSM6AAAAACTOSFY62VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTKNRVHA4DGNY>
.
You are receiving this because you authored the thread.Message ID:
<damionx7/Zettel-Notes-Documentation/repo-discussions/497/comments/15658837
@github.com>
|
0 replies
|
I LOVE It
El sáb, 31 ene 2026, 15:24, irmod ***@***.***> escribió:
… To avoid swiping conflicts with the Right Panel ("Show Drawer") function,
it would be more promising to implement pagination through list notes using
the bottom navigation bar.
Examples:
pagination_01.jpg (view on web)
<https://github.com/user-attachments/assets/a7e522dd-8d1c-43c8-8241-5b657aafea45>
pagination_02.jpg (view on web)
<https://github.com/user-attachments/assets/7d4fdb75-e93d-4df8-bed7-8c14ae5d1829>
For ease of navigation in large lists, it would be interesting to
implement a highlighting feature for the current value, allowing for
instant entry of the target note's numeric value using the keyboard and
navigating to it by pressing the Enter key.
pagination_03.jpg (view on web)
<https://github.com/user-attachments/assets/b1eb87f5-c475-4e75-a477-3b0a0fc04ede>
—
Reply to this email directly, view it on GitHub
<#497 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/B5SPIJB5EEWDSYM6ZQ2OS734JS3K3AVCNFSM6AAAAACTOSFY62VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTKNRVHA4DGNY>
.
You are receiving this because you authored the thread.Message ID:
<damionx7/Zettel-Notes-Documentation/repo-discussions/497/comments/15658837
@github.com>
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment





Uh oh!
There was an error while loading. Please reload this page.
Summary:
Add the ability to navigate notes sequentially using left/right swipe gestures or next/previous buttons, without manually selecting notes from the navigation drawer or a list. Navigation should apply to the entire note collection.
Details:
Navigation style: Like flipping through the pages of a book — each note represents a page.
Automatic sequencing: The app should determine the “next” and “previous” note based on a user-selectable criterion:
Note title (alphabetical or numbered)
YAML/frontmatter property (e.g., order: 1,2,3)
Creation/modification date
Other metadata
Goal: Enable continuous, fluid browsing of notes, enhancing usability on mobile devices and giving a reading experience similar to an ebook or notebook.
Examples of apps with similar behavior:
SlideMemo (iOS/iPadOS): Swipe between notes without opening a list. Link
SwipeNote (iOS): Flip notes by swiping. Link
Simple Notes Pro (Android): Swipe gestures reported by users to move between notes.
Noted (iOS): Gesture-driven note navigation.
Why this is useful:
Fast, continuous browsing through notes.
Feels like reading or flipping through a physical notebook.
Complements existing navigation drawer functionality.
All reactions