# quicknotes **Repository Path**: the-one_1/quicknotes ## Basic Information - **Project Name**: quicknotes - **Description**: https://github.com/jrana/quicknotes https://plugins.jetbrains.com/plugin/4456-quick-notes - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-01-08 - **Last Updated**: 2024-01-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Quick Notes Quick Notes is a plugin written for IntelliJ IDEA. This plugin adds the ability to manage multiple text notes within the IDEA itself. These could be some tips, notes, code snippets, etc that usually comes to mind while coding and Quick Notes provides an ideal way to save those thoughts quickly and with ease. Quick Notes is compatible with multiple opened IDEA instances, so any change made to any note in one instance of IDEA gets reflected in the other IDEA instances without any delay. ### Feature Requests - [ ] Ability to configure folder for saving notes, currently it defaults to user's home folder only. - [ ] Ability to configure size of tab to 4 spaces. - [ ] Ability to mark a Note as file specific, currently you can only create Global or Project specific notes. Add any feature request that you may have to the issues section