Skip to content

Python application for generating essay outlines from notes. Allows the user to sort notes by topic and arrange notes within a topic using a drag and drop interface.

Notifications You must be signed in to change notification settings

GregOwen/Outliner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Outliner

Python application for generating essay outlines from notes. Allows the user to sort notes by topic and arrange notes within a topic using a drag and drop interface. Requires the DNDList module.

Workflow

  1. Take notes
    • A plain .txt file will do
    • One note per line
  2. Make outline
    • Start up the Outliner
    • Select File -> New Project and choose your note file
    • Organize your notes into topics
    • Within each topic, arrange the notes in the order in which you want to write about them
    • Select File -> Export Outline to produce an outline from your notes
  3. Write!

About

Python application for generating essay outlines from notes. Allows the user to sort notes by topic and arrange notes within a topic using a drag and drop interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages