Closed Samk19 closed 4 weeks ago
There should be a setting item with enable auto compact mode
.
Hey, Yes i have it enabled already the problem is it doesn't reduce the note if text is between ''' (i.e., "</>code").
Example: ''' Abc Qbv Usbsh Hdhdh
'''
Added screenshot for Reference below
Describe the bug
Hi, I have just installed Memos docker compose and after creating and saving note the note on the home tab of the memos app doesnt minimize. There is no minimize option in setting or any option to do so manually
As you can see with a multiple notes that have large number of lines this is causing issue with management
Steps to reproduce
Kindly let me know hoe i can mininize my notes atleast on Home tab of memos for a cleaner look. If this feature is not present kindly add this to feature request.
For feature request (if not already preset):
Thankyou
The version of Memos you're using.
Version: v0.22.6
Screenshots or additional context
Compose in use example:
version: "3.0" services: memos: image: neosmemo/memos:stable restart: always depends_on:
MEMOS_DSN=user=memos password=secret dbname=memosdb host=db sslmode=disable
db: image: postgres:16.1 restart: unless-stopped volumes: