0.0.15 • Published 4 years ago

@plurid/pluridoc-app v0.0.15

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

General

a .plurid file is a simple text file with separated sectors in the document marked with the <<< and >>> plurid plane dividers which when rendered by the application will result in multiple planes of text

a .pluridoc is a collection of .plurid files (spaces), containing text, images, videos, audio, 3D objects/experiences, whole web pages frozen at a point in time, and more

to obtain plurid planes in an arbitrary .plurid file it is enough to do:

<<<
enter text here for the first plane
>>>

<<<
enter text here for the second plane
>>>

this will create two planes, one near each other

location could be specified thus:

<<< location: root
enter text here for the first plane
>>>

<<< location: left
enter text here for the second plane
>>>

this will make the first plane a root, and place the second plane to it's left

a system of processors can be used in order to be able to write in the plane math, code, or other, by default it is text, serving the content as-written, with the basic plurid syntax for linking

<<< content: math, javascript --- signifying to use the math and javascript processors

<<<
<<< location: root
<<< content: math
when $x < y$ we have
>>>

to make a comment in the metadata part of the plurid plane definition use ---

<<< --- this line is a comment

to have multiple metadata information on the same line use | for separation

<<< location: root | content: math
when $x < y$ we have
>>>

in order to use a plurid plane divider (<<< or >>>) inside the plane's content it must be escaped

<<<
this plane contains a plurid divider \<<<
>>>

for more information see about/notes

Usage

Install the pluridoc command line tool

npm install -g @plurid/pluridoc-cli

and run

pluridoc

Packages

@plurid/pluridoc-app • the pluridoc application

@plurid/pluridoc-cli • the pluridoc command line interface

@plurid/pluridoc-parser • the pluridoc parser

@plurid/pluridoc-server • the pluridoc server

@plurid/pluridoc-grammar • text editor syntax highlighting

0.0.15

4 years ago

0.0.11

4 years ago

0.0.12

4 years ago

0.0.13

4 years ago

0.0.14

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago