Skip to content

A tool for writers. Organize/tag excerpts of writing before you know where you want to use them. Search and filter your revelations.

Notifications You must be signed in to change notification settings

cammytown/barton-link

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Under heavy development.

Barton Link

Search and filter your revelations.

Barton Link is a tool for writers to organize excerpts of writing before (and after) they have been used in a writer's larger work.

Setup

cd barton-link/

# Optionally create and activate venv
python3 -m venv .venv --prompt="barton-link"
source .venv/bin/activate

# Install dependencies
pip install -e .[all] # See pyproject.toml for optional-dependencies

# Setup database with Django
cd src/
python manage.py makemigrations
python manage.py migrate

Running Server

cd src/
python manage.py runserver

Development (requires SASS)

./dev-setup.sh

Features

  • Tag excerpts.
  • NLP (Natural Language Processing)
    • Determine semantic similarity between excerpts.
    • Automatically tag excerpts.

About

A tool for writers. Organize/tag excerpts of writing before you know where you want to use them. Search and filter your revelations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published