I expect that you receive this idea open minded...I know that your app is for notes..But I've looked for months for the perfect note taking app..Have found yours...I'm looking and looking for a one that, as yours , among the few apps that truly embraces local-first plain markdown files without locking users into a proprietary database AND have some sort of task management for no results....
I would like to suggest a task-oriented workflow that could fit HelixNotes ...It will elevate it to maybe a standard on this field : Notes + tasks ...Tasks that can be linked to Notes by internal links ! I really hope you embrace it. My idea is not to "spread" the tasks all around the app ...
Main Idea
Use:
- 1 markdown file = 1 task
- folders = projects/status/categories
Example:
Tasks/
├── Work/
│ ├── inbox/
│ ├── next/
│ └── done/
│
└── Personal
|---etc
done/
No need of check box for the note/tasks ...Just move it for "done" as in orgzly revived
The body of the task will have description, links, files, subtasks (with the checkboxes if someone like it...)
This works extremely well with:
Syncthing, Android + Desktop , etc...
The "only" missing Piece: Metadata Parsing
Currently, metadata like:
!high
+A
is treated only as plain text.
It would be incredibly useful if HelixNotes could parse simple inline task metadata and provide sorting by priority. This will be enough for this workflow...
For example:
!high
could become:
- High priority badge
- Sortable field
- Filterable property
without requiring heavy YAML frontmatter or databases.
Maybe, just MAYBE later saved searches, task views...
This would keep HelixNotes lightweight while enabling much more powerful task workflows.
So , in sum , what I would like to have is "visible" and "sortable" priorities for each task/note (like by date, alphabetical) and a "section" for tasks which for me would be perfect and I THINK (don't know) it will be easy to implement ...
Thank you very, very much as always for the amazing work..I'm looking for an app like yours since the "palm" era (2001-2004..)
I expect that you receive this idea open minded...I know that your app is for notes..But I've looked for months for the perfect note taking app..Have found yours...I'm looking and looking for a one that, as yours , among the few apps that truly embraces local-first plain markdown files without locking users into a proprietary database AND have some sort of task management for no results....
I would like to suggest a task-oriented workflow that could fit HelixNotes ...It will elevate it to maybe a standard on this field : Notes + tasks ...Tasks that can be linked to Notes by internal links ! I really hope you embrace it. My idea is not to "spread" the tasks all around the app ...
Main Idea
Use:
* 1 markdown file = 1 task
* folders = projects/status/categories
Example:
Tasks/
├── Work/
│ ├── inbox/
│ ├── next/
│ └── done/
│
└── Personal
|---etc
done/
No need of check box for the note/tasks ...Just move it for "done" as in orgzly revived
The body of the task will have description, links, files, subtasks (with the checkboxes if someone like it...)
This works extremely well with:
Syncthing, Android + Desktop , etc...
The "only" missing Piece: Metadata Parsing
Currently, metadata like:
```md
!high
+A
```
is treated only as plain text.
It would be incredibly useful if HelixNotes could parse simple inline task metadata and provide sorting by priority. This will be enough for this workflow...
For example:
```md
!high
```
could become:
* High priority badge
* Sortable field
* Filterable property
without requiring heavy YAML frontmatter or databases.
Maybe, just MAYBE later saved searches, task views...
This would keep HelixNotes lightweight while enabling much more powerful task workflows.
So , in sum , what I would like to have is "visible" and "sortable" priorities for each task/note (like by date, alphabetical) and a "section" for tasks which for me would be perfect and I THINK (don't know) it will be easy to implement ...
Thank you very, very much as always for the amazing work..I'm looking for an app like yours since the "palm" era (2001-2004..)