Giter VIP home page Giter VIP logo

obsidian-list-style's People

Contributors

aidenlx avatar chrisgrieser avatar clemens-e avatar edo78 avatar erykwalder avatar fyears avatar gitmurf avatar henrebotha avatar kostapc avatar lishid avatar phibr0 avatar reorx avatar taurelas avatar tfthacker avatar tokuhirom avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

reid-luna revcbh

obsidian-list-style's Issues

Request. Formal outline

To be able to use a formal outlining format, I would need access to numerals and letters in parentheses.
I played around a bit but could not get it to work properly.
Any help would be much appreciated.

I. Roman numerals
	A. Capital letters
		1. Arabic numerals
			a. Lower-case letters
				(1) Arabic numerals in parentheses
					(a) Lower-case letters in parentheses
					(b)
				(2)
			b.
		2.
	B.
II.

Idea: Custom list style types

What do you think about adding a settings page, where users can define custom list-style-types?
Because list style type not only supports pre-defined values, but also unicodes, custom strings, and symbols.

Currently, it can be done simply with a custom css snippet (https://developer.mozilla.org/en-US/docs/Web/CSS/@counter-style):

@counter-style thumbs {
  system: cyclic;
  symbols: "\1F44D";
  suffix: " ";
}

/* ul {
  list-style: thumbs;
} */

and in the note:

1. {thumbs} Yes
2. It's
3. Great!

which results in:
image

Feature Request: Grey out {A} or equivalent

It would be great if the {A} or equivalent could be greyed out or hidden in some way so that it is clear that it is not part of the list when in live edit mode.

Thanks for the brilliant plugin!

Hello, can you add a sequence format?

Hello, can you add a sequence format?
For example:

-1. Text content
----11.Text content
--------111. Text content
--------112. Text content
----12.Text content
--------121. Text content
--------122. Text content
-2. Text content
----21.Text content
----22.Text content
--------221. Text content
--------222. Text content

Using digits to represent the indentation level, with a maximum of 9 levels.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.