An open API service indexing awesome lists of open source software.

https://github.com/knowledgegarden/lite-net-3

lite-net as a web app with authentication and privacy; simplest-possible note taking app for network and non-linear thinking.
https://github.com/knowledgegarden/lite-net-3

javascript knowledge-graph pkm topicmaps zettelkasten

Last synced: about 1 month ago
JSON representation

lite-net as a web app with authentication and privacy; simplest-possible note taking app for network and non-linear thinking.

Awesome Lists containing this project

README

          

# lite-net-3
Simple triple journal

Just:
* npm install
* Edit the file /config/owner.json to suit your own credentials
* Edit the file /config/config.json to suit whether private or public
* Remove all database files in /data to start fresh
* npm start
* visit http://localhost:4000/

To clean the databases, just delete the two files in the /data folder.

## UX
On the Journal landing page, there are three methods by which new journal entries are crafted:
* Entering a URL for harvesting
* Entering a text note
* Creating a triple

### Entering a URL for harvesting
Past a URL in the box and click Submit.
A new page will be presented with the content of the selected URL visible, together with two modes of journal fabrication: a text note and a triple.

This allows for harvesting information from the selected resource.
### Entering a text note
A text note can be any text desired, including copying and pasting from other sources. This is not (yet) a _rich text_ feature.
In any text entered, it is possible to create _Wikilinks_ by surrounding a word or phrase with "[[ ... ]]".
### Creating a statement as a triple structure
A triple consists of three components to form a statement like _something causes something else_, which has the form {subject, predicate, object}. Type the subject word or phrase into its box, and do the same for the predicate and the object. In each case, _typeahead_ will help you find the term or predicate. There is an opportunity to add a URL and a comment.

### Viewing a Graph
Each Topic, particularly those which are not Relations, may have a graph created by Statements. Viewing a Graph for a topic means clicking the Graph View Button on a Topic View. At this time, some small graphs tend to sit in the upper left corner, and do not center.