aziz / PlainTasks

An opinionated todo-list plugin for Sublime Text editor (version 2 and 3)
MIT License
3.29k stars 287 forks source link

Project names that begin with "#" should be allowed to make for prettier markdown rendering #254

Open davidnunez opened 8 years ago

davidnunez commented 8 years ago

Currently, when a project line begins with a "#" (or, actually, any non-alphanumeric character), it is not categorized as a project even if it ends in a colon.

It would be nice to allow projects to be markdown headers as this makes for nicer rendering and printing.

Is this a regex fix, perhaps? I can poke around.

stockerman7 commented 8 years ago

NAVER - http://www.naver.com/

stockerman7@naver.com 님께 보내신 메일 <[PlainTasks] Project names that begin with "#" should be allowed to make for prettier markdown rendering (#254)> 이 다음과 같은 이유로 전송 실패했습니다.


받는 사람이 회원님의 메일을 수신차단 하였습니다.


vovkkk commented 8 years ago

Yes, regex.

The main reason for current approach, asfaiu, is clear differentiation between project (start with \w) and task (start not with \w); there are notes too.

От: David Nunez Отправлено: ‎четверг‎, ‎12‎ ‎ноября‎ ‎2015‎ г. ‎3‎:‎09 Кому: aziz/PlainTasks

Currently, when a project line begins with a "#" (or, actually, any non-alphanumeric character), it is not categorized as a project even if it ends in a colon.

It would be nice to allow projects to be markdown headers as this makes for nicer rendering and printing.

Is this a regex fix, perhaps? I can poke around.

— Reply to this email directly or view it on GitHub.

stockerman7 commented 8 years ago

NAVER - http://www.naver.com/

stockerman7@naver.com 님께 보내신 메일 <Re: [PlainTasks] Project names that begin with "#" should be allowed to make for prettier markdown rendering (#254)> 이 다음과 같은 이유로 전송 실패했습니다.


받는 사람이 회원님의 메일을 수신차단 하였습니다.


fredcallaway commented 8 years ago

👍

dhilowitz commented 5 years ago

I would really love to have this. This plus the PR at https://github.com/aziz/PlainTasks/pull/387 would be excellent additions.