Giter Club home page Giter Club logo

obsidian-golden-book's People

Contributors

kinmury avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

obsidian-golden-book's Issues

[Feature Request ?] Headers

I don't like the H1, H2, etc instead of #, ##, etc. Furthermore, with the H1 format the plug-in Number Headings does not work.

Double images

I have 2 plug-ins: CodeMirror Options and Ozan's Image in Editor. If I have the option to render images in Edit mode in both plug-ins, I get each image shown 2x in Golden Book, whereas in e.g. ITS the same settings enabled simultaneously only renders the image once.

In fact, I was not aware this occurred until I started using both plug-ins in GB.

Please note: it makes more sense to have that specific setting disabled in one of the plug-ins. I am reporting the issue of 2 images in Golden Book in case there is something technically not quite right in GB. As far as I am concerned you don't have to fix it. ๐Ÿ˜€

IMPORTANT: too much specificity

You theme is full of !important and much too specificities. Don't ask me for details about the latter, I was told by someone who knows way more about CSS than I do.

What I can tell you is that I ran a couple of times into an issue whereby, while customizing, certain CSS code that works in other themes does not work in yours, and it had to be made more specific.

Example: I wanted to changed the size of the headers in Edit. Normally this works:

.cm-header-1 {
font-size: 28px;
}

Not in your theme.
This is what I had to do:

.cm-s-obsidian .cm-header-1.cm-header-1 {
    font-size: 28px !important;
}

Notice the 1st line is way more specific, and I had to add an !important, even though that is normally superfluous.

Embedded video

I have the CodeMirror Options plug-in, and in Edit mode it renders the video correctly.

image

But in Preview it does not:

image

Placing of My Snippets plug-in window

I am using the plug-in My Snippets, which places a small icon in the status bar. When you click on it there is a window (or pop-up) that opens in the bottom right hand corner.

To be able to keep the status bar invisible and still use the plug-in, I have assigned a hotkey (โŒƒ โŒฅ M) to open the plug-in. But when I use the hotkey the little window is opened in the top left corner. Huh?

[Feature Request] Allow changing fonts

I used a snippet to change the fonts in the note text, I would also like to change the text of blockquotes, and of inline code (e.g. Admonitions, Mermaid, etc.)

Is it possible to make an optional setting for this in the Style Settings?

Apollo

I am on a Mac. I have disabled the 2 Apollo settings, but it is still there in the top left corner behind the 3 traffic lights.

Outline panel height

The height of the Outline panel is just a bit too high compared with the height of the note to its right.

image

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.