Adjacency Matrix Exporter

by danielegrazzini
5
4
3
2
1
Score: 53/100

Description

The Adjacency Matrix Exporter plugin generates numerical adjacency matrices to represent the Obsidian graph structure and exports them in CSV format. Users can choose between two modes: Absolute, where the edge weights reflect the number of links between notes, and Normalized, which scales edge weights by the word count of the source note. This plugin offers customization options for CSV separators and destination folders, enabling compatibility with various data processing tools. Ideal for users who want to analyze the relationships between notes in their vault using external software.

Reviews

No reviews yet.

Stats

6
stars
2,269
downloads
1
forks
886
days
715
days
924
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
5
commits

Latest Version

3 years ago

Changelog

initial release

README file from

Github

Adjacency Matrix Exporter

This Plugin wants to build two types of numerical adjacency matrices that can be exported in CSV format for subsequent processing with other software.

An adjacency matrix is a different way to represent an Obsidian graph.

It starts with a square grid of cells, where each row of cells represents a single note in your vault, and so does each column. If note i is linked to note j, then the cell in row i and column j will be the link weight, i.e. the number of links between the two notes.

You can think of it as a grid of all the links in your vault. Each row is a node in your graph, and each cell is an edge.

Description of plugin

When the user clicks on the plugin icon he is faced with an interaction window with three possible actions: two buttons and a link.

the first button exports the adjacency matrix of the Vault notes in Absolute mode: the weights of the edges are given by the number of connections from one note to another.

the second button exports the adjacency matrix of the Vault in Normalized mode: the weight of the edge from note A to note B is divided by the number of total words in note A.

the link allows the user to change the separator of the CSV file according to their needs.

CSV file saving configuration

CSV files are saved in the Vault folder by default. These files report the export mode, date and time the file was created.

Options

user can choose the default CSV separator and destination folder of the created CSV file.

Author

Daniele Grazzini is a student of the Management Engineering degree course at the UNINETTUNO faculty based in Rome: https://www.uninettunouniversity.net.

This work was carried out for the three-year thesis in Management Engineering for the subject Industrial Plants.

The lecturer is Prof. Andrea Falegnami, Phd, Eng.

Thanks

I would like to thank SkepticMystic for his monumental work that served as the foundation for creating this plugin. I recommend everyone to visit his Github: https://github.com/SkepticMystic in particular I was inspired by this work: https://github.com/SkepticMystic/adjacency-matrix-maker

Areas under study for a 2.0.0 version

  1. Currently the CSV file of both export modes consists of strings. I'm trying to obtain a CSV file already composed of numerical values ​​to prevent it from being immediately available for mathematical processing once introduced into Excel or similar programs.
  2. The Normalized matrix achieves this result only for values ​​with commas thanks to the use, in the programming code, of the "replace" Typescript command which exchanges the period with the comma. Unfortunately, this decision does not suit Anglo-Saxon users who use a diametrically opposite convention and therefore still have to convert the entire matrix into a numerical matrix with some processing within Excel or other software.
  3. I was notified of a bug when exporting large matrices that have empty notes and that the value "Infinity" appears among the results of the matrix. The logic that I have implemented in the programming prevents the appearance of something like this so I hypothesize the presence of errors in the programming and the generation of the Normalized matrix incorrectly. I warn users about this and therefore to check with other means whether the result produced is satisfactory or not for their purposes. I'm evaluating a path that seems the most likely to fix the bug.
  4. I am also trying to modify the plugin icon to make it readable in both light and dark mode: from reports that I received which I then verified, there is no good evidence of the icon in light mode.

