notebook.ai Tool for world building
Go to file
Andrew Brown 122638bbf4 Fix timeline editor duplicate events and drag-and-drop positioning
- Consolidated duplicate "Add Event" handlers by moving all JS from inline script to timeline-editor.js
- Fixed drag-and-drop position saving by correctly counting only event containers, not timeline header/rail elements
- Removed 1056 lines of duplicate inline JavaScript from edit.html.erb

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-03 22:45:40 -07:00
.github
app Fix timeline editor duplicate events and drag-and-drop positioning 2025-10-03 22:45:40 -07:00
bin Fix Logger constant error in webpack script 2025-09-29 01:15:51 -07:00
config Simplify content edit field labels 2025-09-30 00:29:25 -07:00
db Optimize user profiles and fix CSS conflicts 2025-09-21 19:01:46 -07:00
docs more wip stuff 2025-09-05 22:03:01 -07:00
lib Fix Tailwind CSS not loading in production 2025-09-29 00:46:13 -07:00
log
public
script
spec stripe upgrade fix 2025-07-16 18:01:07 -07:00
test image pinning fixes and tests 2025-10-01 19:10:13 -07:00
vendor/assets
.browserslistrc
.dockerignore
.editorconfig
.gitignore Merge master into tailwind-redesign - resolved conflicts by keeping Tailwind designs and layouts 2025-06-02 23:05:00 -07:00
.ruby-version
app.json
babel.config.js
CHANGELOG.md
CLAUDE.md add new tags page to profiles 2025-06-23 21:51:26 -07:00
config.ru
docker-compose.yml
Dockerfile
document_entities_analysis.md more wip stuff 2025-09-05 22:03:01 -07:00
Gemfile Fix test failures and enhance document revision functionality 2025-09-15 15:57:03 -07:00
Gemfile.lock Fix test failures and enhance document revision functionality 2025-09-15 15:57:03 -07:00
LICENSE.rdoc
package.json Move webpack build dependencies to production 2025-09-29 01:26:57 -07:00
postcss.config.js
Procfile
Rakefile
README.rdoc
STREAM_REDESIGN_SUMMARY.md new stream design 2025-07-10 02:27:42 -07:00
tailwind.config.js Fix missing Tailwind colors in production 2025-09-29 01:53:28 -07:00
test_mention_integration.md more wip stuff 2025-09-05 22:03:01 -07:00
yarn.lock Regenerate yarn.lock with Yarn 1.22.22 2025-09-29 16:05:04 -07:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

= Notebook.ai
{<img src="https://codeclimate.com/github/indentlabs/notebook/badges/gpa.svg" />}[https://codeclimate.com/github/indentlabs/notebook]
{<img src="https://codeclimate.com/github/indentlabs/notebook/badges/coverage.svg" />}[https://codeclimate.com/github/indentlabs/notebook/coverage]
{<img src="http://inch-ci.org/github/indentlabs/notebook.svg?branch=master" alt="Inline docs" />}[http://inch-ci.org/github/indentlabs/notebook]

== What is Notebook.ai?

see {live website}[http://notebook.ai/]

notebook is a set of tools for writers and roleplayers to create magnificent universes  and everything within them.

From a simple interface in your browser, on your phone, or on your tablet, you can do everything you'd ever want to do while creating your own little (or big!) world.

notebook is a writer's planning tool for creating anything from universes to characters, to plots, to individual items.

It is also meant to expand into many areas to benefit writers (and exciting to developers), including areas like:

- Automated revision services
- Structuring real-time natural language processing output into a semantically reusable state
- Decision-making algorithms for improving reading comprehension, reading level, accent-correction, and other real-time writing suggestions
- A knowledge graph of structured data in your universe, and an engine to manipulate it in awesome ways
- Machine learning on generating character and location names, suggesting realistic defaults (random or not), and more
- and tons more


== The Issue Tracker

If you are interested in helping out, check out the issue tracker. I've loaded it with tons of action-based, chunk-sized improvements that I think anyone familiar with Rails will be able to jump in and complete. Feel free to make suggestions, open issues, join discussions, or ask where you should look in the code to get started implementing something. :)

You'll notice there are *a lot* of issues in *a lot* of milestones. Call it feature creep, but I've separated every potential idea for full-fledged services into milestones that can be worked on completely independently of others. The features are (for the most part) has no deadlines and are in development simultaneously, meaning if you see a feature you would really like to use, you can make that feature happen by jumping directly into it and completing its issues.

TL;DR Milestones are independent of each other -- work on whatever you want to see made!


== Installing the notebook development stack locally

Please see the {installation Guide}[https://github.com/indentlabs/notebook/wiki/Setup-Instructions] in the wiki for setup instructions.

== Testing

To run the tests, run `rails test` or `rails test path/to/test.rb`.

== Deployment to notebook.ai

Deployment to the live production servers at www.Notebook.ai will only be done by approved developers, and consists of a deployment of

- deploy github to staging (done only by approved developers)

- mirror data from live into staging

- run regression tests on staging environment

- deploy from staging to live (viewed at notebook.ai)


== Thanks

Feel free to get in touch if you have any questions, comments, or concerns! :)

(c) Andrew Brown 2016