My outline suddenly got crazy today. It shows just some Headings and skips many Headings.
Don’t know what to do. Please help.
I’m using the latest obsidian version on windows 11.
This is my file:
export.md (1.3 KB)
Please help me!
My outline suddenly got crazy today. It shows just some Headings and skips many Headings.
Don’t know what to do. Please help.
I’m using the latest obsidian version on windows 11.
This is my file:
export.md (1.3 KB)
Please help me!
Try removing all the %%%%
s under the headings. That looks a bit better.
...
## branch 2-1
%% ###, uuid="{a82d4af2-9f49-496e-b5d9-4027d5e5b157}" %%
### Branch 3
%% ####, uuid="{f0fc91e7-8555-4ee2-9641-b46c7a03b909}" %%
#### Branch 4
%% #####, uuid="{019e5970-69a2-499d-b67a-43638d7b5e47}" %%
##### Branch 5
%% ######, uuid="{a270cdf1-c109-4a46-94ff-09ff6840e9e8}" %%
...
Thanks, you are right, I was just thinking about this. Ok, so I need to add some other notion for separators/comments/metadata. Classic comments
<!-- Comment -->
works fine.
Thanks again for your time!
I think the %% something %%
syntax is fine as all your uuid lines are okay. It was the" %%%%
" four in a row with nothing in-between that was messing up the editor. Using a filler character in there until you decide to go back and make a actual comment seems to work fine.
...
## branch 2-1
%% a %%
%% ###, uuid="{a82d4af2-9f49-496e-b5d9-4027d5e5b157}" %%
### Branch 3
%% a %%
%% ####, uuid="{f0fc91e7-8555-4ee2-9641-b46c7a03b909}" %%
...
Yes, that was a problem. %%%% was used as a separator, so not a big deal, I can use any separator.
I already changed my separators to
<!-- SEPARATOR -->
syntax and obsidian is working like a charm. Thanks again!
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.