Lucas Coutinho64 downloadsNote header with title, cover and properties, markdown slash commands, and a selection formatting toolbar
Notion-style editing conveniences for Obsidian, inspired by make.md but deliberately narrower: the note header, slash commands and the selection toolbar — nothing else.
cover frontmatter key, the title renames the file
(links follow), and the property rows read and write ordinary frontmatter./ in the editor opens a menu of basic block commands
(heading, table, list, callout, code block, …). Every command inserts plain Markdown,
never a plugin-specific format — a table command produces a real Markdown table.Explicitly not included: spaces, custom file formats, or any make.md-specific block syntax.
Copy main.js, manifest.json and styles.css into
YOUR_VAULT/.obsidian/plugins/notioneer/, then enable Notioneer under
Settings → Community plugins.
As of 0.7.0 Notioneer is a fork of make.md being trimmed down to the three features above. Right now the upstream code is all still there with spaces, the navigator and the space views switched off by default; removing them is the work in progress. See docs/ARCHITECTURE.md.
The Markdown-native slash commands and the selection toolbar are parked in legacy/ while
that happens — until they are wired back in, the ones you get are make.md's.
Fork of make.md, MIT licensed, Copyright (c) 2022 JP Cen
— licence kept in LICENSE-makemd. Notioneer itself is GPLv3.
See docs/DEVELOPMENT.md for build setup, and docs/ARCHITECTURE.md for how the plugin is structured.