Publish Note to Mowen Note

by ziyou
5
4
3
2
1
Score: 52/100

Description

The Publish Note to Mowen Note plugin connects your vault with the Mowen note platform, making publishing and managing notes across the two systems seamless. You can push entire notes or selected text straight to Mowen with a right-click or command, and the plugin handles all the formatting work - from converting markdown to rich text to uploading embedded images. It also includes an AI-powered assistant (currently supporting DeepSeek) that can auto-generate titles, tags, and summaries, writing them back into frontmatter for easy reuse. Configurations are flexible, letting you define custom keys for note IDs and titles, manage privacy settings, and fine-tune how published notes behave.

Reviews

No reviews yet.

Stats

3
stars
325
downloads
0
forks
274
days
2
days
2
days
8
total PRs
0
open PRs
0
closed PRs
8
merged PRs
12
total issues
1
open issues
11
closed issues
0
commits

RequirementsExperimental

Latest Version

README file from

Github

墨问插件

MIT License

Obsidian 墨问插件 是一个强大的集成工具,旨在无缝连接您的 Obsidian 知识库与墨问笔记平台。它不仅能让您轻松地将笔记发布到墨问,还引入了由大语言模型(LLM)驱动的 AI 智能助手,大幅提升您的笔记整理与发布效率。

核心功能

  • 一键发布:通过右键菜单或命令面板,快速将整篇笔记或选中文本发布到墨问。
  • 智能格式转换:自动将 Markdown 格式转换为墨问支持的富文本格式,包括:
    • 标题、加粗、引用、链接
    • ![[图片.png]] 格式的图片将被自动上传并替换为在线链接。
    • [[内链笔记]] 格式的笔记将被转换为墨问的内嵌笔记。
  • AI 智能助手
    • 智能生成元数据:一键调用大模型(当前支持 DeepSeek),根据笔记内容自动生成标题标签内容摘要
    • 按需生成摘要:摘要功能可自由开关,开启后,生成的摘要将以引用块的形式自动添加到笔记标题下方。
  • 高度灵活的配置
    • 自定义笔记ID:自由设定 frontmatter 中用于存储墨问笔记ID的键名(例如 mowenId),避免与其他插件冲突。
    • 自定义标题:通过在 frontmatter 中指定标题键,实现发布标题与文件名的解耦。
    • 智能兼容旧版ID:提供兼容模式开关,让插件在处理存量笔记时能智能识别旧的 noteId,确保平滑过渡。
  • 精细的发布控制
    • 在发布前的弹窗中,可以精细调整笔记的标题标签隐私设置(公开、私有、规则)、分享权限公开有效期
    • 发布成功后,插件会将墨问笔记的 ID 及相关配置自动回写到笔记的 frontmatter 中,方便后续管理和更新。

安装与配置

1. 安装插件

在 release 页面中下载插件,并安装到 Obsidian 中。

找到本地 Obsidian 笔记文件夹位置,在.obsidian/plugins 文件夹下创建一个名称为 obsidian-mowen-plugin 的文件夹,下载最新发布的 main.js,style.css,manifest.json 三个文件,放到刚刚创建的 obsidian-mowen-plugin 文件夹中。

2. 配置插件

安装并启用插件后,请前往 Obsidian 的设置页面,找到 "Mowen Plugin" 选项卡,进行以下关键配置:

墨问发布设置
  • API-KEY: (必填) 请输入您在墨问平台获取的 API-KEY。
  • 笔记ID键名: (推荐配置)用于在 frontmatter 中存储笔记 ID 的键名,默认为 noteId。建议修改为一个独特的名称(如 mowenId)以避免冲突。
  • 标题属性键: (可选)如果您希望从 frontmatter 中读取自定义标题,请在此处填写对应的键名(如 mowenTitle)。
  • 兼容旧版笔记ID: (默认开启)为了兼容存量数据,插件会默认在找不到自定义ID时回退查找 noteId。如果您的 noteId 键被其他插件占用,请关闭此项。
  • 默认标签: 您可以在此设置一个或多个默认标签(英文逗号分隔),在发布时会自动附加。
  • 自动发布: 开启后,发布到墨问的笔记将直接可见,否则将处于草稿状态。

AI 功能设置
  • AI 服务商: 目前支持 DeepSeek
  • API Key: (必填) 请输入您所选 AI 服务商的 API Key。
  • 模型名称: 指定要使用的模型,例如 deepseek-chat
  • 生成摘要: 开启后,AI 将在生成标题和标签的同时,为您提炼一段内容摘要。
  • 生成标签数量: 通过下拉菜单选择希望 AI 生成的标签数量(1-5个)。

