obsidianmd

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

ilbradipo, in ObsidianMD on Lemmy!

Thanks a lot. Now I can delete my Reddit account

curtismchale, in What are the keyboard shortcuts you use the most?
@curtismchale@lemmy.ca avatar

CTRL - P to get to all the available commands in Obsidian.

Michelle, in What are the keyboard shortcuts you use the most?

I’d recommend going into settings/options and having a look at the “Hotkeys” tab. There’s a lot of things that aren’t currently set, or default hotkeys that might be useful to you, like:

  • Toggle pin - (not set by default) I set this to ctrl + shift + p which pins the current tab so it can’t be replaced with another tab
  • Close current tab - By default it’s set to ctrl + w
  • Command palette - opens the command palette. By default it’s set to ctrl + p. The command palette is amazing because it shows you everything in the “Hotkeys” tab. So you don’t even need a hotkey set to use something. Like you can open the command palette and search for “release notes” and it will show you the current release notes. If you have the emoji plugin installed, you can open the command palette and search for “emoji” and it will open the emoji toolbar.
  • Quick switcher - search by note title. By default it’s set to ctrl + o. But I have the Omnisearch plugin installed so I set this hotkey to that instead.

The plugin QuickAdd is really useful here as well, you can create your own hotkeys. I made one so when I press ctrl + n it creates a new note in a specific folder with today’s date and time as the file name, so I can quickly write something down.

surrendertogravity, in How to use Dataview for notes that contain multiple values for a single field?
@surrendertogravity@wayfarershaven.eu avatar

Just mentioning to cover all the bases: you’ll want to make sure you’re using the correct multi-value YAML syntax in your front-matter when you include multiple authors (eg. single line or multi line array). I like using the Linter plugin to help me out with this.

<pre style="background-color:#ffffff;">
<span style="color:#323232;"># single-line array
</span><span style="color:#323232;">author: [Sam Jones, Mary Apple]
</span><span style="color:#323232;">
</span><span style="color:#323232;"># multi-line array
</span><span style="color:#323232;">author:
</span><span style="color:#323232;">- Sam Jones
</span><span style="color:#323232;">- Mary Apple
</span>

Once you have something like the above, using flatten should enable returning results for either author; with one test file in my vault, this worked for me:

<pre style="background-color:#ffffff;">
<span style="color:#323232;">TABLE WITHOUT ID
</span><span style="color:#323232;">link(</span><span style="color:#0086b3;">file</span><span style="color:#323232;">.</span><span style="color:#0086b3;">link</span><span style="color:#323232;">, title) </span><span style="font-weight:bold;color:#a71d5d;">as </span><span style="color:#183691;">"Title"</span><span style="color:#323232;">, author </span><span style="font-weight:bold;color:#a71d5d;">FROM </span><span style="font-style:italic;color:#969896;">#books FLATTEN author WHERE author = "Sam Jones"
</span>
Windexhammer,

I used this for my recipe notes:


<span style="color:#323232;">ingredients:
</span><span style="color:#323232;">- name     : Carrots
</span><span style="color:#323232;">  quantity : 2
</span><span style="color:#323232;">  units    : ""
</span><span style="color:#323232;">  format   : grated
</span><span style="color:#323232;">- name     : Curry Powder
</span><span style="color:#323232;">  quantity : 1
</span><span style="color:#323232;">  units    : tbsp
</span><span style="color:#323232;">- name     : Onion
</span><span style="color:#323232;">  quantity : 1
</span><span style="color:#323232;">  format   : sliced
</span>

And then use FLATTEN ingredients to create a nicely formatted table of ingredients.

surrendertogravity, in Copy transcluded page in current page possible?
@surrendertogravity@wayfarershaven.eu avatar

I found this note combination feature request but it doesn’t look like any plugin or native solution exists? From reading the thread, possibly you could make your document with all the transclusions then export as markdown which should then pull the transcluded content in. There’s also this short thread but it seemed focused on pulling entire notes in; not sure if that’s what you want or not.

Edit: and this is why I shouldn’t research things on my phone! Obsidian doesn’t have a native markdown exporter, just to PDF… there’s “Obsidian Enhancing Export” plugin, and “Obsidian Markdown Export” plugin. and a paid plugin.

gregw,

