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
333
downloads
0
forks
282
days
11
days
11
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.
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.
Digital Garden
4 years ago by Ole Eskild Steensen
Force note view mode
5 years ago by Benny Wydooghe
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
Update frontmatter modified date
3 years ago by Alan Grainger
Automatically update a frontmatter/YAML modified date field
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.
Frontmatter Tag Sugest
4 years ago by Jonathan Miller
Autocompletes tags in Obsidian YAML frontmatter. No more deleting #!
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
Publish to WordPress for Obsidian
4 years ago by devbean
An obsidian plugin for publishing docs to WordPress.
Simple Banner
a year ago by Sandro Ducceschi
Visually enhance your Obsidian notes with a customizable banner. Supports icons and time/date display.
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.
Embedded Code Title
5 years ago by tadashi-aikawa
It is an Obsidian plugin which can embeds title to code blocks.
Frontmatter Markdown Links
a year ago by mnaoumov
Obsidian Plugin that adds support for markdown links in frontmatter
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.
Dataview (to) Properties
10 months ago by Mara-Li
Sync inline Dataview to properties (YAML frontmatter)
Front Matter Timestamps
2 years ago by LighthouseDino
Quartz Syncer
10 months ago by Emile Bangma
Manage and publish your notes to Quartz, the fast, batteries-included static-site generator.
Flowershow
3 years ago by Rufus Pollock
Publish your Obsidian vault as a website with Flowershow.
Banners Reloaded
2 months ago by Dani García
A simple, fast, and lightweight way to add customizable banners to your notes.
screen.garden
3 years ago by screengarden, LLC
Realtime collaboration and web editing for Obsidian.
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.
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.
FuzzyTag
3 years ago by Adrian
Fold Properties By Default
a year ago by Tommy Bergeron
Always have editor/metadata properties folded by default.
Telegraph Publish
4 years ago by Reorx
Publish your Obsidian note to a Telegraph page.
Micro.publish
4 years ago by Otavio Cordeiro
Micro.publish is an Obsidian plugin to publish notes directly to Micro.blog, written in TypeScript
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.
Add an ID to the front matter
3 years ago by llimllib
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.
Note aliases
3 years ago by Pulsovi
This plugin manages wikilinks aliases and save them on the aliases list of the linked note
Friday
a year ago by sunwei
Write anywhere. Publish everywhere. Sync your notes, publish instantly, turn Markdown into websites.
O2
3 years ago by haril song
Converts obsidian markdown syntax to other platforms.
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
Invio
3 years ago by frontend-engineering
Publish obsidian docs online
Ring a secretary
3 years ago by vorotamoroz
Auto Front Matter
3 years ago by conorzhong
Frontmatter generator
3 years ago by Hananoshika Yomaru
A plugin for Obsidian that generates frontmatter for notes
Mixa
3 years ago by Mixa Team
Publish your notes and blog posts directly from Obsidian with Mixa
Nostr Writer
3 years ago by James McGauran
Publish seamlessly from Obsidian to Nostr
Open Related Url
4 years ago by Dan Pickett
deepseek-ai-assistant
10 months ago by algernon
CAO
a year ago by Godot
Claude AI for Obsidian
Testing Vault
3 years ago by Michael Pedersen
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.
Publish to Steemit
4 years ago by anpigon
Post directly to your Steemit from Obsidian.
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 💪
Zhihu
10 months ago by dgg
Zhihu on Obsidian | 知乎 Obsidian 插件
Halo
3 years ago by Ryan Wang
Publish your Obsidian documents to Halo.
File Publisher
3 years ago by Devin Sackett
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.
Blueprint
3 months ago by François Vaux
Repeatable templates plugin for Obsidian
Writeas Blog Publisher
3 years ago by encima
Pickly PageBlend
3 years ago by Dmitrii Mitrichev
The easiest way to share your Obsidian notes
MP Preview
a year ago by Yeban
一个帮助你快速将 Obsidian 笔记转换为微信公众号格式的插件。
Sort Frontmatter
2 years ago by Kanzi
Sort frontmatter automatically
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.
Hugo Publish
2 years ago by kirito
write blog in obsidian, pubulish to hugo site.
Publish URL
2 years ago by Hananoshika Yomaru
copy the publish url to clipboard
MantouAI
2 years ago by Morino Pan
MantouAI—— 让Obsidian变身智能助手
Moon server publisher
3 years ago by Roman Provazník
Conditional Properties
4 months ago by Diego Eis
Automate frontmatter property updates in your Obsidian notes using simple conditional rules.
Omg.publish
2 years ago by May Meow
An obsidian plugin to create statuslog posts right from obsidian notes.
Note UID Generator
a year ago by Valentin Pelletier
Allow you to automatically generate UID for the notes in your vault.
Enhanced Publisher
a year ago by Cube
增强的Obsidian发布插件,支持图片自动存储、HTML预览和发布到微信公众号等内容平台
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
Colorful Note Background
4 months ago by andresgongora
Set note background based on file location or frontmatter metadata
WeWrite
a year ago by Learner Chen
Obsidian plugin to render note as WeChat MP article.
NotesOn Publish
2 years ago by Andrey Shapkin
Plugin to Obsidian.md
Paste Image Into Property
a year ago by Nito
Orion Publish
2 years ago by Sean Collings
Note Favicon
a year ago by mdklab
Obsidian plugin – Show Favicon from Metadata
Connections
4 months ago by Eric Van Cleve
Google Blogger
2 years ago by Hugo Sansaqua
A plugin for publishing Obsidian documents to Blogger.
MBlog Publish
2 years ago by Jerry
Update Time Updater
2 years ago by MURATAGAWA Kei
Obsidian plugin to update the 'update time' element when saving or manually.
AI Note Tagger
a year ago by Jasper Mayone
Auto tagging obsidian notes w/ AI
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.
Draft Indicator
2 years ago by Brian Boucheron
Show draft status with ✎ icons in the Obsidian file explorer.
Forms
a year ago by Sorin Mircea
Publish to Discourse
a year ago by woodchen
Obsidian plugin for publishing articles to forums built with Discourse. obsidian插件, 用于把文章发布到使用discourse搭建的论坛.
Template Folder
10 months ago by LucasOe
Obsidian plugin to move notes to a folder when applying a template.
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.
Infostacker Note Publish
2 years ago by Taskscape LTD, Patryk Nowak, Kacper Pabianiak
Infostacker plugin for Obisidian
Typefully
2 years ago by Sébastien Dubois
Integrate Typefully 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.
hello nemesis
a year ago by Dian
Hexo Publisher
2 years ago by zhenlohuang
Yuque Publish
a year ago by oylbin
obsidian plugin to publish document to yuque
Frontmatter Metadata Link Classes
10 months ago by Varvara Zmeeva / zmeeva.io
Enhanced internal links with automatic classnames based on frontmatter metadata.
Typecho
a year ago by Chen
obsidian同步Typecho
Publish to DEV
2 years ago by Peter Strøiman
Obsidian plugin to publish to dev.to
Title-Only Tab
a year ago by tristone13th
a plugin of obsidian for to change showing tab name to short
Content OS
8 months ago by eharris128
Post to LinkedIn from within Obsidian
umbPublisher
9 months ago by Owain Williams
An Obsidian Plugin that allows you to push notes to Umbraco 15+ as content nodes
Frontmatter to HTML Attributes
2 months ago by Tarek Saier
Makes YAML frontmatter available as data-* attributes in HTML, enabling metadata based CSS styling.
Insert Arknights URL Banner
10 months ago by Rerurate_514
Obsidianのプラグイン、img_dwnldr_wikigg_ak_ktに保存されている画像を選択してbannersプロパティに簡単に設定できるプラグイン
AmpliFlow Page Publisher
a year ago by Patrik Björklund
The offifical AmpliFlow obsidian page publisher.
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).