I want to use the outline feature in text files as well.
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 13k
- Forks
- 1.3k
- Avg merge
- 14h 3m
- Merged PRs (30d)
- 3
Description
Is your feature request related to a problem? Please describe.
When I edit a text file, VNote does not have an outline function, so when I look at that file later, I cannot see where I wrote.
Describe the solution you'd like
I want to set up outline rules for each file extension.
I want VNote to display the outlines according to those rules.
I would like to be able to set the rules in regular expressions for each hierarchy.
For example, if I set up the following, the line starting with "#" is hierarchy 1 of the outline, and the line starting with "##" is hierarchy 2.
- Hierarchy 1=^#\s*(. *?) $.
- Hierarchy 2=^#\s*(. ?) ( #)? $
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing VNote's existing outline implementation and how text-file settings are stored. Compare the requested per-extension regular-expression rules and hierarchy behavior with the current outline handling. Done means text files can define extension-specific rules and display matching hierarchical outlines.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- content, desktop
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100