b-camphart / timeline-view

Obsidian plugin for viewing your notes linearly based on a given property
GNU General Public License v3.0
23 stars 0 forks source link

Properties from YAML are not displayed in the list #9

Closed Fertion closed 2 months ago

Fertion commented 10 months ago

Only the basic properties "created" and "modified" are displayed in the list. The other properties are not in the list.

image

AlexKoenig1 commented 10 months ago

I have the same issue :(

b-camphart commented 10 months ago

These are properties you already have in your vault? Or are they new properties you've defined after opening the plugin? Also, what version of obsidian are you using? All this info will help me figure out where the issue is 🙂

Fertion commented 10 months ago

These are properties you already have in your vault? Or are they new properties you've defined after opening the plugin? Also, what version of obsidian are you using? All this info will help me figure out where the issue is 🙂

Most of the properties have been in my files for a long time. Some of them were created after installing the plugin for testing. Restarting does not help in any way.

The obsidian version is 1.4.16, same as the installer version.

If it matters, I have a pretty big vault, 6380 notes.

jreus commented 6 months ago

I've been getting this error in the dev console associated with timeline view. Could this have something to do with the issue of not being able to filter by custom yaml properties?

plugin:timeline-view:106 
Uncaught (in promise) Error: ENOENT: no such file or directory, open '/home/xxx/obsidianvault//.obsidian/types.json'
b-camphart commented 6 months ago

I think these are two separate issues. Most properties aren't visible to the plugin unless they've been explicitly defined - I'll have to see if there's a way to ask obsidian for properties that haven't.

@jreus what OS are you on? My guess is that the way the plugin is checking for explicitly defined types doesn't quite work on your machine properly, which I'm pretty sure I can fix quickly and easily.

b-camphart commented 2 months ago

@Fertion @jreus @AlexKoenig1 can you update to 1.1.1 and let me know if it fixes the issue?

Fertion commented 2 months ago

image It won't install for some reason other plugins are installing correctly

b-camphart commented 2 months ago

Try it now :) I did something dumb with my version naming. Should be able to install now.

Fertion commented 2 months ago

the tags are now showing up