-
-
Notifications
You must be signed in to change notification settings - Fork 60
Description
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Yes. In the current version of Easy Notes, the editor and the preview mode operate independently. This creates several issues:
- Manual Correction: When editing long notes, I have to manually scroll through the preview to find the section I just changed.
- Loss of Overview: It is difficult to check if Markdown elements (like checklists, tables, or bold text) are rendered correctly without constant manual searching.
- Flow Interruption: The lack of alignment between the input and the visual result breaks the seamless writing experience that Easy Notes stands for.
Describe the solution you'd like
A clear and concise description of what you want to happen.
I would like to see a Synchronized View to make the editing process more intuitive:
- Auto-Scroll Sync: When scrolling in the editor, the preview should automatically follow to the same section.
- Instant Sync Toggle: A simple button in the toolbar to enable/disable "Sync Scroll," giving users full control.
- Smooth Transition: The preview should smoothly align with the editor's cursor position.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
- Manual Scrolling: Currently the only way, but very tedious for long-form notes.
- In-line Preview: A "Live Preview" (WYSIWYG) where formatting happens directly while typing, though a side-by-side sync is often easier to implement and use.
Additional context
Add any other context or screenshots about the feature request here.
Adding this feature would bring Easy Notes on par with other modern note-taking apps like Obsidian or Joplin. It would greatly enhance the app's utility for users who write structured or longer content.