ctrl+shift+p filters: :st2 :st3 :win :osx :linux
浏览

大纲笔记发布者

gnat ST4

✒️ 将Markdown或制表符缩进笔记发布为HTML。Sublime Text中的静态网站生成器!Obsidian的替代品。

详细信息

安装

  • 总数 140
  • Win 83
  • Mac 35
  • Linux 22
8月6日 8月5日 8月4日 8月3日 8月2日 8月1日 7月31日 7月30日 7月29日 7月28日 7月27日 7月26日 7月25日 7月24日 7月23日 7月22日 7月21日 7月20日 7月19日 7月18日 7月17日 7月16日 7月15日 7月14日 7月13日 7月12日 7月11日 7月10日 7月9日 7月8日 7月7日 7月6日 7月5日 7月4日 7月3日 7月2日 7月1日 6月30日 6月29日 6月28日 6月27日 6月26日 6月25日 6月24日 6月23日
Windows 0 0 0 0 0 0 1 0 0 0 0 3 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0
Mac 1 2 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0

自述文件

源代码
raw.​githubusercontent.​com

✒️ Sublime Outline Notes Publisher

使用制表符缩进笔记或Markdown(md)发布HTML页面!它是Sublime Text上的Obsidian。🔥

从您的代码编辑器舒适地执行零依赖发布。

适用于

  • 喜欢使用制表符缩进/空白进行组织笔记的笔记记录者。
  • 个人网站、博客、微维基的静态网站生成器。
  • Zettelkasten
  • 取代您的大纲工具使用Sublime Text。

发布HTML页面…

Screenshot

使用您的层次结构感知笔记!

All you have to do...
    Is create an indented hierarchy.
    Of your notes.
    In a list.
    It will create a nice HTML file...
        With a hierarchy based on indent levels.
            Isn't this convenient?
            Whitespace significant outliner style notes!
            Other cool outliners:
                [Bike](https://news.ycombinator.com/item?id=31409077)
                Dynalist
                [Obsidian](https://obsidian.md)
                    [Obsidian Publish](https://obsidian.md/publish)
                Workflowy
                Roam Research
                Notion
                Standard Notes
                Evernote
                    Ever-who? 🐘
            Only for:
                Sublime Text (https://sublimetext.com)
                Super Nintendo
🔥 Great plugin for
    Note taking.
    Outlining.
    Zero dependency publishing.

🚧 Code blocks!

```javascript
document.addEventListener("click", ev => {
    alert("You selected the following element: " + ev.target)
})

✅ 通用Markdown/标记语法。

一级标题行

二级标题行

  • 强调行 ** 加粗行

带有img的图片

全局和本地链接。普通、命名和纯粹的HTML链接。

http://github.com/gnat/sublime-outliner-html 🔗 本地命名链接! 🌐 全局命名链接! https://google.com 纯粹的HTML链接!

💬 评论。

// 我将不在HTML文件中。

🏗️ 评论文本将插入结构化元数据。

//title 我将添加到 ▶️

▶️ “”

安装

选项A: 首选项 ➡️ 软件包控制 ➡️ 安装软件包 ➡️ Outline to HTML ➡️ 回车

选项B(直接):首选项 ➡️ 浏览包 ... ➡️ 下载并解压最新版本。

如何使用

  1. 选择您想转换的文本。
  2. CTRL+SHIFT+P ➡️ 大纲转HTML
  3. 生成的HTML将在新标签页中打开。

支持由 Prism.js 驱动的代码块的语言。

全局配置(可选)

使用首选项 ➡️ 设置进行配置。

{
    // ...
    "outline_to_html": {
        // "css": "", // Override CSS.
        // "title": "", // Override Title (or use meta comment //title ...)
        // "header": "", // Add to <head>
        // "body": "", // Add to <body>
        // "footer": "", // Add before </body>
    }
}

路线图

  • 自动目录。
  • 更多元数据注释。

建议的Sublime颜色方案

其他酷炫大纲/项目符号笔记软件

故障排除

  • 视图 ➡️ 显示控制台
  • 手动调用开发:view.run_command('outline_to_html')

特别感谢

  • Harrison of Indent.txt 为此插件提供灵感。