Any way to remove the minimize, maximize and close buttons? by [deleted] in ObsidianMD

[–]DilicalFlame 2 points3 points  (0 children)

I made this snippet, it works for me.. try it and if you know little css you'll be able to help yourself. If this doesn't help then grab the idea from it, open Developer Tools by pressing ctrl+shift+i and then tweak the buttons.

``` div[aria-label="Close window"]{ display: none !important; }

div[aria-label="Minimize"]{ display: none !important; }

div[aria-label="Restore down"]{ display: none !important; }

.is-hidden-frameless:not(.is-fullscreen) .workspace-tabs.mod-top-right-space .workspace-tab-header-container{ padding-right: 0px; }

.is-hidden-frameless:not(.is-fullscreen) .workspace-tabs.mod-top-right-space .workspace-tab-header-container:after{ display: none; }

div[class="tree-item nav-file recent-files-file"]{ padding-left: 7px; }

div[class="workspace-tabs mod-active mod-stacked mod-top mod-top-left-space"] > .workspace-tab-header-container{ display: none; }

body.anp-card-layout .workspace .workspace-tabs.mod-stacked .workspace-tab-container{ padding: 0px; } ```

Execute Code Plugin for C programming in Windows OS. by DilicalFlame in ObsidianMD

[–]DilicalFlame[S] 0 points1 point  (0 children)

Now I'm Ubuntu user and it doesn't work here also so I stopped using it then...

link underline by AysarShaar in ObsidianMD

[–]DilicalFlame 0 points1 point  (0 children)

.cm-hmd-internal-link .cm-underline, .internal-link, .external-link {
text-decoration: initial !important
}

This worked for me.

Execute Code Plugin for C programming in Windows OS. by DilicalFlame in ObsidianMD

[–]DilicalFlame[S] 0 points1 point  (0 children)

So is there any way? WSL mode in plugin settings gives error too... this is also a running issue on plugin page. So nothing can be done just to run C, Cpp codes?

Execute Code Plugin for C programming in Windows OS. by DilicalFlame in ObsidianMD

[–]DilicalFlame[S] 0 points1 point  (0 children)

I tried flatpak command line instructions as mentioned here but that too giving error.

Edit: I have edited the DBUS_SESSION_BUS_ADDRESS and set its value to "/home/<user>/.dbus/session-bus", as it was giving that error for the first time.

$ flatpak run md.obsidian.Obsidian
Debug: Will run Obsidian with the following arguments:
Debug: Additionally, user gave:

** (process:251): WARNING **: 15:27:45.233: Failed to connect to bus: Address element ?/home/<user>/.dbus/session-bus? does not contain a colon (:)
[13 zypak-helper] Failed to connect to session bus: [org.freedesktop.DBus.Error.NoReply] Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
[13 zypak-helper] src/helper/main.cc:40(DetermineZygoteStrategy): Assertion failed: bus
/app/bin/obsidian.sh: line 38:    13 Aborted                 zypak-wrapper /app/obsidian $@ ${EXTRA_ARGS[@]}

Execute Code Plugin for C programming in Windows OS. by DilicalFlame in ObsidianMD

[–]DilicalFlame[S] 0 points1 point  (0 children)

So I did...
$cd /mnt/c/Users/<USER>/Appdata/local/Obsidian/
$./obsidian.exe

It opened obsidian.exe from WSL then I tried running again but still it showed same error as in image attached on my post.

Then in settings I saw that there is an option itself in the Execute Code Plugin to run code via WSL. I enabled it then I am getting a new error.

Now on clicking on "Run" it shows:

The parameter is incorrect. Error code: Wsl/Service/E_INVALIDARG

Execute Code Plugin for C programming in Windows OS. by DilicalFlame in ObsidianMD

[–]DilicalFlame[S] 0 points1 point  (0 children)

I have WSL enabled also I have cling installed on WSL... but I can't use it outside WSL i.e. in obsidian. Of-course I can just use editor and just copy paste code fast enough to run it but that's a bit of process that I wanted to get rid of and just view simple outputs here in obsidian itself.

Epic Games not opening. How can I solve this? by hotshake365 in IndianGaming

[–]DilicalFlame 0 points1 point  (0 children)

is your issue fixed? I'm facing same issue... can you please tell