Consecutive Lists

by Josh Tucker
5
4
3
2
1
Score: 51/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,636
downloads
1
forks
954
days
950
days
959
days
1
total PRs
0
open PRs
0
closed PRs
1
merged PRs
2
total issues
0
open issues
2
closed issues
0
commits

Latest Version

3 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.
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
4 years ago by micahke
An Obsidian plugin to generate notes based on GP3 output.
Mindmap
2 years ago by YunXiaoYi
An Obsidian plugin for creating Mindmaps.
Auto Classifier
3 years ago by Hyeonseo Nam
Auto classification plugin for Obsidian using ChatGPT.
RavenHogwarts Toolkit
2 months ago by ravenhogwarts
A personal toolkit plugin (OTK) that integrates various Obsidian utilities
Ghost Fade Focus
5 years ago by Sami Korpela
Ghost Fade Focus plugin for Obsidian
Reading comments
4 years ago by BumbrT
Reading comments, for consuming books or large articles in markdown with https://obsidian.md/.
LLM Summary
2 years ago by QSun
wip
Automatic Renumbering
2 years ago by Omri Levi
Automatically reorders checklists and numbered lists as you edit them.
Share my plugin list
3 years ago by Benature
Share the obsidian plugins that is using currently
HTML Tabs
3 years ago by Patrick Tournet
Obsidian plugin allowing the creation and rendering of Tabs and tab panels in your notes.
Achievements
4 years ago by Zachatoo
Add achievements to Obsidian to help guide the user to build good habits in Obsidian.
List Outline Helper
2 years ago by triangular-sneaky
Obsidian plugin to select the current outline
Post Webhook
2 years ago by MasterB1234
A plugin for Obsidian that sends notes to Webhook endpoints (e.g. n8n, Make.com, Zapier) for streamlined automation and integration.
New Bullet With Time
4 years ago by Boninall
A plugin allows you to auto add current time to new bullet line.
Callout Toggles
2 years ago by Aly Thobani
An Obsidian plugin to quickly add, change, or remove callout wrappers in your notes.
AI bot
2 years 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.
Masking Type
2 years ago by Telehakke
Obsidian plugin.
Editor Autofocus
3 years ago by Mgussekloo
Auto Bullet
a year ago by takitsuba
List to table converter
10 months ago by paddomanno
Time Bullet
2 years ago by pedrogdn
Varinote
2 years ago by Giorgos Sarigiannidis
A plugin for Obsidian that allows you to add variables in Templates and set their values during the Note creation.
tidit
2 years 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.
Trakt.tv Sync
2 years ago by Nick Felker
Sync Trakt checkins to Obsidian file
Relative Timestamps
2 years ago by Charles Young
BookNav
2 years ago by jemberton
A plugin for ObsidianMD that enables book style navigation links in a note.
Time Inserter
a year ago by heycalmdown
Obsidian plugin to insert current time at cursor position with exact or rounded formats
Bottom to Top
2 years ago by Henry Gustafson