Notioneer

by Lucas Coutinho
5
4
3
2
1
Score: 30/100

Description

Notion-style editing conveniences for Obsidian.

Reviews

No reviews yet.

Stats

0
stars
215
downloads
0
forks
47
days
47
days
47
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
1
total issues
1
open issues
0
closed issues
36
commits

README file from

Github

Notioneer

Notion-style editing conveniences for Obsidian, inspired by make.md but deliberately narrower: the note header, slash commands and the selection toolbar — nothing else.

Features

  • Note header — cover image, editable title and property rows at the top of a note, laid out like make.md's. The cover is a plain cover frontmatter key, the title renames the file (links follow), and the property rows read and write ordinary frontmatter.
  • Slash commands — typing / 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.
  • Selection toolbar — selecting text pops up a small toolbar for inline formatting (bold, italic, strikethrough, inline code, link).

Explicitly not included: spaces, custom file formats, or any make.md-specific block syntax.

Install

Copy main.js, manifest.json and styles.css into YOUR_VAULT/.obsidian/plugins/notioneer/, then enable Notioneer under Settings → Community plugins.

Status

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.

Credits

Fork of make.md, MIT licensed, Copyright (c) 2022 JP Cen — licence kept in LICENSE-makemd. Notioneer itself is GPLv3.

Development

See docs/DEVELOPMENT.md for build setup, and docs/ARCHITECTURE.md for how the plugin is structured.