Harshad Vedartham

Results 143 comments of Harshad Vedartham

> regarding permission, manage file permissions should be asked as soon you click the red new file button, or open a file...does it not? I get the permission request when...

Iirc I factored those calls out and reduced the number but didn't remove all of them. We may have to revisit this. We may also have to revisit temp files...

With the latest improvements to filtering by context and project, I feel that maybe we don't need a view mode for Todo.txt at all. Instead, we should replace the view...

To some degree. We have the ability to filter by context and project without modifying the underlying file right now. There will be some significant improvements to this in 2.8....

> Where we develop more is not relevant to that though. We could put all this functionality under search. So search icon will open a dialog with the following options:...

Once the checkbox multi-select is merged, I can implement this pretty easily.

@ramsan10 You can check out the filtering system here https://github.com/gsantner/markor/actions/runs/1108313641 Activate it by clicking on the title. Feedback would be appreciated

I would be happy to donate/help however I can. This feature would be a huge plus for me.

Just as a note here: Lots of autoformat, auto renumber etc code currently relies on newline == `\n`. Not sure how windows and mac line endings will affect this.

@Flo354 Did you solve this?