More readable description:
Keep the format of your text in the Mark by preserving line break
BlogMarks - Keep Text Formating v.1 by decembre

Details
Authordecembre
LicenseNo License
Categorytag, social, sharing, open source, french
Created
Updated
Code size494 B
Code checksumbac17f26
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
👁️ Info about BlogMarks.net:
"It is a french collaborative link management project based on sharing and key-word tagging.
Build on a blog basis, BlogMarks is an open and free technology.
Now, you can access your favorite URL's from any computer."
💡 To add a new Mark
A - You can use their official Bookmarklet:
B - Use my new (2025) userscript based on it:
"This userscript Help you to Add a new Mark to BlogMarks.net:
Selecting a piece of text and click the BlogMarks's icon which appear after your selection"
Source code
/* ==UserStyle==
@name BlogMarks - Keep Text Formating v.1
@namespace blogmarks.net
@author decembre
@description More readable description: Keep the format of your text in the Mark by preserving line break
@version 0.1.0
@license NONE
==/UserStyle== */
@-moz-document domain("blogmarks.net") {
/* ==== BlogMarks - Keep Text Formating v.1 ==== */
.mark .description {
margin: 5px 0;
white-space: pre-wrap !important;
}
/* ==== END === */
}