CSV Editor

by death_au
5
4
3
2
1
Score: 29/100

Description

Category: File Management

The CSV Editor plugin is a game-changer for Obsidian users who work with CSV files frequently. This plugin allows you to view and edit your CSV files in a spreadsheet-like table format, making it easier to organize and analyze your data. With features like auto-saving, per-file settings for headers, and markdown editing and preview, you'll be able to work with your CSV files more efficiently than ever before. The plugin also includes advanced filtering and sorting capabilities, as well as the ability to freeze columns and insert new rows and columns. Whether you're a researcher, data analyst, or simply someone who needs to work with CSV files regularly, this plugin is definitely worth checking out.

Reviews

No reviews yet.

Stats

139
stars
25,710
downloads
9
forks
1,904
days
1,489
days
1,905
days
2
total PRs
1
open PRs
1
closed PRs
0
merged PRs
14
total issues
12
open issues
2
closed issues
0
commits

Latest Version

5 years ago

Changelog

Initial release of csv-obsidian!

Features

  • Open (and edit) CSV files right from Obsidian!
  • Auto-saving
  • Per-file setting for including headers (persisted in local storage)
  • Markdown editing an preview for each individual cell (internal links aren't working correctly, yet)
  • Sort the data by clicking on a column name
  • Filter by column values
  • Freeze columns
  • Insert new columns/rows

README file from

Github

CSV Editor Obsidian Plugin

GitHub release (latest SemVer) GitHub All Releases

A plugin for Obsidian which allows viewing and editing of CSV files in a spreadsheet-like table format.

Back up your CSV files! This plugin is very new and therefore experimental. At this stage, data loss is a very real possibility!

Screenshot

Features

  • Open (and edit) CSV files right from Obsidian!
  • Auto-saving
  • Per-file setting for including headers (persisted in local storage)
  • Markdown editing an preview for each individual cell (internal links aren't working correctly, yet)
  • Sort the data by clicking on a column name
  • Filter by column values
  • Freeze columns
  • Insert new columns/rows

Installation

From GitHub

  • Download the latest master
  • Extract the files from the zip to your vault's plugins folder: <vault>/.obsidian/plugins/ini-obsidian
    Note: On some machines the .obsidian folder may be hidden. On MacOS you should be able to press Command+Shift+Dot to show the folder in Finder.
  • Reload Obsidian
  • If prompted about Safe Mode, you can disable safe mode and enable the plugin. Otherwise head to Settings, third-party plugins, make sure safe mode is off and enable the plugin from there.

Development

This project uses Typescript to provide type checking and documentation.
The repo depends on the latest plugin API in Typescript Definition format, which contains TSDoc comments describing what it does.

Note: The Obsidian API is still in early alpha and is subject to change at any time!

If you want to contribute to development and/or just customize it with your own tweaks, you can do the following:

  • Clone this repo.
  • npm i or yarn to install dependencies
  • npm run build to compile.
  • Copy manifest.json, main.js and styles.css to a subfolder of your plugins folder (e.g, <vault>/.obsidian/plugins/<plugin-name>/)
  • Reload obsidian to see changes

Alternately, you can clone the repo directly into your plugins folder and once dependencies are installed use npm run dev to start compilation in watch mode.
You may have to reload obsidian (ctrl+R) to see changes.

Pricing

Huh? This is an open-source plugin I made for fun. It's completely free. However, if you absolutely have to send me money because you like it that much, feel free to throw some coins in my hat via PayPal or sponsor me via GitHub Sponsors

Version History

0.0.1

Initial release of csv-obsidian! See Features above

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.