Skip to content

Commit add8727

Browse files
committed
updated README
1 parent 2cb81e4 commit add8727

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,14 @@ If you skip the task, you will just get another alert in 2 days and if you skip
3838

3939
## TODO:
4040

41-
- pause task priority growth
42-
- compact mode - one row per task
41+
- ~~pause task priority growth~~
42+
- ~~compact mode - one row per task~~
43+
- ~~color labels~~
4344
<!-- -->
44-
- color labels
45+
- vue-autolink - https://github.com/vue-component/vue-autolink
4546
- repeat interval
4647
- scheduled time / date
47-
- vue-linkify - https://github.com/phanan/vue-linkify
48+
- ~~vue-linkify~~ - https://github.com/phanan/vue-linkify
4849
- vue-authenticate - https://github.com/dgrubelic/vue-authenticate
4950
- one database per user - https://gist.github.com/nolanlawson/9676093
5051
- groups with base priority offset

index.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,14 @@ Vue.directive('click-outside', {
9393

9494
// TODO:: #1 parse URL
9595
// https://github.com/SoapBox/linkifyjs
96+
// https://github.com/nfrasser/linkify-shim/blob/master/linkify.min.js
9697
// https://github.com/phanan/vue-linkify
98+
99+
// https://github.com/egoist/autolink.js
100+
// https://github.com/vue-component/vue-autolink
101+
97102
// https://github.com/bryanwoods/autolink-js/blob/master/autolink-min.js
98103
// https://github.com/alexcorvi/anchorme.js/blob/gh-pages/dist-browser/anchorme.min.js
99-
// https://github.com/nfrasser/linkify-shim/blob/master/linkify.min.js
100104
// https://github.com/gregjacobs/Autolinker.js/blob/master/dist/Autolinker.min.js
101105
// https://github.com/ljosa/urlize.js/blob/master/urlize.js
102106

0 commit comments

Comments
 (0)