Skip to content

Commit

Permalink
Adding placeholders for components and some info about prose. #47
Browse files Browse the repository at this point in the history
  • Loading branch information
jmatsushita committed Apr 18, 2016
1 parent 9d3576f commit 58357b0
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
4 changes: 4 additions & 0 deletions technology/foundations/github.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Github
stage: source, author, collaborate, publish
---
4 changes: 4 additions & 0 deletions technology/foundations/gitlab.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Gitlab
stage: source, author, collaborate, integrate
---
22 changes: 22 additions & 0 deletions technology/foundations/prose.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: Prose
stage: author
issue: 47
---

- Integrate with Gitlab backend
- Easier "Fork and Pull Request" workflow for non techies.
- Allow offline workflow
- Metadata first document creation
- Transclusion support (iilab/prose#1)
- Prosemirror integration
- Content "Integration" tests #11 (perhaps with isomorphic tests ran by prosemirror in the client)


:[Choose editor(s) as a basis for the authoring environment #5 - Comment](https://github.com/iilab/contentascode/issues/5#issuecomment-197972547)

This [issue on ProseMirror](https://github.com/ProseMirror/prosemirror/issues/9) makes a good point about separation of concern between the editor and the backend. Substance might mean a slightly stronger coupling between document authoring, document metadata and project navigation and backend.

In that sense Prose could be a project navigation component with ProseMirror as the authoring component (there would probably need to be some integration between the two to help for instance with navigation within a project's media or link library). Prose would manage document metadata (in the YAML frontmatter or elsewhere) and connect to various backends (including local ones for offline editing).

This gitbook component Repofs (https://github.com/GitbookIO/repofs) is an interesting approach to integrating the project navigation (and common features currently not in Prose like moving files, creating folders or dealing with templates.

0 comments on commit 58357b0

Please sign in to comment.