Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

For "add" let user focus on a certain type of media #90

Closed
5 tasks
bryanph opened this issue Jun 1, 2017 · 4 comments
Closed
5 tasks

For "add" let user focus on a certain type of media #90

bryanph opened this issue Jun 1, 2017 · 4 comments

Comments

@bryanph
Copy link
Owner

bryanph commented Jun 1, 2017

So instead of just adding rich text you add a certain type of media as a focus (so that later the UI can be changed to accommodate different types of media).

  • Rich text
  • Video
  • Image
  • Audio
  • Resource (like a pdf, website?)
@MattGyverLee
Copy link

DITA may be a "media" format may be almost as relevant as rich text, as it contains some of the same elements.
https://www.learningsolutionsmag.com/articles/524/what-is-dita-and-why-should-you-care

My Use case:
I work in Language Technology, supporting linguists who work with minority languages. I daily run into situations where I want to store and recall bits of data, whether it be steps to resolve a problem, useful resources, or interesting articles.
Often, I may want to generate a PDF combining some of these items to share with someone.
The metadata of DITA allows one to define things like links, version numbers, environment, audience, dates, etc, so that I can powerfully bag and tag these items, but I wanted a graph storage system to show the links and help me organize.

@bryanph
Copy link
Owner Author

bryanph commented Jun 27, 2017

That is in interesting use case @erros84. I am working on a redesign in this branch https://github.com/bryanph/Geist/tree/feature/redesign and am for now focusing on rich text to avoid over-complication. However, I suppose this could be generalized at a later date to more ouput formats like the one you propose.

@bryanph bryanph closed this as completed Jul 16, 2017
@MattGyverLee
Copy link

MattGyverLee commented Aug 4, 2017

After further research, DITA is a powerful schema with a very restrictive workflow, and so I'm focusing on Markdown. Would it be very disruptive to put this in there: https://www.npmjs.com/package/draft-js-markdown-shortcuts-plugin ?

@bryanph
Copy link
Owner Author

bryanph commented Aug 4, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants