Consecutive Lists

by Josh Tucker
5
4
3
2
1
Score: 53/100

Description

Category: Note Enhancements

The Consecutive Lists plugin is a game-changer for Obsidian users who frequently create lists. This plugin allows you to create separate lists that are displayed distinctly in reading mode, eliminating the need for manual formatting or workarounds. With its seamless integration and markdown compatibility, you can focus on taking notes without worrying about list characters getting mixed up.

Reviews

No reviews yet.

Stats

5
stars
1,471
downloads
1
forks
816
days
812
days
821
days
1
total PRs
0
open PRs
0
closed PRs
1
merged PRs
2
total issues
0
open issues
2
closed issues
22
commits

Latest Version

2 years ago

Changelog

Fixed every '-' being replaced by '+' in every other first list item (#2)

README file from

Github

Obsidian Consecutive Lists

Create consecutive lists that are displayed separately in reading mode.

This plugin changes nothing about the way markdown is interpreted in Obsidian. It creates markdown entirely compatible with other parsers, ensuring your notes are transferrable, and completely unreliant on this plugin.

It works simply by automatically inserting alternating list characters in consecutive lists, so they appear correctly separated in reading mode.

Explanation

Say you wanted to create these two lists:

  • item 1
  • item 2
  • item 3
  • item 4
  • item 5
  • item 6

This wouldn't work using this markdown:

- item 1
- item 2
- item 3

- item 4
- item 5
- item 6

Which would result in this:

  • item 1

  • item 2

  • item 3

  • item 4

  • item 5

  • item 6

So the plugin automatically changes the list character for the second list, resulting in this markdown:

- item 1
- item 2
- item 3

+ item 4
+ item 5
+ item 6

Resulting in what we wanted:

  • item 1
  • item 2
  • item 3
  • item 4
  • item 5
  • item 6

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
Templater
6 years ago by SilentVoid
A template plugin for obsidian
List Callouts
4 years ago by mgmeyers
Create callouts in lists in Obsidian.
Zoom
5 years ago by Viacheslav Slinko
Table Extended
5 years ago by AidenLx
Extend basic table in Obsidian with MultiMarkdown table syntax
Whisper
3 years ago by Nik Danilov
Speech-to-text in Obsidian using Whisper
GPT-3 Notes
3 years ago by micahke
An Obsidian plugin to generate notes based on GP3 output.
ZettelFlow
3 years ago by RafaelGB
ZettelFlow is a plugin for Obsidian that helps you to create and manage your notes in a Zettelkasten way.
Auto Classifier
3 years ago by Hyeonseo Nam
Auto classification plugin for Obsidian using ChatGPT.
Mindmap
2 years ago by YunXiaoYi
An Obsidian plugin for creating Mindmaps.
Ghost Fade Focus
5 years ago by Sami Korpela
Ghost Fade Focus plugin for Obsidian
Reading comments
3 years ago by BumbrT
Reading comments, for consuming books or large articles in markdown with https://obsidian.md/.
Pluck
5 years ago by Kevin Barrett
Quickly create notes in Obsidian from web pages.
HTML Tabs
3 years ago by Patrick Tournet
Obsidian plugin allowing the creation and rendering of Tabs and tab panels in your notes.
LLM Summary
2 years ago by QSun
wip
List Outline Helper
2 years ago by triangular-sneaky
Obsidian plugin to select the current outline
Achievements
3 years ago by Zachatoo
Add achievements to Obsidian to help guide the user to build good habits in Obsidian.
Automatic Renumbering
a year ago by Omri Levi
Automatically reorders checklists and numbered lists as you edit them.
Share my plugin list
2 years ago by Benature
Share the obsidian plugins that is using currently
New Bullet With Time
3 years ago by Boninall
A plugin allows you to auto add current time to new bullet line.
Post Webhook
a year ago by MasterB1234
A plugin for Obsidian that sends notes to Webhook endpoints (e.g. n8n, Make.com, Zapier) for streamlined automation and integration.
Callout Toggles
2 years ago by Aly Thobani
An Obsidian plugin to quickly add, change, or remove callout wrappers in your notes.
Pandoc Extended Markdown
3 months ago by ErrorTzy
This plugin enables Obsidian to render Pandoc extended markdown lists, and adds useful sidebar for lists and footnotes
AI bot
a year ago by kuzzh
The AI Bot Plugin is a powerful tool designed to enhance your note-editing experience in Obsidian by leveraging the capabilities of AI. This plugin allows you to interact with an AI assistant directly within Obsidian, making it easier to generate, edit, and organize your notes with intelligent suggestions and automated tasks.
Editor Autofocus
2 years ago by Mgussekloo
Auto Bullet
a year ago by takitsuba
Masking Type
a year ago by Telehakke
Obsidian plugin.
Time Bullet
a year ago by pedrogdn
tidit
a year ago by codingthings.com
tidit is an Obsidian - https://obsidian.md - plugin that adds timestamps to your document as you type — when you want it, how you want it, where you want it.
List to table converter
6 months ago by paddomanno
BookNav
2 years ago by jemberton
A plugin for ObsidianMD that enables book style navigation links in a note.
Relative Timestamps
2 years ago by Charles Young
Varinote
a year ago by Giorgos Sarigiannidis
A plugin for Obsidian that allows you to add variables in Templates and set their values during the Note creation.
Trakt.tv Sync
a year ago by Nick Felker
Sync Trakt checkins to Obsidian file
Time Inserter
7 months ago by heycalmdown
Obsidian plugin to insert current time at cursor position with exact or rounded formats
Bottom to Top
a year ago by Henry Gustafson