obsidian-components
Reactive icon

Obsidian Components

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 4 Mar (16 hours ago)
 by 
0.0
 (0 ratings)
obsidian-components

Obsidian Components

Documentation
1.0.0

Obsidian Components brings you UI components inspired by the ones we have inside Obsidian!


Currently, there are the following components:

  • TableOfContentsTool: a block that creates a table of contents of your page (specified by the TargetId input) by automatically retrieving all h1 elements and organizing them for you.
  • BacklinksTool: same as TableOfContentsTool block but instead of h1 elements, it gets all a/link elements. A backlink is supposed to be a link that goes to your own app, but in a different page so it trigger an event so you can redirect the user to that screen.
  • NodesGraph: use the UpdateNodesGraph client action and create a graph of your pages and links between them. This component uses force-graph js lib to render the graph.