使用指南

发布笔记

您有多种方式可以触发发布流程:

  1. 右键文件: 在文件浏览器中右键点击一篇 .md 笔记,选择 Publish to Mowen
  2. 右键选中文字: 在编辑器中选中一段文字,右键点击,选择 Publish Selected Text to Mowen
  3. 使用命令面板: 打开命令面板 (Ctrl/Cmd + P),搜索并选择 Publish to MowenPublish Selected Text to Mowen

发布弹窗

触发发布后,会弹出一个配置窗口,您可以在此:

  • 修改标题和标签: 插件会根据您的配置自动填充标题(文件名或frontmatter自定义标题)和标签,您可以在此进行修改。
  • 使用AI生成: 点击 ✨ AI 生成 按钮,插件会根据您的AI配置和笔记内容,自动填充标题、标签,并生成摘要(如果开启)。
  • 设置隐私: 配置笔记的可见性、分享权限等。
  • 预览内容: 弹窗会展示即将发布内容的一小段预览,如果生成了摘要,摘要会以引用块的形式显示在最前方。
  • 点击发布: 完成所有配置后,点击"发布"按钮即可。

Frontmatter 集成

插件与 frontmatter 深度集成,以实现持久化配置和状态管理。

读取的键 (Read Keys)

  • [自定义笔记ID键]: 插件通过此键(默认为noteId)判断笔记是否已发布。
  • [自定义标题键]: 插件通过此键(如mowenTitle)获取自定义发布标题。
  • mowenTags, mowenAutoPublish, mowenPrivacyType 等:用于在打开已发布笔记的弹窗时,恢复上次的发布设置。

写入的键 (Written Keys)

发布成功后,插件会将以下信息回写到 frontmatter 中:

  • [自定义笔记ID键]: 写入或更新墨问返回的笔记 ID。
  • mowenTags: 本次发布的标签。
  • mowenAutoPublish: 本次发布的自动发布状态。
  • mowenPrivacy...: 本次发布的隐私设置详情。

许可证