Thank you for your detailed answer. Obsidian Markdown Export makes most of what I need: it created a new note, and transcluded page are copied. So with minimal editing I get what I need. I can merge all the notes of one month in one doc, tidy-up and done. Good opportunity to review note at the same time.

klimpner, in Your favourite themes

I really like Atom. It has recently been updated to work with current obsidian versions and now works beautifully with canvas boards too.

dethb0y, in Should I be weary of relying on the full calendar plugin?

I use it and find it’s perfect for my use, and is very fast to add/remove/shift tasks around in. Since it just uses markdown files in a folder i can even use external programs to modify them or use the file itself to hold additional notes etc.

that said YMMV and i’d recommend giving it a test run for a day or so to see how it handles for you

phil200, in What do you use Obsidian for?

I mainly use it to record my notes and processes on photography, post processing photos and bread making. It also gets used for Linux, Ubuntu and vim tricks and tips that I find useful.

Whilst you can search Google for information, I would rather search Google once, find a good link then make my own notes that I can refer back to quicker than using Google again. I can also combine many Google links into one document as each link may have better points than the other.

Overall it’s to make my life more efficient by not having to remember everything and also “writing is learning”.

infomofo, in What are the keyboard shortcuts you use the most?

I’m on a mac so it’s cmd but mostly the same

cmd-t - new tab cmd-up/down - move backwards or forwards in journal diary days cmd-p - command-browser (if i don’t know any shortcuts i use this)

curtismchale, in What are your thoughts about Obsidian not being Open Source?
@curtismchale@lemmy.ca avatar

Given the open format of Obsidian I’m not really that concerned about the fact that it’s not open source. It’s just markdown files I can do whatever I want with in the future.

dethb0y, in What do you use Obsidian for?

All sorts of things:

  1. I use it for 3 general information displays (site updates, RSS feed updates that meet certain keyword criteria, and a weather dispaly) that i feed from terminal apps (the terminal apps print to text files, which Obsidian then displays)
  2. I use it as a calendar/task manager that tells me everything from what i’m doing tomorrow to what i need to check in six months
  3. I use it to organize world building stuff - everything from one-off ideas, to idea lists, to huge files full of names, places, etc even pictures.
  4. I use it to organize true crime research stuff - both current and past cases, and larger cultural trends like the Satanic Panic.

Tags + folders make it very easy to keep stuff organized, which i like, and since i can just zip up a folder and send it to someone, it’s very portable if it needs to be.

dakerDraws, in How do you use MOCs to organize your vault?
@dakerDraws@pawb.social avatar

I think of MOCs as “topics” that naturally arrise through my notes. Let’s say I had notes for Kayaking, Snowboarding, Rooftop Parkour, Sky Diving, Hiking, and Rock Climbing all written months apart. I may later realize I should create a MOC called “Physical Activities” that captures all of them.

I try to utilize folders sparingly, but it’s a tough habit to break. The problem with folders is that they’re hierchal. I don’t want an “Physical Activities” folder, because that limits things. Perhaps I’ll have another MOC called “Fear of Heights” that also has Rooftop Parkour and Skydiving. It’s about creating maximum discoverability.

Tags I use to group things so I can find them with Dataview. For example, if I create a literature note, I’ll tag it “Source” and have a sub tag for type, like “Source/Newspaper”. As with MOCs, multiple tags can be used which helps with not seeing notes as a folder hierarchy.

codq, in What are the keyboard shortcuts you use the most?

I started using the Zen community plugin for immersive writing, which I’ve mapped to Cmd-Shift-Z.

dethb0y, in What are the keyboard shortcuts you use the most?

I feel i’m an outlier in that i intentionally do not use keyboard shortcuts and focus on mouse usage instead

DmMacniel, in What do you use Obsidian for?
@DmMacniel@feddit.de avatar

I use it as a Roleplaying GM to keep my notes and my prep work

But also recently to build up a world for potential short stories.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • uselessserver093
  • Food
  • aaaaaaacccccccce
  • [email protected]
  • test
  • CafeMeta
  • testmag
  • MUD
  • RhythmGameZone
  • RSS
  • dabs
  • Socialism
  • KbinCafe
  • TheResearchGuardian
  • Ask_kbincafe
  • oklahoma
  • feritale
  • SuperSentai
  • KamenRider
  • All magazines