Metadata-Version: 1.1
Name: sticky-notes
Version: 2.1.2
Summary: Stick your notes to your desktop (inspired from stickies for Mac)
Home-page: https://github.com/rubyAce71697/sticky-notes
Author: Nishant Kukreja
Author-email: kukreja34@gmail.com
License: GPLv3
Description: 
        ========================
        Sticky Notes for Ubuntu
        ========================
        Stick your notes to your desktop
        
        
        Features
        ==========
        * Markdown Support
        * Links support (ctrl + left click opens link in default browser)
        * Show all your notes in App Indicator, giving access to note on one click.
        * Identifier in the App Inidicator is the tile of the note. If the title is not set for note, the either previous title of uuid for note is shown
        * Collapse/ Expand your notes 
        * Delete/ Hide individual notes
        * Hide All/ Show All notes at once
        * Set the title of match (default title: first 40 characters  of note - shown when note is collapsed)
        * Change color of notes
        * Formatting Support (currently only bold is supported)
        
        
        Instructions
        ==================
        
        Install (PyPI)
        --------------
        ::
        
         sudo pip install -i https://pypi.python.org/pypi sticky-notes
         
         If icons are not working then use ::
          sudo git-update-icon-cache /usr/share/icons/hicolor
        
        Uninstall
        ------------
        ::
         
         sudo pip uninstall sticky-notes
        
        
        (Remove Data)
        In Home Directory ::
        
         rm -r .stickies-data
         rm .stickies.cfg
        
        
         
        Usage
        ===================
        
        From Launcher run:
         Sticky Notes
        
        From terminal run::
        
         start-sticky-notes
        
        To run indicator in background ::
        
         nohup start-sticky-notes &
        
        
        Changelog
        ==============
        * Notes Can be access from Application Indicator
        * Under Notes Submenu, clicking on menuitems will show their respective notes
        * Identifier of Note in App Indicator is updated as soon as the it is updated for the note.
        * If the tile of tou note is not set then the old title/ uuid of the note is shown as Identifier in the App Indicator
        * Window position between "Hide All" and "Show All" actions is preserved now
        * Added Launcher Icon 
        
        
        Screenshots
        =============
        .. image:: screenshots/application_menu.png
        .. image:: screenshots/updated_menu.png
        .. image:: screenshots/collapse.png
        .. image:: screenshots/context_menu.png
        .. image:: screenshots/change_title.png
        .. image:: screenshots/delete_or_not.png
        
        Known Issues
        ==============
        * Ony BOLD style works
        * formating is not stored i.e. text will be plain next time you open
        
        
        TODO:
        ==========
        * Develop common window to show all the notes
        * Update Setup.py to remove all the data during "pip uninstall"
        
        
        
Keywords: Sticky Notes for Ubuntu
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
Classifier: Environment :: X11 Applications :: Gnome
Classifier: Environment :: X11 Applications :: GTK
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Desktop Environment :: Gnome
Classifier: Topic :: Internet
Requires: requests
Requires: gi.repository
