Giter VIP home page Giter VIP logo

obsidian-sticky-heading's People

Contributors

imshenshen avatar

Stargazers

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

Watchers

 avatar

obsidian-sticky-heading's Issues

Cursor disappears when active line is a heading

Very useful plugin, thank you!

I typically edit my files in Source mode (not Live Preview), and have noticed that my cursor disappears when I get to a heading line.
I wasn't able to figure out why, but would like to have the option to display the cursor on those lines as well...

BRILLIANT

This addon is absolutely brilliant. Thank you for making it. ๐ŸŽŠ

Reading view

Trying out your new plugin.

Works great in source mode and live preview mode.

However, it does not appear to work in the reading view.

Is the plugin intended to work in reading view?

yea this is great... how come it's not on the Community Plugins Browser?

This is exactly what I was looking for, coming over from Logseq there is a beautiful plugin that does exactly this is, and it's one of my favorite so it's nice knowing I can have it here too on Obsidian.

Thanks again!!

p.s. - i add to update the css because there was some overlap issue with Minimal theme

.obsidian-sticky-heading {
height: 60px;
line-height: 60px;
}

also it might not be a bad idea to add in plugin options to "hide" or "disable" the .obsidian-sticky-heading

[FR]: Style settings for background color and heading level

Would it be possible to add the headings' background color to the Style plugin settings?
Right now it's using --titlebar-background, but I would prefer to revert it to --background-primary

Another setting I'd like to have is the possibility to hide the heading levels, or change their style. Out of the box, the conflict with my line numbers.

I created the following css snippet to do both these things, but a built-in option would be even better!

.obsidian-sticky-heading {
    background-color: var(--background-primary); !important
}

.obsidian-sticky-heading::before {
    content: ""; !important
}

Thanks!

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.