Texor Notes

Everything you meant to remember.

Write it down, put a label on it, share it with the people who need it. Your notes follow your Texor Account, so they are already here the first time you sign in.

One Texor Account. No separate password.

Labels, not folders

A note can be under as many labels as it needs. Share a label and everything filed there goes with it.

Written together

Share a note to read or to edit. Two people can work on one note, nobody overwrites anybody, and the note says who changed what.

Yours to take

Any note downloads as Word, PDF, Markdown, HTML or plain text — built in your browser, never uploaded to be converted.

Your other software can write here too

Create a key, and any platform you run can put notes into a Texor account — filed under a label named after it, and editable by the person they belong to. Send your own identifier and the same call updates the note next time.

It is the same API Texor Talk uses to keep your meeting notes here.

curl -X POST https://api.notes.texor.app/api/v1/notes \
  -H "X-API-Key: ntk_live_…" \
  -d '{ "externalId": "crm-deal-8812",
        "title": "Acme renewal",
        "blocks": [
          { "type": "todo",
            "text": "Send the revised quote" }
        ] }'