Metadata-Version: 2.1
Name: nort
Version: 0.1.0
Summary: A tool for creating and managing notes
Home-page: https://github.com/taDachs/nort
Author: Max Schik
Author-email: max.schik@googlemail.com
License: MIT
Description: # Nort
        
        ## What do I actually want?
        - generate entries automatically
        - grepable
        - automatically copy undone tasks from yesterday into today
        
        ## Commands
        - `nort new test -t tag1,tag2,tag3` generates note called test with tags tag1, tag2 and tag3
        - `nort view [name]` opens note in viewer, specified in settings
        - `nort list` lists all notes
        - `nort list --tags tag1` lists notes that have tag1
        
        ## Options
        - `viewer` what viewer gets used by nort view
        
        ## How to store meta info
        - books can be own folders, or just tags
          - like notable: `Notebooks/peter/` corresponds to a notebook called peter
        - `%%%` signifies start and end of metadata
        
        ```markdown
        %%%
        tags: [Notebooks/Work/protocols/2021/April]
        title: Work on 16.04.2021
        %%%
        ```
        
        ## TODO
        - [x] implement nort new
        - [ ] implement nort list
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
