Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix syncing into multiple pages #3

Open
hnykda opened this issue Jan 2, 2025 · 5 comments
Open

Fix syncing into multiple pages #3

hnykda opened this issue Jan 2, 2025 · 5 comments

Comments

@hnykda
Copy link
Owner

hnykda commented Jan 2, 2025

Syncing into multiple pages is not working as reported by @GuentherE here

@hnykda hnykda closed this as completed Jan 3, 2025
@hnykda
Copy link
Owner Author

hnykda commented Jan 3, 2025

I removed that functionality alltogether for now to keep it minimal and easy to develop/debug/contribute. We can implement that if requested.

@GuentherE
Copy link

Unfortunately that the main feature I use.

My workflow similar to that with omnivore is following:

  • save a link in wallabag
  • when reviewing later I tag the link and if it is worthwhile to have it in Logseq it gets an additional tag "sync_to_logseq"
  • in Logseq I have multiple pages and advanced activited
  • then all links tagged with "sync_logseq" will be fetched to my journal according to the date I have saved the link in wallabag

I would be great if this feature will be implemented.

I would like to support by myself, but I have no glue how to program in typescript ...

@hnykda
Copy link
Owner Author

hnykda commented Jan 3, 2025

Cool, reopening then, maybe someone can pick it up. Thanks for sharing this use case.

in Logseq I have multiple pages and advanced activited

Does that mean that the each article gets its own page? And apart from the highlights/content, they have a tag sync_logseq and date of saving it in there?

@GuentherE
Copy link

GuentherE commented Jan 3, 2025

Thanks for re-opening it.

In Logseq it looks like that (with omnivore I used the tag "Sync Omnivore with Logseq", not sync_logseq):

Bildschirmfoto_2025-01-03_19-36-36

Yes, they are saved to a journal page, e. g. for this example it is 2024_09_06.md in the Journals folder. The file has this content:

### 🔖 Articles
	- [Waldsauerklee (Oxalis acetosella) - Finden, Sammeln, Essen](https://omnivore.app/me/waldsauerklee-oxalis-acetosella-finden-sammeln-essen-191c620cd55)
	  site:: [Survival Kompass](https://survival-kompass.de/waldsauerklee/)
	  author:: unknown
	  labels:: [[Wissensmanagement]] [[Sync Omnivore with Logseq]] [[Survival]] [[Bushcraft]] [[Kochen]] [[Essen]] [[Rezept]] [[Outdoor]] [[Ausflüge]]
	  date-saved:: [[20240906]]
	  date-published:: [[20240906]]
		- ### Highlights
			- > Entdecke den Waldsauerklee (Oxalis acetosella) – eine heimische Staude, die im tiefen Schatten wächst. Erfahre mehr über Standort und seine essbaren Blätter.  [⤴️](https://omnivore.app/me/waldsauerklee-oxalis-acetosella-finden-sammeln-essen-191c620cd55#aed87314-3841-4286-ad95-e2e53d743fa8)

These were the settings for the omnivore plugin:

Bildschirmfoto_2025-01-03_19-46-20

Bildschirmfoto_2025-01-03_19-46-47

@hnykda
Copy link
Owner Author

hnykda commented Jan 3, 2025

Yeah, all of that is clearly possible, as wallabag API does have filtering per tags and also returns them.

@hnykda hnykda reopened this Jan 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants