From 3cb64b508859bf09cfa3185bf681c1b363dffc75 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 10 Jun 2022 22:28:32 +0430 Subject: [PATCH 1/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c0b0e96..25b8aaf 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ The objective is to have a self-hosted place to keep useful links in one place, - [ ] A design logo. - [ ] Better UI (using Material UI). - [ ] Save as .warc extension (as an extra format). +- [ ] Auto export as ePub/mobi for eReaders (using email or anything else...). ## Setup ### Linux/MacOS From b19296131575ed089dfc8207ccac88234627aedb Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 11 Jun 2022 10:05:10 +0430 Subject: [PATCH 2/3] Update README.md --- README.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/README.md b/README.md index 25b8aaf..e181766 100644 --- a/README.md +++ b/README.md @@ -29,18 +29,7 @@ The objective is to have a self-hosted place to keep useful links in one place, - [x] Lazy loading support (for better performance). - [x] Set multiple tags to each link. -### Other planned Features -(These are not 100% guaranteed, they're just idea's.) -- [ ] Add time stamps to links. -- [ ] Browser extenstions. -- [ ] Docker support. -- [ ] Save as [SingleFile](https://github.com/gildas-lormeau/SingleFile). -- [ ] Folder support. -- [ ] Sidenav. -- [ ] A design logo. -- [ ] Better UI (using Material UI). -- [ ] Save as .warc extension (as an extra format). -- [ ] Auto export as ePub/mobi for eReaders (using email or anything else...). +**Also take a look at our planned features in the [project roadmap section](https://github.com/Daniel31x13/link-warden/wiki#project-roadmap).** ## Setup ### Linux/MacOS From 26627869de19c61d6fb3b225508df2886f4380e9 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 11 Jun 2022 10:06:59 +0430 Subject: [PATCH 3/3] Update CONTRIBUTING.md --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 4219a8d..ab01a91 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -3,7 +3,7 @@ First off, I'm really glad you're reading this and thank you for taking the time to contribute! 👍 -1. Confirm your planned implementation fit into our project [features](https://github.com/Daniel31x13/link-warden#features) (wether it's adding a new feature or improving our existing code). +1. Confirm your planned implementation fit into our project [features](https://github.com/Daniel31x13/link-warden#features) and [project roadmap](https://github.com/Daniel31x13/link-warden/wiki#project-roadmap) (wether it's adding a new feature or improving our existing code). 2. Open an issue with your planned implementation to discuss.