Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doriantaylor/owl-stretchtext
A stretchtext vocabulary
https://github.com/doriantaylor/owl-stretchtext
Last synced: 24 days ago
JSON representation
A stretchtext vocabulary
- Host: GitHub
- URL: https://github.com/doriantaylor/owl-stretchtext
- Owner: doriantaylor
- License: apache-2.0
- Created: 2023-08-23T19:56:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-10T17:40:45.000Z (10 months ago)
- Last Synced: 2024-03-10T18:47:22.949Z (10 months ago)
- Language: Makefile
- Size: 809 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Author
Dorian
TaylorCreated
August 23, 2023Namespace URI
[`https://vocab.methodandstructure.com/stretchtext#`](https://vocab.methodandstructure.com/stretchtext#)Preferred Namespace Prefix
`stv`This document is an
attempt to define a reasonably robust and portable description of
stretchtext. Stretchtext is a relatively little-used
hypermedia technique for managing levels of *detail*. Successive levels
of detail in a text can be recursively hidden under lower-detail text,
subject to user activation.![Demonstration of now-defunct stretchtext site,
[`telescopictext.com`](https://web.archive.org/web/20080831005247/http://telescopictext.com/).](https://vocab.methodandstructure.com/telescopictext.gif)## Classes
At this time, there is only the single class,
[`StretchText`](https://vocab.methodandstructure.com/stretchtext#StretchText).## Properties
### `initial`
This property denotes the initial value of a run of stretchtext.
Domain:
stv:StretchText
Cardinality:
1### `replace-with`
When the subject stretchtext is activated, replace the initial value
with the object.Domain:
stv:StretchText
Maximum Cardinality:
1### `append`
When the subject stretchtext is activated, put the object *after* the
initial value (or its replacement).Domain:
stv:StretchText
### `prepend`
When the subject stretchtext is activated, put the object *before* the
initial value (or its replacement).Domain:
stv:StretchText