livebook/assets
Jonatan Kłosko 6ac7f94897
Define notebook file format (#27)
* Initial file import/export

* Add renderer tests

* Refactor renderer

* Depend only on EarmarkParser

* Add test for export

* Add import tests

* Improve import

* Document the ExMd file format

* Rename ExMd to ExMarkdown

* Rename ExMarkdown to LiveMarkdown

* Build iodata when exporting a notebook

* Persist metadata as a single JSON object

* Move Markdown to LiveMarkdown.MarkdownHelpers

* Make LiveMarkdown private

* Always move primary heading to the top during import

* Hint the user not to use heading 1 and 2

* Return a list of messages from the import function

* Update headings warning

* Add import and export test for non-elixir snippets

* Merge markdown renderer into MarkdownHelpers

* Add import messages on AST rewrites
2021-02-16 18:39:52 +01:00
..
css Define notebook file format (#27) 2021-02-16 18:39:52 +01:00
js Some cleanups (#25) 2021-02-11 16:35:32 +01:00
static Initial commit 2021-01-07 20:56:24 +01:00
test/lib Set up markdown rendering (#16) 2021-01-30 00:33:04 +01:00
.babelrc Initial commit 2021-01-07 20:56:24 +01:00
package-lock.json Some cleanups (#25) 2021-02-11 16:35:32 +01:00
package.json Some cleanups (#25) 2021-02-11 16:35:32 +01:00
postcss.config.js Some cleanups (#25) 2021-02-11 16:35:32 +01:00
tailwind.config.js Set up assets and layout (#2) 2021-01-07 22:13:17 +01:00
webpack.config.js Implement collaborative text editing (#10) 2021-01-21 13:11:45 +01:00