question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature Request: Map File/Multifile link list items to some field from returned pages

See original GitHub issue

First, this plugin is super handy, and already one that I use every day!

I have a multifile link field that gives me a list of folder notes, based on a tag #area. So I have:

dv.pages("#area")

Which returns a list like…

20 Personal
21 Automobile
22 etc..." 

It would be great if we could access the page object and map it, like we’re rendering with the dataviewjs dv.table...map() or dv.list...map(). In my case, this would allow me to render the list using the aliases, so my dropdown list looks more like this:

🗃.Personal
🗃.Personal.Automobile
🗃.Personal.etc.

Nitpicky use case, I know, but I imagine others might find use in being able to render the list with something other than the filename.

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
mdelobellecommented, Oct 10, 2022

Do you have a donation button

Not at the moment 😇, I do this purely for fun 😃 (and also for my personal needs)

the autocomplete doesn’t seem to work with the chosen alias

This is now available in 0.2.10

1reaction
mdelobellecommented, Oct 4, 2022

something like that ?

image image image
Read more comments on GitHub >

github_iconTop Results From Across the Web

Allow any RSS field to be map to any custom field
Feature Request : Allow any RSS field to be map to any custom field ... For example, an RSS feed may have a...
Read more >
Define attribute lists and ranges—ArcGIS Online Help
Create a list of values ; On the hosted feature layer's item page, click the Data tab to open the attribute table. ;...
Read more >
Solved: Extract field of featurelayer as object - Esri Community
Solved: Hello Everyone, How do we extract all fields of featurelayer as an object? I tried this but didn't worked: var fieldslist ...
Read more >
Field Links: Map Data To Your Salesforce Objects - YouTube
This video teaches you how Youreka's field links can allow you to map information to Salesforce objects.Need 100% Salesforce-native mobile ...
Read more >
How to get a list of specific fields values from objects stored in ...
map (urEntity -> urEntity.getField1()).collect(Collectors.toList());. You can print all the items also using java 8 :) field1List.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found