NoteCraft Logo

Welcome to NoteCraft!


NoteCraft is a collaborative rich text note editor designed with simplicity in mind. Create, share, collaborate to your heart's content!

NoteCraft is designed to allow note collaboration with as little friction as possible, which means there's no login required. Simply click 'New Note' at the bottom left or click here to get started!

Overview


  • No login required

  • Full y.js powered collaboration

  • Markdown support

  • Image support

  • Themes!

  • ...and more!

Features


Markdown

Emphasize your text with a range of formatting options to convey your message effectively, including bold, underline, italic, strikethrough, and code decorators.

Lists Galore

List out your lists in a variety of ways.

  • Unordered lists

  • Item 2

    • Sub item 1

    • Sub item 2

  1. Numbered lists

  2. Item 2

    1. Sub item 1

    2. Sub item 2

  • Task lists

  • Item one (checked)

    • Sub item one (unchecked)

    • Sub item two (checked)

Building Blocks

Notecraft also supports quote blocks, and code blocks!

"I was never able to retain any information before NoteCraft, now I can make note of and remember anything!"
-Completely Real User

if(NoteCraft.isCool) {
	console.log("NoteCraft is obviously cool");
} else {
	throw new Error("Impossible to reach this point")
}

Awesome Alignment

Align text to the left, if you like.

Or maybe you're more of a centered person?

Right aligned? We have the RIGHT CHOICE for you! (sorry)

Linking Made Easy

Super simple masked links, with a variety ways of writing them:


You can write them with markdown:
[A Google Link](https://google.com) A Google Link


Or with a modal, which you can open via /link or pressing Ctrl + K

Another Google Link

Irresistible Images

Add as many cute cat pictures as you need, with image embed support.

Notes


NoteCraft does not require a login, that means for non-logged in users, your notes are associated with a cookie in your browser. If you clear cookies or switch browsers, your notes will no longer appear in the 'Created' sidebar. That being said, your notes will still exist and can be accessed via the note URL. Logged in users will always maintain access to their notes while logged in, regardless of browser.

In addition, all notes are publicly accessible via the URL regardless of logged in status, so you should not put sensitive info in any note.

Notes are editable by anyone by default, to limit this, you can disable Allow Anyone to Edit by clicking ... on the note item in question in the sidebar.