The Native Plain-Text Database for Obsidian
Build multidimensional tables right inside your Markdown notes. Zero Frontmatter. Zero code.
Click the preview above to watch in higher quality on YouTube.
Create structured data tables directly within your Markdown notes, flexibly supporting various scenarios.
One set of records, four powerful ways to interact:
- Filtered Table: Freely combine Filter and Sort rules into saved views. Slice your data by project or status, and enjoy full multiline text editing support.
- Kanban Board: Map any Select or List field to lanes—not just Status. Easily regroup your data by Priority, Tags, or Author to see a different dimension of your notes.
- Gallery View (Beta): Visualize notes as fully customizable cards. Design custom layouts with the Template Engine, and streamline organization via View Groups and Right-click actions.
- Slide View: Turn rows into focused slides—perfect for distraction-free thinking or simple presentations. Easily customize layouts, with built-in support for inline images and live previews.
Basic inline formulas (simple arithmetic), intelligent date/time parsing, and automatic linking of notes and references—all seamlessly integrated and continuously refined.
Comes with built-in task status fields (Todo, In Progress, Done, On Hold, Someday, Canceled), providing corresponding filtered view groups and Kanban views by default, enabling immediate and easy task management.
Fully text-based, free from complex data formats and extra markup, intuitively supporting structured content.
Aggregate all related structured records tightly within a single .md note. This maintains contextual associations, reduces management overhead, and effectively facilitates overall review and thinking.
No Frontmatter, no code markup. The data structure is implicitly contained within plain text, providing a human- and machine-friendly data representation that lets you read and write naturally.
Supports convenient data interaction and movement across various internal and external platforms, enabling more flexible organization and utilization of information.
Quickly transform text blocks into valid TileLineBase records. Define simple patterns to map content to fields, instantly generating the required structure without manual formatting.
Records can move flexibly across different table notes or be converted into standalone Obsidian notes; table notes can also be migrated across Vaults with all configurations intact.
Supports CSV import/export, compatible with mainstream spreadsheet software, allowing batch editing and data organization.
Uses a clear, self-contained plain-text format that can interact seamlessly with Large Language Models (LLM) without additional processing
- Isolation: The plugin only processes the specific file where you switch to the TileLineBase view. It never scans your other notes.
- Decoupling: Your data stays in the
.mdfile. View settings stay in the plugin. Your notes remain standard Markdown, even if you uninstall the plugin. - Protection: Built-in auto-backup keeps a history of file snapshots, preventing accidental data loss.
TileLineBase is currently in Early Beta and is not yet available via Obsidian's Community Plugins list. You can install it via BRAT or manually:
- Install BRAT from Community Plugins.
- Run command
BRAT: Add a beta plugin for testing. - Enter URL:
https://github.com/campfirium/obsidian-tile-line-base
Manual Installation (Click to expand)
- Download
main.js,manifest.json, andstyles.cssfrom the Latest Release. - Create a folder
obsidian-tile-line-basein your vault's.obsidian/plugins/directory. - Move the files into that folder.
- Reload Obsidian and enable the plugin.
We welcome feedback, suggestions, questions, and bug reports — wherever you prefer to discuss.
You can:
- Join or start a conversation on the Obsidian Forum thread.
- Open an Issue on GitHub if you want to track something more formally.
- Or hang out on my personal forum, Campfirium, where broader ideas and side discussions are also welcome.
Feel free to use whichever space works best for you.
Special thanks to AG Grid for providing excellent grid functionalities, which significantly enhanced the table interactions in TileLineBase.
TileLineBase is released under the MIT License.






