No description
Find a file
2025-03-23 19:22:06 +08:00
src 添加CSV插件的基本功能,包括视图类型注册、设置管理和样式定义 2025-03-23 19:22:06 +08:00
.editorconfig Initial commit 2025-03-23 18:34:41 +08:00
.eslintignore Initial commit 2025-03-23 18:34:41 +08:00
.eslintrc Initial commit 2025-03-23 18:34:41 +08:00
.gitignore Initial commit 2025-03-23 18:34:41 +08:00
.npmrc Initial commit 2025-03-23 18:34:41 +08:00
esbuild.config.mjs Initial commit 2025-03-23 18:34:41 +08:00
LICENSE Initial commit 2025-03-23 18:34:41 +08:00
manifest.json 添加CSV插件的基本功能,包括视图类型注册、设置管理和样式定义 2025-03-23 19:22:06 +08:00
package-lock.json 重命名插件为“obsidian-csv-plugin”,更新描述和功能以支持CSV文件的查看和编辑 2025-03-23 19:04:01 +08:00
package.json 重命名插件为“obsidian-csv-plugin”,更新描述和功能以支持CSV文件的查看和编辑 2025-03-23 19:04:01 +08:00
README.md 添加CSV插件的基本功能,包括视图类型注册、设置管理和样式定义 2025-03-23 19:22:06 +08:00
styles.css 添加CSV插件的基本功能,包括视图类型注册、设置管理和样式定义 2025-03-23 19:22:06 +08:00
tsconfig.json 添加CSV插件的基本功能,包括视图类型注册、设置管理和样式定义 2025-03-23 19:22:06 +08:00
version-bump.mjs Initial commit 2025-03-23 18:34:41 +08:00
versions.json Initial commit 2025-03-23 18:34:41 +08:00

Introduction

Simple enough for csv, no more fancy feature you need to learn!

A plugin designed to view and edit CSV files directly within Obsidian.

Why another csv plugin?

There are so many csv plugin, why you need this one?

Because i want to keep it simple and stupid.

No fancy feature, just open and edit.

Philosophy

Simplicity and integration. We believe that:

  1. Data management should be straightforward and accessible
  2. Users shouldn't need to leave their workflow environment
  3. CSV manipulation should be as natural as text editing
  4. The interface should remain minimal yet functional

Features

  • View CSV files in table format
  • Edit CSV files within Obsidian
  • Supports standard CSV formatting
  • Compatible with Obsidian's interface

Purpose

This plugin enhances Obsidian's functionality by allowing users to work with CSV (Comma-Separated Values) files seamlessly within their vault, eliminating the need to switch between different applications for CSV handling.

Getting Started

Install the plugin through Obsidian's community plugins section and start viewing your CSV files directly in your notes.