├── app_version.txt ├── assets ├── logo.png ├── note-slayer-sc1.png └── note-slayer-kanban.png ├── README.md └── com.note_slayer.appdata.xml /app_version.txt: -------------------------------------------------------------------------------- 1 | 0.0.1 2 | -------------------------------------------------------------------------------- /assets/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/note_slayer_public/main/assets/logo.png -------------------------------------------------------------------------------- /assets/note-slayer-sc1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/note_slayer_public/main/assets/note-slayer-sc1.png -------------------------------------------------------------------------------- /assets/note-slayer-kanban.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-SLAYER/note_slayer_public/main/assets/note-slayer-kanban.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Note-Slayer 2 | 3 | 4 | 5 | Slaying Forgetfulness, One Note at a Time. 🚀📝 6 | 7 | ## Platform Support 8 | 9 | ### Downloads: 10 | 11 | | Platform | Version | Link | 12 | | -------- | ------- | ------------------- | 13 | | Windows | ✅ | [Download (.msix)](https://github.com/X-SLAYER/note_slayer_public/releases/download/V0.2/NoteSLAYER.msix) | 14 | | Mac | ✅ | [Download (.dmg)](https://github.com/X-SLAYER/note_slayer_public/releases/download/V0.1/NoteSLAYER.dmg) | 15 | | Linux | ✅ | [Download (.deb)](https://github.com/X-SLAYER/note_slayer_public/releases/download/V0.2/NoteSLAYER_v0.2.deb) | 16 | 17 | 18 | 19 | 20 | 21 | ## Installation 22 | 23 | ### Linux 24 | 25 | Run the following command after downloading the .deb file 26 | 27 | ``` 28 | sudo dpkg -i note_slayer_linux.deb 29 | ``` 30 | 31 | ## Preview 32 | 33 | https://github.com/X-SLAYER/note_slayer_public/assets/22800380/fadb9dd0-7b63-4fb5-9b36-a958442c865c 34 | 35 | 36 | ## Features 37 | 38 | - [x] Add notes 39 | - [x] Add tags 40 | - [x] Add folders 41 | - [x] Link notes to tags 42 | - [x] Filter by tags/folders 43 | - [x] Search by text inside notes 44 | - [x] Change app theme (dark/light) 45 | - [x] Link tasks to note 46 | - [x] Kanban board to manage tasks 47 | - [x] Reorder kanban cards & groups 48 | - [x] Automation system that makes it easy to automate actions. 49 | - [ ] Add custom priorities/status 50 | - [ ] Export/import all data 51 | -------------------------------------------------------------------------------- /com.note_slayer.appdata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | com.note_slayer.NoteSlayer 4 | CC0-1.0 5 | Proprietary 6 | NoteSLAYER 7 | Elevate Your Productivity Game on Linux with NoteSlayer! 8 | 9 |

Your mental battleground for capturing and conquering ideas.

10 |

⭐ Swiftly add and manage notes.

11 |

⭐ Organize with tags and dedicated folders.

12 |

⭐ Directly link notes to specific tags for optimal organization.

13 |

⭐ Effortlessly filter by tags or folders.

14 |

⭐ Powerful in-note search functionality.

15 |

⭐ Personalize your experience with dark/light themes.

16 |

⭐ Integrate tasks within notes for holistic planning.

17 |

⭐ Kanban boards to oversee and manage tasks.

18 |

⭐ Flexibility to reorder Kanban cards and groups for priority management.

19 |

⭐ Export tasks seamlessly to Excel.

20 |
21 | https://note-slayer.com 22 | https://github.com/X-SLAYER/note_slayer_public 23 | https://github.com/X-SLAYER/note_slayer_public/issues 24 | https://github.com/X-SLAYER/note_slayer_public 25 | com.note_slayer.NoteSlayer.desktop 26 | 27 | 28 | 29 |

First version of the app. 🚀📝

30 |
31 |
32 |
33 | X-SLAYER 34 | 35 | 36 | https://raw.githubusercontent.com/X-SLAYER/note_slayer_public/main/assets/note-slayer-sc1.png 37 | https://raw.githubusercontent.com/X-SLAYER/note_slayer_public/main/assets/note-slayer-kanban.png 38 | 39 | 40 | 41 | 42 |
--------------------------------------------------------------------------------