Search
1000 results for “markd”
-
New post: The Markdown Link no. 11
Among today’s links are static site generators Dodeca and Makko, #markdowneditors MacDown, Nota, Heptabase, TablaCognita and Markjason, plus ebook creator Pinery
https://md-handbook.com/blog/markdown-link-no-11/
#markdown #e-books #MacDown #Pinery #Nota #Heptabase #TablaCognita #Markjason #Dodeca #Makko
-
New post: The Markdown Link no. 11
Among today’s links are static site generators Dodeca and Makko, #markdowneditors MacDown, Nota, Heptabase, TablaCognita and Markjason, plus ebook creator Pinery
https://md-handbook.com/blog/markdown-link-no-11/
#markdown #e-books #MacDown #Pinery #Nota #Heptabase #TablaCognita #Markjason #Dodeca #Makko
-
New post: The Markdown Link no. 11
Among today’s links are static site generators Dodeca and Makko, #markdowneditors MacDown, Nota, Heptabase, TablaCognita and Markjason, plus ebook creator Pinery
https://md-handbook.com/blog/markdown-link-no-11/
#markdown #e-books #MacDown #Pinery #Nota #Heptabase #TablaCognita #Markjason #Dodeca #Makko
-
New post: The Markdown Link no. 11
Among today’s links are static site generators Dodeca and Makko, #markdowneditors MacDown, Nota, Heptabase, TablaCognita and Markjason, plus ebook creator Pinery
https://md-handbook.com/blog/markdown-link-no-11/
#markdown #e-books #MacDown #Pinery #Nota #Heptabase #TablaCognita #Markjason #Dodeca #Makko
-
Is there a complete documentation of all configuration variables? In the config yaml example I didn't find the nav_links variable.
It's in the example - but I've added it today, the timing was perfect because I also needed it to migrate my personal website.
A full reference of the configuration parameters is on the README too.
if I want to link to a specific blog's article?
If you link to a blog article from another blog article a Webmention will be automatically sent out, so you can see the comment under the original page.
If you or anyone replies to a post from Mastodon and
enable_activitypubis true then the reply will also be rendered automatically under the original page.If you instead you mean "adding a link to another article in the nav bar", that should be possible always with
nav_links:nav_links: - name: Some Important Post url: /article/some-important-post icon: https://madblog.plusbrothers.net/img/myicon.pngIf I want to place the guestbook page into the nav bar, should I link the whole http URL or just /guestbook?
Both should work. But you don't need to explicitly add the guestbook to the nav bar - it's automatically added if either Webmentions or ActivityPub are enabled and
enable_guestbookis not set to false.Then - on WriteFreely, if I publish a post and pin it, it goes to header's links.
Proper support for pinned collections hasn't yet been implemented (it requires implementing ActivityPub collections on Pubby too).
The workaround for now is simply to add links to
nav_links.But every markdown post I upload on madblog, gets into the Rss I think, like normal posts, even if it's not a post but a "static" page
Everything #markdown file you put under
markdownon #madblog is also included in the RSS feed - unless you setdefault_visibilityto non-public in the configuration or set e.g.[//]: # (visibility: unlisted)(orfollowers,directordraft) in the Markdown headers. -
Is there a complete documentation of all configuration variables? In the config yaml example I didn't find the nav_links variable.
It's in the example - but I've added it today, the timing was perfect because I also needed it to migrate my personal website.
A full reference of the configuration parameters is on the README too.
if I want to link to a specific blog's article?
If you link to a blog article from another blog article a Webmention will be automatically sent out, so you can see the comment under the original page.
If you or anyone replies to a post from Mastodon and
enable_activitypubis true then the reply will also be rendered automatically under the original page.If you instead you mean "adding a link to another article in the nav bar", that should be possible always with
nav_links:nav_links: - name: Some Important Post url: /article/some-important-post icon: https://madblog.plusbrothers.net/img/myicon.pngIf I want to place the guestbook page into the nav bar, should I link the whole http URL or just /guestbook?
Both should work. But you don't need to explicitly add the guestbook to the nav bar - it's automatically added if either Webmentions or ActivityPub are enabled and
enable_guestbookis not set to false.Then - on WriteFreely, if I publish a post and pin it, it goes to header's links.
Proper support for pinned collections hasn't yet been implemented (it requires implementing ActivityPub collections on Pubby too).
The workaround for now is simply to add links to
nav_links.But every markdown post I upload on madblog, gets into the Rss I think, like normal posts, even if it's not a post but a "static" page
Everything #markdown file you put under
markdownon #madblog is also included in the RSS feed - unless you setdefault_visibilityto non-public in the configuration or set e.g.[//]: # (visibility: unlisted)(orfollowers,directordraft) in the Markdown headers. -
Is there a complete documentation of all configuration variables? In the config yaml example I didn't find the nav_links variable.
It's in the example - but I've added it today, the timing was perfect because I also needed it to migrate my personal website.
A full reference of the configuration parameters is on the README too.
if I want to link to a specific blog's article?
If you link to a blog article from another blog article a Webmention will be automatically sent out, so you can see the comment under the original page.
If you or anyone replies to a post from Mastodon and
enable_activitypubis true then the reply will also be rendered automatically under the original page.If you instead you mean "adding a link to another article in the nav bar", that should be possible always with
nav_links:nav_links: - name: Some Important Post url: /article/some-important-post icon: https://madblog.plusbrothers.net/img/myicon.pngIf I want to place the guestbook page into the nav bar, should I link the whole http URL or just /guestbook?
Both should work. But you don't need to explicitly add the guestbook to the nav bar - it's automatically added if either Webmentions or ActivityPub are enabled and
enable_guestbookis not set to false.Then - on WriteFreely, if I publish a post and pin it, it goes to header's links.
Proper support for pinned collections hasn't yet been implemented (it requires implementing ActivityPub collections on Pubby too).
The workaround for now is simply to add links to
nav_links.But every markdown post I upload on madblog, gets into the Rss I think, like normal posts, even if it's not a post but a "static" page
Everything #markdown file you put under
markdownon #madblog is also included in the RSS feed - unless you setdefault_visibilityto non-public in the configuration or set e.g.[//]: # (visibility: unlisted)(orfollowers,directordraft) in the Markdown headers. -
Is there a complete documentation of all configuration variables? In the config yaml example I didn't find the nav_links variable.
It's in the example - but I've added it today, the timing was perfect because I also needed it to migrate my personal website.
A full reference of the configuration parameters is on the README too.
if I want to link to a specific blog's article?
If you link to a blog article from another blog article a Webmention will be automatically sent out, so you can see the comment under the original page.
If you or anyone replies to a post from Mastodon and
enable_activitypubis true then the reply will also be rendered automatically under the original page.If you instead you mean "adding a link to another article in the nav bar", that should be possible always with
nav_links:nav_links: - name: Some Important Post url: /article/some-important-post icon: https://madblog.plusbrothers.net/img/myicon.pngIf I want to place the guestbook page into the nav bar, should I link the whole http URL or just /guestbook?
Both should work. But you don't need to explicitly add the guestbook to the nav bar - it's automatically added if either Webmentions or ActivityPub are enabled and
enable_guestbookis not set to false.Then - on WriteFreely, if I publish a post and pin it, it goes to header's links.
Proper support for pinned collections hasn't yet been implemented (it requires implementing ActivityPub collections on Pubby too).
The workaround for now is simply to add links to
nav_links.But every markdown post I upload on madblog, gets into the Rss I think, like normal posts, even if it's not a post but a "static" page
Everything #markdown file you put under
markdownon #madblog is also included in the RSS feed - unless you setdefault_visibilityto non-public in the configuration or set e.g.[//]: # (visibility: unlisted)(orfollowers,directordraft) in the Markdown headers. -
Support for About Me and custom nav links
@[email protected] @[email protected] I've had a bit of time today to put together a new #madblog version 🙂
About Me
Now you can just drop an
ABOUT.mdin your pages directory. If you provide the right metadata in the #markdown header you also get a nicely rendered semantich-cardas a bonus.An example from the header of my site's about page (trim the initial spaces, otherwise Madblog interprets these as true headers and messes up this post):
[//]: # (title: My Name) [//]: # (name: My Name) [//]: # (given-name: My) [//]: # (family-name: Name) [//]: # (url: https://example.com) [//]: # (photo: https://example.com/photo.jpg) [//]: # (email: [email protected]) [//]: # (job-title: Cat herder) [//]: # (org: My Company|https://example.com, My Side Project|https://another-example.com) [//]: # (note: Some brief description) [//]: # (key: https://pgp.example.com/key.txt|FINGERPRINT) [//]: # (links: @[email protected]|https://example.social/@me, Github|https://github.com/me, LinkedIn|https://www.linkedin.com/in/me/, XMPP|xmpp://[email protected], Matrix|https://matrix.to/#/@me:example.com)External Links
You can add them now to your
config.yaml.# rel_me links are only for verification / # Mastodon-double linking purposes, but # they are not rendered on the HTML rel_me: - https://example.social/@me - https://goto.social/@name # External links are automatically rendered # on the about page external_links: - url: https://example.social/@me display_name: Mastodon # nav_links are automatically rendered # on the navigation panel nav_links: - url: https://example.social/@me display_name: Mastodon icon: https://example.social/favicon.icoAlso remember to specify
enable_activitypub: true(and alsolink, or federation may break) if you want to make the blog handle discoverable on Mastodon:# link is required for Webmentions and ActivityPub link: https://madblog.plusbrothers.net/ enable_activitypub: true # Only set these two if you want to use a different # domain (e.g. plusbrothers.net) for your federated # handles (e.g. @[email protected]). Otherwise # it'll be @[email protected] activitypub_link: https://plusbrothers.net activitypub_domain: plusbrothers.net # The username to expose to ActivityPub - in this configuration's case # your user will be @[email protected] activitypub_username: elena # Additional profile fields that you want to add to your ActivityPub profile # when visited on Mastodon (supports verification) activitypub_profile_fields: "Powered by Madblog": https://git.fabiomanganiello.com/madblog "Main Profile": '<a href="https://mastodon.social/@me" rel="me">@[email protected]</a>' -
RE: https://gobbler.social/@gobbler/116271449738563173
Markdown export looks good here.
-
New post: The Markdown Link no. 10
Among today’s links are code editor Voiden, minimal blog framework Madblog, and markdown editors uFocus, Notebooks, Inkdrop and Dumbnote.
https://md-handbook.com/blog/markdown-link-no-10
#markdown #markdowneditors #codeeditors #Voiden #Madblog #uFocus #Notebooks #Inkdrop #Dumbnote
-
New post: The Markdown Link no. 10
Among today’s links are code editor Voiden, minimal blog framework Madblog, and markdown editors uFocus, Notebooks, Inkdrop and Dumbnote.
https://md-handbook.com/blog/markdown-link-no-10
#markdown #markdowneditors #codeeditors #Voiden #Madblog #uFocus #Notebooks #Inkdrop #Dumbnote
-
New post: The Markdown Link no. 10
Among today’s links are code editor Voiden, minimal blog framework Madblog, and markdown editors uFocus, Notebooks, Inkdrop and Dumbnote.
https://md-handbook.com/blog/markdown-link-no-10
#markdown #markdowneditors #codeeditors #Voiden #Madblog #uFocus #Notebooks #Inkdrop #Dumbnote
-
New post: The Markdown Link no. 10
Among today’s links are code editor Voiden, minimal blog framework Madblog, and markdown editors uFocus, Notebooks, Inkdrop and Dumbnote.
https://md-handbook.com/blog/markdown-link-no-10
#markdown #markdowneditors #codeeditors #Voiden #Madblog #uFocus #Notebooks #Inkdrop #Dumbnote
-
Future of the Las Vegas Raiders hinges on a key NFL owners vote
The NFL offseason opened with a busy week of free agency, and teams have already shifted their focus…
#NFL #LasVegasRaiders #LasVegas #Raiders #Football #MarkDavis
https://www.rawchili.com/nfl/823166/ -
Hab ich eigentlich diese Woche schon erwähnt, wie toll #markdown an sich und #obsidianmd im Speziellen ist?
-
Here is some news about I Write Like: its new feature allows you to preserve single line breaks in the preview. You can use the toggle and type your poem in a neat column without any extra Markdown. The blog post shows how it looks.
Also, I loved the poem used in the example. -
Marknote 1.5 wird erwachsen - LinuxNews.de
https://linuxnews.de/marknote-1-5-wird-erwachsen/
#marknote #notizapp #KDE #KirigamiFramework #Notizmanagement #plasma #Markdown
-
New post: The Markdown Link no. 9
Today’s links are #markdowneditors Octarine, Medita and SilentNotes, code editor AnySlate, headless CMS Matterbld, support for #markdown arrives in OnlyOffice, and PDF editor and viewer Pixel and Paper
https://md-handbook.com/blog/markdown-link-no-9/
#Octarine #Medita #SilentNotes #AnySlate #Matterbld #PixelandPaper #OnlyOffice #PDFviewer #headlessCMS #codeeditors
-
New post: The Markdown Link no. 9
Today’s links are #markdowneditors Octarine, Medita and SilentNotes, code editor AnySlate, headless CMS Matterbld, support for #markdown arrives in OnlyOffice, and PDF editor and viewer Pixel and Paper
https://md-handbook.com/blog/markdown-link-no-9/
#Octarine #Medita #SilentNotes #AnySlate #Matterbld #PixelandPaper #OnlyOffice #PDFviewer #headlessCMS #codeeditors
-
New post: The Markdown Link no. 9
Today’s links are #markdowneditors Octarine, Medita and SilentNotes, code editor AnySlate, headless CMS Matterbld, support for #markdown arrives in OnlyOffice, and PDF editor and viewer Pixel and Paper
https://md-handbook.com/blog/markdown-link-no-9/
#Octarine #Medita #SilentNotes #AnySlate #Matterbld #PixelandPaper #OnlyOffice #PDFviewer #headlessCMS #codeeditors
-
New post: The Markdown Link no. 9
Today’s links are #markdowneditors Octarine, Medita and SilentNotes, code editor AnySlate, headless CMS Matterbld, support for #markdown arrives in OnlyOffice, and PDF editor and viewer Pixel and Paper
https://md-handbook.com/blog/markdown-link-no-9/
#Octarine #Medita #SilentNotes #AnySlate #Matterbld #PixelandPaper #OnlyOffice #PDFviewer #headlessCMS #codeeditors