Thanks to all those who will report bugs and/or improvements to be made in the future. mail: [email protected]

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
Quoth
4 years ago by Eric Rykwalder
Code Block Labels
4 years ago by Sean Bowers
Provides labels for codeblocks in Obsidian
Digital Garden
4 years ago by Ole Eskild Steensen
Publish to Steemit
4 years ago by anpigon
Post directly to your Steemit from Obsidian.
Table to CSV Exporter
4 years ago by Stefan Wolfrum
An Obsidian Plugin that allows to export tables from a pane in reading mode to CSV files.
Smart Links
3 years ago by David Lynch
SamePage
3 years ago by SamePage
Marp
3 years ago by JichouP
Plugin to use Marp with Obsidian
Obsidian-compatible Watcher for ActivityWatch
3 years ago by Grimmauld
Obsidian plugin to track user activity with ActivityWatch
File Publisher
3 years ago by Devin Sackett
Simple RSS
3 years ago by Monnierant
Editor Width Slider
3 years ago by @MugishoMp
With this plugin you can set the line width of the editor in obsidian.
Vault 2 Book
3 years ago by Mitra98t
Obsidian plugin to convert vault to a complete pdf with Table Of Content
TinyPNG Image
3 years ago by ckt1031
Obsidian plugin for compressing images with TinyPNG
CSS Editor
3 years ago by Zachatoo
Edit CSS snippets in Obsidian.
MLIR Syntax Highlight
3 years ago by Lewuathe
Handwritten Notes
3 years ago by FBarrCa
Obsidian Handwritten Notes Plugin
Flashcard Generator
3 years ago by ChloeDia
Obsidian Plug-in to automatically create a set of questions/answers on your notes !
TickTick
3 years ago by Viduy Cheung
Sheets Extended
3 years ago by NicoNekoru
Plugin that adds features to tables in obsidian including merging, vertical headers, and custom css
Nifty Links
3 years ago by x-Ai
Generating elegant, Notion-styled rich link cards to enhance your note-taking experience.
Exercises
3 years ago by AlexCCavaco
Create Interactive Exercises along side your Obsidian Notes
Codeblock Template
3 years ago by Super10
A template plugin that allows for the reuse of content within Code Blocks!一个可以把Code Block的内容重复利用模板插件!
No more flickering inline math
3 years ago by Ryota Ushio
No longer disturbed by flickering inline math in Obsidian.
TODO Wrangler
3 years ago by Jeel Shah
An obsidian plugin to wrangle your Todos and put them in their place.
Frontmatter generator
3 years ago by Hananoshika Yomaru
A plugin for Obsidian that generates frontmatter for notes
Improved Random Note
3 years ago by ShockThunder
Epub Importer
2 years ago by aoout
Import EPUB files as Markdown.
Barcode Generator
2 years ago by noxonad
A barcode generator for obsidian.
File Index
2 years ago by Steffo
Obsidian plugin to create a metadata file about the files present in the Vault
Edit MDX
2 years ago by Tim Peters
Create and edit mdx files in Obsidian.md as if they were md files.
short tab name
2 years ago by Shumpei Tanaka
a plugin of obsidian for to change showing tab name to short
File indicators
2 years ago by Jakob
Add custom indicators to the file explorer.
Sort Frontmatter
2 years ago by Kanzi
Sort frontmatter automatically
Image Classify Paste
2 years ago by tianfx
Feeds
2 years ago by LukeMT, pashashocky, madx
Magic feeds dataview query for obsidian
Random Number Generator
2 years ago by iRewiewer
Gives you a random number
Rendered Block Link Suggestions
2 years ago by Ryota Ushio
Upgrade Obsidian's built-in link suggestions with block markdown rendering.
Better Math in Callouts & Blockquotes
2 years ago by Ryota Ushio
An Obsidian plugin to add better Live Preview support for math rendering inside callouts & blockquotes.
Git File Explorer
2 years ago by Mateus Molina
Copy Image
2 years ago by Felipe D.S. Lima
Easily copy image to clipboard by right clicking image.
Metadata Hider
2 years ago by Benature
Hide metadata property if its value is empty
LaTeX-OCR
2 years ago by Jack Barker
Multi State CheckBox Switcher
2 years ago by KubaMiszcz
Single File Daily Notes
2 years ago by Pranav Mangal
An Obsidian plugin to create and manage daily notes in a single file
RSS Copyist
2 years ago by aoout
Get the RSS articles as notes.
Orgmode (CM6)
2 years ago by Benoit Bazard
Orgmode plugin for Obsidian
Smart Second Brain
2 years ago by Leo310, nicobrauchtgit
An Obsidian plugin to interact with your privacy focused AI-Assistant making your second brain even smarter!
Kindle Highlights Importer
2 years ago by MovingMillennial
Broken Links
2 years ago by ipshing
Quiz Generator
2 years ago by Edward Cui
Generate interactive flashcards from your notes using models from OpenAI (ChatGPT), Google (Gemini), Ollama (local LLMs), and more. Or manually create your own to use with the quiz UI.
PDF break page
2 years ago by CG
Plugin for obsidian that adding shortcuts to create breakpages for pdf exports.
Fight Note
2 years ago by Dmitry Loac
Obsidian Plugin for shows Tekken notation into an easy-to-read form.
Update Time Updater
2 years ago by MURATAGAWA Kei
Obsidian plugin to update the 'update time' element when saving or manually.
SystemSculpt AI
2 years ago by SystemSculpt.com
Enhance your Obsidian App experience with AI-powered tools for note-taking, task management, and much, MUCH more.
ai-writer
2 years ago by Donovan Ye
A plugin for Obsidian that uses AI to help you write better and faster.
Focus Tracker
2 years ago by Jeet Sukumaran
Header Counter
2 years ago by Nancy Lee
Memos Sync
2 years ago by RyoJerryYu
Syncing Memos to Obsidian daily note. Fully compatible with official Daily Notes plugin, Calendar plugin and Periodic Notes plugin.
Link to Verse
2 years ago by Alberto Sesiliano (aygjiay)
Rapid AI
2 years ago by Rapid AI
AI Assistant for selected text and generating content with Markdown. Shortcuts and quick action buttons provide instant AI assistance. It provides a high availability API for unlimited Chat GPT request rates, so you can ensure smooth work for any workload.
Page Scroll
2 years ago by triski
Obsidian Page Up|Down|Top|Bottom
Sidebar Resizer
2 years ago by Jeet Sukumaran
Browser Interface
2 years ago by Jason Lieb
An obsidian plugin that pairs with a chrome extension to manage your tabs in obsidian.
Pia viewer
2 years ago by dldisud
Share via Notepad Tab
2 years ago by Iulian Onofrei
Truth Table+
2 years ago by Maximilian Schulten
This is the repository of an Obsidian.md plugin that allows users to create truth tables via the command palette.
Blockreffer
2 years ago by tyler.earth
An Obsidian plugin to search and embed blocks with ^block-references (aka ^block-ids)
Natural Language Dates
6 years ago by Argentina Ortega Sainz
Work with dates in natural language in Obsidian
Dangling links
5 years ago by Graydon Hoare
obsidian plugin for displaying dangling links
File path to URI
5 years ago by Michal Bureš
Convert file path to uri for easier use of links to local files outside of Obsidian
Vault Changelog
5 years ago by Badr Bouslikhin
An Obsidian plugin to maintain a changelog of recently edited notes
Adjacency Matrix Maker
5 years ago by SkepticMystic
Creative an interactive adjacency matrix of your Obsidian vault
Homepage
5 years ago by mirnovov
An Obsidian plugin that opens a specified note, canvas, or workspace on startup, instead of the most recent one.
Epiphany
2 years ago by Epiphany
Replicate
a year ago by Sébastien Dubois
Integrate Replicate.com with Obsidian
Click Hint
a year ago by kbwo
BuJo Bullets
a year ago by Will Olson
Alternate checkbox types for Obsidian to support Bullet Journal bullets
Dynamic Outline
a year ago by theopavlove
Adds a customizable GitHub-like floating table of contents to Obsidian.
KoReader Highlight Importer
a year ago by Tahsin Kocaman
Imports highlights and metadata from KoReader into Obsidian notes
ShaahMaat-md
a year ago by Mihail Kovachev
Note Placeholder
a year ago by XZSt4nce
Replaces text of note link to placeholder in view mode.
URI Converter
a year ago by wenlzhang
An Obsidian plugin to convert Obsidian URIs to Obsidian internal links.
Inline Code Copy
a year ago by Hongchen Lin