I am using Logseq alongside Obsidian. My workflow is to use Logseq as my daily journal, idea capture and fleeting notes and Obsidian for processing, distillation and crystallization.
Everything has been working nearly perfectly and this combo is a dream come true.
The only thing that is in the way at this point is that I must change my Obsidian folder structure to match Logseq and thus I lose control over how I name and structure my folders.
It would be awesome if there was a setting in Logseq that enables you to change the filepaths for features such as ājournalsā and āpagesā
For example, in obsidian you can change the daily notes path in a setting like this:
I also use the two programs together, and I am certainly in favor of anything that makes the setup smoother. But I donāt quite understand the above. Canāt you just put your whole Obsidian folder structure inside of āpagesā? And whatās the problem with having journal pages inside of ājournalsā?
;; Tell logseq to use a specific folder in the repo as a default location for notes
;; if not specified, notes are stored in `pages` directory
:pages-directory "your-directory"
;; Tell logseq to use a specific folder in the repo as a default location for journals
;; if not specified, journals are stored in `journals` directory
:journals-directory "your-directory"
I would like to extend this request. Can assets folder allow custom directories for each resource. For example some config like: /assets/$root-page/$date/$ext so if I drop a pdf in the page toread.someday.md , itās copied to folder /assets/toread/2021-08-01/pdf/. Having a flat estructure of assets is no fun when you have a lot of them.
Notice that you can select namespace pages to become folders. For example: root-page, subpage1, subpage2, ā¦
This is for grouping assets by namespace.
I placed the logseq graph folder inside of my āMetaā folder in my obsidian vault.
The workaround, is that i used the following to set my journals directory:
:journals-directory āā¦/Tempo/Daysā
So, this tells logseq to go up to the parent folder (outside of the logseq graph folder) and then drill down to my daily notes folder in obsidian.
This does successfully tell logseq to write new journals to this folder that exists outside of the logseq dir, but the problem is that it canāt read files from thereā¦
If logseq could both read and write files that are outside of the root logseq directory, then that would mostly solve my problem.
Essentially what im trying to accomplish is to have the logseq graph folder in a subfolder of my Obsidian vault, but to have logseq and Obs share the same journals/dailys folder, which exists outside of the logseq root dir.
For example, my obsidian root is something like:
/Meta/Logseq (where my logseq graph is located)
/Tempo/Days (where my daily notes in obs are, and where i want logseq to read/write journals)
Not sure if enabling this functionality would be challenging.
LIke i said before, logseq can successfuly write to this directory, but it canāt read and indexā¦
As a temporary solution, i opted to simply embed my logseq daily notes into my obsidian daily notes, using the following:
![[0 Meta/0.7 Logseq/journals/{{title}}]]
I have both my Logseq and Obs daily note titles set to YYYY-MM-DD, so any daily note in Obsidian that contains that snippet will embed the corresponding logseq daily note.
While this is a workaround, im actually liking the approach, as it keeps logseq as a clean and simple sandbox, while also integrating with obsidianā¦ so this way, my logseq daily notes show in obsidian, but my obsidian daily notes dont show in logseq.
I know how untouchable might be an Obsidian folder structureā¦ butā¦
What about removing as much folder structure as possible within your vault and defining the Journals Logseq folder as the main one in Obisidan for that too?
Ultimately, which tool do you use for the Journaling? Logseq or Obsidian? Both?
I started with Obsidian Journaling. It works fine for me, but Iāve been considering switching onto Logseq since it seems more time oriented.
In my case, Iām more concerned about Reference and Evergreen notes template structure and how to link the atomic block references from Logseq into them.
Iām an Obsidian user. I just tried Logseq, I find it great (before Obsidian I used Workflowy for quite some time).
I was trying to integrate Logseq in my Obsidian vault using the tips found in this thread, but unfortunately it doesnāt work on iOS because Logseq wonāt open a graph thatās in the Obsidian folder.