本插件基于 MIT License 发布。

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
Publish to WordPress for Obsidian
4 years ago by devbean
An obsidian plugin for publishing docs to WordPress.
Frontmatter Tag Sugest
4 years ago by Jonathan Miller
Autocompletes tags in Obsidian YAML frontmatter. No more deleting #!
Digital Garden
4 years ago by Ole Eskild Steensen
Publish to Steemit
4 years ago by anpigon
Post directly to your Steemit from Obsidian.
Telegraph Publish
4 years ago by Reorx
Publish your Obsidian note to a Telegraph page.
Obsius Publish
4 years ago by Jon Grythe Stødle
Easily publish notes to the web This plugin integrates with obsius.site to publish markdown notes on the web.
Enveloppe
4 years ago by Mara-Li
Enveloppe helps you to publish your notes on a GitHub repository from your Obsidian Vault, for free!
Front Matter Title
4 years ago by Snezhig
Plugin for Obsidian.md
Open Related Url
4 years ago by Dan Pickett
Micro.publish
4 years ago by Otavio Cordeiro
Micro.publish is an Obsidian plugin to publish notes directly to Micro.blog, written in TypeScript
FuzzyTag
3 years ago by Adrian
Webpage HTML Export
3 years ago by Nathan George
Export html from single files, canvas pages, or whole vaults. Direct access to the exported HTML files allows you to publish your digital garden anywhere. Focuses on flexibility, features, and style parity.
Note aliases
3 years ago by Pulsovi
This plugin manages wikilinks aliases and save them on the aliases list of the linked note
O2
3 years ago by haril song
Converts obsidian markdown syntax to other platforms.
Mixa
3 years ago by Mixa Team
Publish your notes and blog posts directly from Obsidian with Mixa
File Publisher
3 years ago by Devin Sackett
Testing Vault
3 years ago by Michael Pedersen
Frontmatter Alias Display
3 years ago by muhammadv-i
A plugin for Obsidian.md to show front-matter aliases as display names in the file menu.
Ring a secretary
3 years ago by vorotamoroz
Pieces for Developers
3 years ago by Pieces For Developers
Pieces' powerful extension for Obsidian-MD that allows users to access their code snippets directly within the Obsidian workspace
Flowershow
3 years ago by Rufus Pollock
Publish your Obsidian vault as a website with Flowershow.
Auto Front Matter
3 years ago by conorzhong
Add an ID to the front matter
3 years ago by llimllib
Invio
3 years ago by frontend-engineering
Publish obsidian docs online
Quail
3 years ago by Lyric
An Obsidian Plugin for Quail.ink. This is a clone repo of https://github.com/quail-ink/obsidian-quail
Update frontmatter modified date
3 years ago by Alan Grainger
Automatically update a frontmatter/YAML modified date field
Nostr Writer
3 years ago by James McGauran
Publish seamlessly from Obsidian to Nostr
Writeas Blog Publisher
3 years ago by encima
Pickly PageBlend
3 years ago by Dmitrii Mitrichev
The easiest way to share your Obsidian notes
screen.garden
3 years ago by screengarden, LLC
Realtime collaboration and web editing for Obsidian.
Permalink Opener
3 years ago by @kepano
Obsidian plugin to open URLs based on a permalink or slug in the note properties. For use with Jekyll, Hugo, Eleventy, Astro, Obsidian Publish, and other publishing tools.
Halo
2 years ago by Ryan Wang
Publish your Obsidian documents to Halo.
Frontmatter generator
2 years ago by Hananoshika Yomaru
A plugin for Obsidian that generates frontmatter for notes
Moon server publisher
2 years ago by Roman Provazník
Sort Frontmatter
2 years ago by Kanzi
Sort frontmatter automatically
Publish URL
2 years ago by Hananoshika Yomaru
copy the publish url to clipboard
Omg.publish
2 years ago by May Meow
An obsidian plugin to create statuslog posts right from obsidian notes.
Time Things
2 years ago by Nick Winters
Show clock, track time spent editing a note, and track the last time a note has been edited.
MBlog Publish
2 years ago by Jerry
MantouAI
2 years ago by Morino Pan
MantouAI—— 让Obsidian变身智能助手
Orion Publish
2 years ago by Sean Collings
NotesOn Publish
2 years ago by Andrey Shapkin
Plugin to Obsidian.md
Hugo Publish
2 years ago by kirito
write blog in obsidian, pubulish to hugo site.
Update Time Updater
2 years ago by MURATAGAWA Kei
Obsidian plugin to update the 'update time' element when saving or manually.
Google Blogger
2 years ago by Hugo Sansaqua
A plugin for publishing Obsidian documents to Blogger.
Draft Indicator
2 years ago by Brian Boucheron
Show draft status with ✎ icons in the Obsidian file explorer.
Rapid AI
2 years ago by Rapid AI
AI Assistant for selected text and generating content with Markdown. Shortcuts and quick action buttons provide instant AI assistance. It provides a high availability API for unlimited Chat GPT request rates, so you can ensure smooth work for any workload.
Infostacker Note Publish
2 years ago by Taskscape LTD, Patryk Nowak, Kacper Pabianiak
Infostacker plugin for Obisidian
Wechat Public Platform
2 years ago by Blake Chan
Obsidian Wechat public Plugin (微信公众平台) is a plugin to release article from your Obsidian Vault to WeChat, Baidu baiJiahao or other platforms.
Front Matter Timestamps
2 years ago by LighthouseDino
Publish to DEV
2 years ago by Peter Strøiman
Obsidian plugin to publish to dev.to
Dataview Publisher
2 years ago by UD
Output markdown from your Dataview queries and keep them up to date. You can also be able to publish them.
Hexo Publisher
2 years ago by zhenlohuang
Vitepress Publisher
2 years ago by mistj
Obsidian Vitepress Plugin is a flexible tool that allows you to easily preview and compile your .md files using VitePress or other static site generators (Hugo, Hexo, Docusaurus) in Obsidian.
Vault to blog
2 years ago by barkstone2
Automation tool of making react SPA blog by obsidian vault.
Embedded Code Title
5 years ago by tadashi-aikawa
It is an Obsidian plugin which can embeds title to code blocks.
Force note view mode
5 years ago by Benny Wydooghe
OzanShare Publish
5 years ago by Ozan Tellioglu
This plugin allows you to publish your markdown notes with a single click directly from your Obsidian vault.
Publish and GitHub URL
4 years ago by kometenstaub
Copy or open the Obsidian Publish URL of a note. You can also open its Git commit history on GitHub.
Typefully
2 years ago by Sébastien Dubois
Integrate Typefully within Obsidian
Featured Image
a year ago by Johan Sanneblad
Obsidian plugin to automatically set a featured image property in your notes based on the first image, YouTube link, or Auto Card Link image found in your document. This allows you to create rich note galleries using Folder Notes and Dataview.
Friday
a year ago by sunwei
Write anywhere. Publish everywhere. Sync your notes, publish instantly, turn Markdown into websites.
AmpliFlow Page Publisher
a year ago by Patrik Björklund
The offifical AmpliFlow obsidian page publisher.
Publish to Discourse
a year ago by woodchen
Obsidian plugin for publishing articles to forums built with Discourse. obsidian插件, 用于把文章发布到使用discourse搭建的论坛.
Frontmatter Markdown Links
a year ago by mnaoumov
Obsidian Plugin that adds support for markdown links in frontmatter
CAO
a year ago by Godot
Claude AI for Obsidian
Fold Properties By Default
a year ago by Tommy Bergeron
Always have editor/metadata properties folded by default.
hello nemesis
a year ago by Dian
Forms
a year ago by Sorin Mircea
YourPulse - Your Writing Activity Visualised
a year ago by Jiri Sifalda
YourPulse.cc - Obsidian.md plugin that turns your vault into a reflection of your creativity, and put your writing on steroids 💪
Paste Image Into Property
a year ago by Nito
Jade Publisher
a year ago by Lucas Ji
This is a simple plugin to help publish your Obsidian vault to a public website(build with Jade).
Note Favicon
a year ago by mdklab
Obsidian plugin – Show Favicon from Metadata
AI Note Tagger
a year ago by Jasper Mayone
Auto tagging obsidian notes w/ AI
WeWrite
a year ago by Learner Chen
Obsidian plugin to render note as WeChat MP article.
Title-Only Tab
a year ago by tristone13th
a plugin of obsidian for to change showing tab name to short
Enhanced Publisher
a year ago by Cube
增强的Obsidian发布插件,支持图片自动存储、HTML预览和发布到微信公众号等内容平台
Yuque Publish
a year ago by oylbin
obsidian plugin to publish document to yuque
Typecho
a year ago by Chen
obsidian同步Typecho
MP Preview
a year ago by Yeban
一个帮助你快速将 Obsidian 笔记转换为微信公众号格式的插件。
Vault LLM Assistant
a year ago by Brians Tjipto
An obsidian notebook plugin that uses LLM (OpenAI or Gemini) to answer questions and create new notes about your vault
Note UID Generator
a year ago by Valentin Pelletier
Allow you to automatically generate UID for the notes in your vault.
Simple Banner
10 months ago by Sandro Ducceschi
Visually enhance your Obsidian notes with a customizable banner. Supports icons and time/date display.
Quartz Syncer
10 months ago by Emile Bangma
Manage and publish your notes to Quartz, the fast, batteries-included static-site generator.
Current View
10 months ago by Lucas Ostmann
Automatically set the view mode (Reading, Live Preview, Source) for notes in Obsidian using folder rules, file patterns, or frontmatter.
Frontmatter Metadata Link Classes
10 months ago by Varvara Zmeeva / zmeeva.io
Enhanced internal links with automatic classnames based on frontmatter metadata.
Insert Arknights URL Banner
10 months ago by Rerurate_514
Obsidianのプラグイン、img_dwnldr_wikigg_ak_ktに保存されている画像を選択してbannersプロパティに簡単に設定できるプラグイン
deepseek-ai-assistant
10 months ago by algernon
Zhihu
9 months ago by dgg
Zhihu on Obsidian | 知乎 Obsidian 插件
Dataview (to) Properties
9 months ago by Mara-Li
Sync inline Dataview to properties (YAML frontmatter)
Template Folder
9 months ago by LucasOe
Obsidian plugin to move notes to a folder when applying a template.
umbPublisher
9 months ago by Owain Williams
An Obsidian Plugin that allows you to push notes to Umbraco 15+ as content nodes
Content OS
8 months ago by eharris128
Post to LinkedIn from within Obsidian
AI Companion
5 months ago by Kowshik
An Obsidian plugin that provides AI assistance using OpenAI's API, triggered by the `/ai` slash command.
Conditional Properties
4 months ago by Diego Eis
Automate frontmatter property updates in your Obsidian notes using simple conditional rules.
Connections
3 months ago by Eric Van Cleve
Colorful Note Background
3 months ago by andresgongora
Set note background based on file location or frontmatter metadata
Blueprint
3 months ago by François Vaux
Repeatable templates plugin for Obsidian
Frontmatter to HTML Attributes
a month ago by Tarek Saier
Makes YAML frontmatter available as data-* attributes in HTML, enabling metadata based CSS styling.
Banners Reloaded
a month ago by Dani García
A simple, fast, and lightweight way to add customizable banners to your notes.