All Projects → substance → Texture

substance / Texture

Licence: mit
A visual editor for research.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Texture

Substance
A JavaScript library for web-based content editing.
Stars: ✭ 2,737 (+185.7%)
Mutual labels:  publishing, xml, editing
Dita Ot
DITA Open Toolkit — the open-source XML publishing engine for content authored in the Darwin Information Typing Architecture.
Stars: ✭ 279 (-70.88%)
Mutual labels:  publishing, xml
Book And Ebook Writing Resources
📚 Tools, articles, publishers... everything you need to know about writing a book or an eBook
Stars: ✭ 8 (-99.16%)
Mutual labels:  publishing, editing
Xylophone
Xylophone
Stars: ✭ 23 (-97.6%)
Mutual labels:  xml
Snowflake
❄️ SVG in Swift
Stars: ✭ 924 (-3.55%)
Mutual labels:  xml
Litedb Webshell
Web Shell console application for LiteDB
Stars: ✭ 8 (-99.16%)
Mutual labels:  xml
Evreflection
Reflection based (Dictionary, CKRecord, NSManagedObject, Realm, JSON and XML) object mapping with extensions for Alamofire and Moya with RxSwift or ReactiveSwift
Stars: ✭ 954 (-0.42%)
Mutual labels:  xml
Vast Parser
Recursively requests and parses VAST chains into a single JavaScript object.
Stars: ✭ 18 (-98.12%)
Mutual labels:  xml
En Data mining
Data Mining Historical Newspaper Metadata (METS/ALTO formats)
Stars: ✭ 14 (-98.54%)
Mutual labels:  xml
Xmlbuilder Js
An XML builder for node.js
Stars: ✭ 843 (-12%)
Mutual labels:  xml
Essa
Embeddable SCADA for Small Applications
Stars: ✭ 7 (-99.27%)
Mutual labels:  xml
Music Player
Android xml template layout for media/music player.
Stars: ✭ 24 (-97.49%)
Mutual labels:  xml
Gulp Xslt
XSLT transformation plugin for gulp
Stars: ✭ 9 (-99.06%)
Mutual labels:  xml
Cheatyxml
CheatyXML is a Swift framework designed to manage XML easily
Stars: ✭ 23 (-97.6%)
Mutual labels:  xml
Treefrog Framework
TreeFrog Framework : High-speed C++ MVC Framework for Web Application
Stars: ✭ 885 (-7.62%)
Mutual labels:  xml
Amazon Mobile Sentiment Analysis
Opinion mining of Mobile reviews on Amazon platform
Stars: ✭ 19 (-98.02%)
Mutual labels:  xml
Supervisord
Async first supervisord HTTP API Client for PHP 7
Stars: ✭ 14 (-98.54%)
Mutual labels:  xml
Draggablelayout
Draggable XML Layout for Android
Stars: ✭ 26 (-97.29%)
Mutual labels:  xml
Atomic Chrome
Edit Chrome textareas in Atom
Stars: ✭ 930 (-2.92%)
Mutual labels:  editing
Emacs Smart Hungry Delete
An emacs package to delete whitespace between words, parenthesis and other delimiters in a (not very) smart way.
Stars: ✭ 30 (-96.87%)
Mutual labels:  editing

Texture Build Status

Code Quality: Javascript Total Alerts

Texture is a toolset designed for the production of scientific content. It uses the Dar Format, which defines a stricter form of the JATS Archiving and Interchange Tag Set ("green" v. 1.1) XML standard.

Texture User Interface

Feature requests and Feedback

Feature requests can be made via the GitHub issues using a Feature request template. It will be assessed and costed, then scheduled accordingly in collaboration with the requesting organisation. Please feedback any problems with the product using the Bug template.

Install

You need Node 8.x installed on your system.

Clone the repository.

$ git clone https://github.com/substance/texture.git

Navigate to the source directory.

$ cd texture

Install via npm.

$ npm install

Start the dev server.

$ npm start

And navigate to http://localhost:4000.

You can save your document changes by pressing CommandOrControl+S.

To test with your own JATS-documents, just replace the contents of data/kitchen-sink/manuscript.xml.

Texture Desktop

We also offer Texture wrapped in an Electron application.

$ npm run app

To package the application for distribution do the following:

$ npm run release

MacOS

Running the installed application from command line:

open -a /Applications/Texture.app my-article.dar

Running tests

Running tests in NodeJS (like it is done on TravisCI):

npm test

Debugging NodeJS tests:

node make test-nodejs && node --inspect-brk --require esm test/index.js

Then open chrome://inspect. It should show a Remove Target for the test script. Clicking on inspect opens a new window with Chrome Developer Tools.

Running a some NodeJS tests:

TEST="Model" npm test

The environment variable TEST is used as a filter to select test that have that pattern in their name.

Running tests in the browser:

node make test-browser -w -s

Then open localhost:4000/test.

License

Texture is open source (MIT license), and you are legally free to use it commercially. If you are using Texture to make profit, we expect that you help fund its development and maintenance.

Credits

Texture is developed by the Substance Consortium formed by the Public Knowledge Project (PKP), the Collaborative Knowledge Foundation (CoKo), SciELO, Érudit and eLife.

The following people make Texture possible (in random order):

  • Alex Garnett (leadership, concept)
  • Juan Pablo Alperin (leadership, concept)
  • Alex Smecher (concept, dev)
  • Tanja Niemann (leadership)
  • Melissa Harrison (requirements)
  • Giuliano Maciocci (requirements, concept)
  • Naomi Penfold (leadership)
  • Nick Duffield (design)
  • Davin Baragiotta (concept, dev)
  • David Cormier (dev)
  • Sophy Ouch (design)
  • Philipp Zumstein (dev)
  • Fabio Batalha Cunha dos Santos (leadership, concept)
  • James Gilbert (UX, requirements)
  • Luciano Gabriel Panepucci (UX)
  • Michael Aufreiter (dev)
  • Oliver Buchtala (dev)
  • Daniel Beilinson (dev)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].