Code Monkey home page Code Monkey logo

cybertron's People

Contributors

alombi avatar bkyle avatar jharohit avatar kjharcombe avatar lithou avatar nickmilo avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cybertron's Issues

Mark tags / Highlightr doesn't work

I was really excited to use the plugin Highlightr but it doesn't work with the Cybertron theme; basically the plugin just creates the HTML mark tag, such as:

<mark style="background: #FFB8EBA6;"></mark>

However these don't show up in Obsidian. It just turns the text black without changing the background.

Hiding the links in editor mode not working

Hello Nick, very cool theme thank you.
I have a problem when using with a css snipet by death.au to hide the link in edit mode
The snipet looks like this and it works fine with any other theme.

div:not(.CodeMirror-activeline) > .CodeMirror-line .cm-string.cm-url:not(.cm-formatting) { font-size: 0; } div:not(.CodeMirror-activeline) > .CodeMirror-line .cm-string.cm-url:not(.cm-formatting)::after { content: '🔗'; font-size: 1rem; }

Here is an example of how it works. It does not hide the link when using Cybertron

Thank you!

Heading coloration complaint

I really enjoy this theme, and I love it that the different headings all show in different colors. With one exception. The ### heading is the same color as the default text. The others are all different. I find myself intentionally avoiding the ### heading because it makes my notes harder to read. Just some feedback.

Thanks Nick. Enjoyed your video series as well.

Vim cursor block disappears in mono space format

Vim cursor disappears while touching mono space in the editing mode after rendering.

  • This is an example of monospace
  • words surrounded by ``

My own guessing:

  • Other themes dont render bold, italic, or monospace in editing mode, so they are fine. Maybe .css or rendering stuff make the monospace stuff top most, so it overlaps and blocks the vim cursor.

Vertical title bar not working

I've been using this theme for a while, activated safe mode by mistake, and after that, title bar only shows on top, not on the side vertically, even if i uninstall and reinstall.

possible bug?

Hi,

I wonder if Cybertron can change such that it works with the following CSS? Currently text got chopped off in the upper part of preview/reading box.

.markdown-preview-view h6
{
position: relative;
left: -3%;
top: 26px;
line-height: 0px;
margin-top: -20px;
margin-right: 3px;
font-family: var(--font-family-preview);
font-weight: 500;
font-size: 10px;
font-weight: bold;
color: var(--text-faint) !important;
}

problem when I used this way:

![[Gen 2#16]]

Emojis oversized

Loving the theme @nickmilo , thanks for sharing it.

Is there a way to have emojis match the size of the text? They're appearing oversized when in preview mode.

Screen Shot 2021-12-18 at 16 53 35

Unable to use "card" view for notes

I used this theme a few months ago, and I liked that it had "card" views for the notes: they appear side-by-side. When I tried it today, it looks like this:

Screen Shot 2021-07-28 at 22 31 34

Instead of like this:
Screen Shot 2021-07-28 at 22 33 28

I can't find an option to change this. Anyone have ideas? I really dig the card view.

Settings modal no longer completely scrollable?

Ever since the recent update to the Cybertron theme, the left navigation items in the settings modal seems to be getting truncated at the bottom with no scrollbar.

Please see the below screenshot:
image

In comparison, the same settings modal with the Default theme in Obsidian looks like this:
image

Theme doesn’t allow paste the copied table on dataview to excel, It pasted plain text

Describe the bug
I copied a table from dataview’s table, then I pasted it to excel and it paste content as a plain text.
Things, Blue Topaz and Cybtron themes have same issue. If ı don't do the step 3 then I got the table, for this themes. But Default Obsidian theme still have the issue. However, when, in excel, I right clicked and select the paste special option, then select the unicode type, so problem gone.
Minimal Theme are allowing that. When ı pasted the content, excel got the table.

To Reproduce
Steps to reproduce the behavior:

  1. Copy Dataview table
  2. Open a Microsoft excel sheet.
  3. Select all cell and set cell type to text from general.
  4. Paste the copied table

Expected behavior
An excel table.

Settings screen cut off on mobile

On mobile, Cybertron cuts off the Settings page. Like its width isn't adaptive.

Attached examples from an Android device (2220 × 1080) in both portrait (no text shows) and landscape (some text showing). Even on an iPad the settings only display fully in landscape mode.

Portrait - Screenshot_20210712-192257
Landscape  - Screenshot_20210712-192309

Checklist box oversized

Screenshot 2024-01-22 at 10 10 47 AM

I've included a screenshot of the style of a checkbox. I find that it's oversized and distracting. If there's a list of multiple checkboxes, they are practically touching. Thanks for creating this theme, I overall really like the style.
Screenshot 2024-01-22 at 10 12 23 AM

paragraph spacing

hi!! I love this theme a lot, but can't figure out for the life of me how to add paragraph spacing. i'm trying to add the following css snippet to obsidian but can't seem to make it work

.CodeMirror pre.CodeMirror-line {
padding-bottom: 15px;
}

.cm-s-obsidian pre.HyperMD-list-line {
padding-bottom: 0px !important;
}

.cm-s-obsidian pre.HyperMD-header{
padding-bottom: 0px !important;
}

would you know how I can add it?

Hardly readable gantt elements

Within a gantt chart text inside the yellow "bubbles" is hardly readable.
Is there a way to fix this or change the color inside the .css? I couldn't find the variable changing that font color.

mermaid gantt example using cybertron

Paragraph formatting in editor

It's not possible to add paragraphs to plain text.

I've tried to add the following class, but it's doesn't work:
.markdown-preview-view br { content: ''; display: block; margin-top: 10px; }

Could you please add this feature to your project or suggest me how I can add it?

iPadOS Settings doesn't adjust size in Split View

Hopefully this proves to be useful!

Steps to reproduce

  1. Open Obsidian with another app in Split View
  2. Open the Obsidian settings menu
    (See screenshot)

Expected result

  • The ability to view settings menu in split view without the menu being cut off.

Actual result

  • Obsidian in split view without obscuring settings menu.

Environment

  • Operating system: iPadOS 14.6
  • Obsidian version: 1.0.3

Additional information

IMG_DBC26BEAAF5E-1

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.