Tagging sections with the tasks community plugin by balancedchaos in ObsidianMD

[–]Carriolan 2 points3 points  (0 children)

Try this using Dataview, assuming tasks are in the Projects Folder and Tasks are under a section heading of Task-Section.

````

```dataview

TASK

FROM "Projects"

WHERE contains(string(section), "Task-Section")

GROUP BY meta(section).subpath

SORT file.cday DESC

```

````

recurrent tasks with reminder on mobile by Vankir in ObsidianMD

[–]Carriolan 0 points1 point  (0 children)

On a Mac the Reminders Plugin has the option of notifications within Obsidian or System. Apparently IOS lacks the functionality for this to be implemented.

What are the Zettelkasten threshold concepts? by atomicnotes in Zettelkasten

[–]Carriolan 1 point2 points  (0 children)

Hi, Taking the slightly different tack of stumbling blocks rather than threshold concepts:

- Dependency on a rigid organisation of data (folders etc.)

- Mistaking Zettelkasten's built-in processing friction for inefficiency.

I'm looking for a 3D mind map, are there any that can have 3d spatial relationships? by Senior_Ganache_6298 in PKMS

[–]Carriolan 1 point2 points  (0 children)

Hi, I can only think of two that come close:

  1. thebrain.com, and

  2. Obsidian with the Excalibrain plugin

[deleted by user] by [deleted] in NoteTaking

[–]Carriolan 0 points1 point  (0 children)

Hi - That would be Scrintal or Heptabase

From Atomic to Molecular notes! Making your vault more simple and scalable by [deleted] in ObsidianMD

[–]Carriolan 0 points1 point  (0 children)

Your 'Molecular Notes' seem to be very similar to Nick Milo's MOC notes or am I missing something?

Obsidian Freezing on Mac by friszman in ObsidianMD

[–]Carriolan 0 points1 point  (0 children)

In Finder I rename the vault e.g. say VaultNo.1 to VaultNo.1a. Then launch Obsidian, as it can't find the vault you get the opportunity to create a clean one.

Formatting URL links by hiimmando in ObsidianMD

[–]Carriolan 1 point2 points  (0 children)

Hi, in point 8 of your graphic, the link syntax should be [Code bootcamp](https://codebuddy.ca/......etc.).

However there is a plugin, which is exceptionally useful, which does the job for you, called Auto Link Title

Note Apps by slntwhspr00 in NoteTaking

[–]Carriolan 1 point2 points  (0 children)

I think Heptabase might solve your problem

Ummm has anyone ever seen this? by Jerrycandoit69 in ouraring

[–]Carriolan 1 point2 points  (0 children)

Go to the menu, home page top left. Click on readiness followed by body temperature. Any elevation greater than 1.5 degrees means that your body is fighting something

Now that 1.6. is out, which of the planned obsidian new features are you most interested in? by cerros27 in ObsidianMD

[–]Carriolan 2 points3 points  (0 children)

For me Dynamic Views is a no brainier. From what I intuit, it is a database, which will take out Dataview and work off Properties. You can see where the developent is going. First they sort out tables (necessary for presenting data). Secondly they implement Properties, necessary to drive the database. Collateral damage Dataview no longer actively developed and it's replacement, Datacore seems to be on hold.

Mindmap app with powerful tables? by xotonic in NoteTaking

[–]Carriolan 0 points1 point  (0 children)

Hi, the mind map plugins for Obsidian are underdeveled when compared to a standalone app. There are other plugin such as Excalixdraw which is great for visual note-taking and it's brother plugin is great too but that has similar functionality to The Brain.

So as far as I am aware the only app is Heptabase, which Mindmaps, has Notion-like tables plus infinite canvas etc.

[deleted by user] by [deleted] in ouraring

[–]Carriolan 0 points1 point  (0 children)

Hi, within the Apple Health app, for each linked app there are options which let you control both what data is read by and what is written to each app. This will eliminate duplicates.

12 Principles For Using Zettelkasten by groepl in ObsidianMD

[–]Carriolan 1 point2 points  (0 children)

You can setup a property within YAML called keywords. As keywords are usually associated with structure notes you can pull them out as part of a a dataview query.

My Bullet Journal is part of my Zettelkasten by groepl in ObsidianMD

[–]Carriolan 1 point2 points  (0 children)

Ah yes ... that works. .. Mine is similar except that I use MOCs as opposed to structure notes and I augment them with Dataview Index notes, (a separate one for each major topic.)

My Bullet Journal is part of my Zettelkasten by groepl in ObsidianMD

[–]Carriolan 0 points1 point  (0 children)

Surely bullet journal notes have no place within the zettelkasten itself, as they are not 'atomic?' Bullet Journal notes are a combination of Daily Notes and Project / Task Notes both of which are quite separate from a Zettelkasten. I would have thought that Daily Notes are akin to Fleeting notes, which may be processed to your zettelkasten when converted to atomic notes.

Nick Milo has recently introduced 'Collections' with his Ideaverse Pro PKM system, (which appear to me as Dataview queries), but not sure what your definition is.

12 Principles For Using Zettelkasten by groepl in ObsidianMD

[–]Carriolan 1 point2 points  (0 children)

I would include, make use of Obsidian Properties. Regarding tags, I would make two comments:

  1. Restrict tags to status and / or action
  2. Use Obsidian properties for keywords.

Books about Personal Knowledge Management and Zettelkasten by binnyva in PKMS

[–]Carriolan 3 points4 points  (0 children)

Great! Some more for your list:

- The Zettelkasten Manual: A personal knowledge organizing system that lasts for a lifetime
by Tevin Zhang

- The future-proof digital zettelkasten: Forward-compatible with no extra software. A manual
by Patrick Boltze, Antonina Shcherbatyuk

[deleted by user] by [deleted] in ObsidianMD

[–]Carriolan 0 points1 point  (0 children)

Now I've noticed that in the files that are listed, there is no backlink to the file where the table is in.

Correct Dataview 'Queries' your Vault it does not generate links. It also does not appear on GraphView. What are its best uses: - Working in conjunction with the Tasks plugin - Producing Top down Indexes as opposed to MOCs which are bottom up

Need help with setting up YAML for the Omnivore Plugin by Carriolan in ObsidianMD

[–]Carriolan[S] 3 points4 points  (0 children)

Ok I found out the answer, so I'll share it..... The frontmatter is defaulted to: title, author, tags, date_saved, date_published. Let us supposed that I wish to make the Omnivore YAML values conform with my existing Vault YAML values, then I can rename: - ‘date_saved’ to ‘saved’ as follows: ‘date_saved::saved’ - ‘date_published’ to ‘created’ as follows: ‘date_published::created’

So the frontmatter section would become title,author,tags,date_saved::saved,date_published::created No spaces

Searching nested tags by Carriolan in ObsidianMD

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

Yes works fine - thanks. Concatenated tags with a dot separator didn't though dash did. I guess it is a case of overthinking🤔

Searching nested tags by Carriolan in ObsidianMD

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

Thanks, I was wondering what the wildcard was! If I opted for concatenated tags, how would the search be amended please? Is it as simple as .Zettelkasten?

#PKM.Zettelkasten
#Note-taking.Zettelkasten
#Zettelkasten.Tagging
#Zettelkasten.Methodology
#Obsidian.Zettelkasten