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.
- Host: GitHub
- URL: https://github.com/knowledgegarden/lite-net-3
- Owner: KnowledgeGarden
- License: apache-2.0
- Created: 2020-03-01T02:51:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-15T02:53:42.000Z (over 5 years ago)
- Last Synced: 2025-09-02T06:33:13.770Z (about 1 month ago)
- Topics: javascript, knowledge-graph, pkm, topicmaps, zettelkasten
- Language: JavaScript
- Homepage:
- Size: 702 KB
- Stars: 13
- Watchers: 3
- Forks: 1
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lite-net-3
Simple triple journalJust:
* 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.